Changeset 5181 for trunk/psLib/test/math/verified/tst_psSpline1D.stdout
- Timestamp:
- Sep 29, 2005, 10:20:32 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/verified/tst_psSpline1D.stdout
r5155 r5181 1 /***************************** TESTPOINT ******************************************\2 * TestFile: tst_psSpline1D.c *3 * TestPoint: psSpline functions{psSpline1DAlloc()} *4 * TestType: Positive *5 \**********************************************************************************/6 1 7 8 ---> TESTPOINT PASSED (psSpline functions{psSpline1DAlloc()} | tst_psSpline1D.c) 9 10 t00(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a very 2 psSplineEvalTest_sub00(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a very 11 3 simple x->y mapping (defined by myFunc00()). We do this for both F32 12 4 and F64 versions of the input x and y vectors. 13 /***************************** TESTPOINT ******************************************\14 * TestFile: tst_psSpline1D.c *15 * TestPoint: psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F32, F32} *16 * TestType: Positive *17 \**********************************************************************************/18 5 19 20 ---> TESTPOINT PASSED (psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F32, F32} | tst_psSpline1D.c) 21 22 /***************************** TESTPOINT ******************************************\ 23 * TestFile: tst_psSpline1D.c * 24 * TestPoint: psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F64, F64} * 25 * TestType: Positive * 26 \**********************************************************************************/ 27 28 29 ---> TESTPOINT PASSED (psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F64, F64} | tst_psSpline1D.c) 30 31 t00b(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a 6 psSplineEvalTest_sub00b(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a 32 7 more complicated x->y mapping (defined by myFunc00b()). We do this for 33 8 both F32 and F64 versions of the input x and y vectors. 34 /***************************** TESTPOINT ******************************************\35 * TestFile: tst_psSpline1D.c *36 * TestPoint: psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F32, F32} *37 * TestType: Positive *38 \**********************************************************************************/39 9 40 41 ---> TESTPOINT PASSED (psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F32, F32} | tst_psSpline1D.c) 42 43 /***************************** TESTPOINT ******************************************\ 44 * TestFile: tst_psSpline1D.c * 45 * TestPoint: psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F64, F64} * 46 * TestType: Positive * 47 \**********************************************************************************/ 48 49 50 ---> TESTPOINT PASSED (psSpline functions{psVectorFitSpline1D, psSpline1DEval(), F64, F64} | tst_psSpline1D.c) 51 52 /***************************** TESTPOINT ******************************************\ 53 * TestFile: tst_psSpline1D.c * 54 * TestPoint: psSpline functions{psVectorFitSpline1D, psSpline1DEvalVector(), F32, F32} * 55 * TestType: Positive * 56 \**********************************************************************************/ 57 10 psSplineEvalTest_sub00c(): This is similar to psSplineEvalTest_sub00b() 11 except that the x vector is NULL. 58 12 Testing psSpline1DEvalVector() with an F32 vector. 59 13 Testing psSpline1DEvalVector() with an F64 vector. 60 61 ---> TESTPOINT PASSED (psSpline functions{psVectorFitSpline1D, psSpline1DEvalVector(), F32, F32} | tst_psSpline1D.c)62
Note:
See TracChangeset
for help on using the changeset viewer.
