Changeset 39230 for branches/eam_branches/ipp-20151113/Ohana
- Timestamp:
- Dec 4, 2015, 10:11:54 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/lib.data/spline.c
r34584 r39230 90 90 opihi_flt dx, a, b, value; 91 91 92 // saturate correction at high and low ends 93 if (X < x[0]) return y[0]; 94 if (X > x[N-1]) return y[N-1]; 95 92 96 /* find correct element in array (x must be sorted) */ 93 97 lo = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
