Changeset 2740 for trunk/psLib/test/dataManip/tst_psMinimize04b_F32.c
- Timestamp:
- Dec 16, 2004, 2:18:11 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psMinimize04b_F32.c
r2436 r2740 47 47 yErr->data.F32[i] = 1.0; 48 48 } 49 p_psNormalizeVectorRangeF32(x, 0.0f,1.0f);49 p_psNormalizeVectorRangeF32(x, -1.0f, 1.0f); 50 50 51 51 printPositiveTestHeader(stdout, … … 116 116 y->data.F32[i] = setData(x->data.F32[i]); 117 117 } 118 p_psNormalizeVectorRangeF32(x, 0.0f,1.0f);118 p_psNormalizeVectorRangeF32(x, -1.0f, 1.0f); 119 119 120 120 printPositiveTestHeader(stdout, … … 179 179 y->data.F32[i] = setData(x->data.F32[i]); 180 180 } 181 p_psNormalizeVectorRangeF32(x, 0.0,1.0);181 p_psNormalizeVectorRangeF32(x, -1.0, 1.0); 182 182 183 183 printPositiveTestHeader(stdout,
Note:
See TracChangeset
for help on using the changeset viewer.
