Changeset 6304 for trunk/psLib/test/math/tst_psPolyFit1D.c
- Timestamp:
- Feb 2, 2006, 11:06:10 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tst_psPolyFit1D.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psPolyFit1D.c
r6226 r6304 104 104 105 105 if (flags & TS00_POLY_CHEB) { 106 p_psNormalizeVectorRange F32(x, -1.0, 1.0);106 p_psNormalizeVectorRange(x, -1.0, 1.0); 107 107 } 108 108 } … … 116 116 117 117 if (flags & TS00_POLY_CHEB) { 118 p_psNormalizeVectorRange S32(x, -1, 1);118 p_psNormalizeVectorRange(x, -1, 1); 119 119 } 120 120 } … … 128 128 129 129 if (flags & TS00_POLY_CHEB) { 130 p_psNormalizeVectorRange F64(x, -1.0, 1.0);130 p_psNormalizeVectorRange(x, -1.0, 1.0); 131 131 } 132 132 }
Note:
See TracChangeset
for help on using the changeset viewer.
