- Timestamp:
- Dec 13, 2015, 5:50:46 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20151113
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/lib.data/spline.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113
-
branches/eam_branches/ipp-20151113/Ohana/src/opihi/lib.data/spline.c
r39230 r39266 32 32 float dx, a, b, value; 33 33 34 // saturate correction at high and low ends 35 if (X < x[0]) return y[0]; 36 if (X > x[N-1]) return y[N-1]; 37 34 38 /* find correct element in array (x must be sorted) */ 35 39 lo = 0;
Note:
See TracChangeset
for help on using the changeset viewer.
