Changeset 7999 for trunk/psLib/test
- Timestamp:
- Jul 27, 2006, 2:44:05 PM (20 years ago)
- Location:
- trunk/psLib/test/math
- Files:
-
- 11 edited
-
tst_psHist00.c (modified) (1 diff)
-
tst_psHist01.c (modified) (1 diff)
-
tst_psHist03.c (modified) (1 diff)
-
tst_psStats00.c (modified) (2 diffs)
-
tst_psStats01.c (modified) (3 diffs)
-
tst_psStats02.c (modified) (3 diffs)
-
tst_psStats03.c (modified) (1 diff)
-
tst_psStats06.c (modified) (1 diff)
-
tst_psStats07.c (modified) (1 diff)
-
tst_psStats08.c (modified) (1 diff)
-
tst_psStats09.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tst_psHist00.c
r5117 r7999 18 18 psTraceSetLevel(".", 0); 19 19 psTraceSetLevel("p_psVectorBinDisect", 0); 20 psTraceSetLevel("p_psGetStatValue", 0);21 20 psTraceSetLevel("psHistogramAlloc", 0); 22 21 psTraceSetLevel("psHistogramAllocGeneric", 0); -
trunk/psLib/test/math/tst_psHist01.c
r5117 r7999 18 18 psTraceSetLevel(".", 0); 19 19 psTraceSetLevel("p_psVectorBinDisect", 0); 20 psTraceSetLevel("p_psGetStatValue", 0);21 20 psTraceSetLevel("psHistogramAlloc", 0); 22 21 psTraceSetLevel("psHistogramAllocGeneric", 0); -
trunk/psLib/test/math/tst_psHist03.c
r5117 r7999 20 20 psTraceSetLevel(".", 0); 21 21 psTraceSetLevel("p_psVectorBinDisect", 0); 22 psTraceSetLevel("p_psGetStatValue", 0);23 22 psTraceSetLevel("psHistogramAlloc", 0); 24 23 psTraceSetLevel("psHistogramAllocGeneric", 0); -
trunk/psLib/test/math/tst_psStats00.c
r7131 r7999 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $14 * @date $Date: 2006-0 5-18 01:20:10$13 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-07-28 00:44:05 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 70 70 // 71 71 psTraceSetLevel(".", 0); 72 psTraceSetLevel("p_psGetStatValue", 0);73 72 psTraceSetLevel("p_psVectorSampleMean", 10); 74 73 psTraceSetLevel("p_psVectorMax", 0); -
trunk/psLib/test/math/tst_psStats01.c
r5117 r7999 3 3 * @brief Contains tests for psVectorStats with max calculations. 4 4 * 5 * We extensively test the code with data type PS_TYPE_F32. If these pass, we 5 * We extensively test the code with data type PS_TYPE_F32. If these pass, we 6 6 * do a much simpler test with data types PS_TYPE_U8, PS_TYPE_U16, PS_TYPE_F64. 7 7 * … … 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $14 * @date $Date: 200 5-09-24 01:10:00$13 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-07-28 00:44:05 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 60 60 // 61 61 psTraceSetLevel(".", 0); 62 psTraceSetLevel("p_psGetStatValue", 0);63 62 psTraceSetLevel("p_psVectorMax", 0); 64 63 psTraceSetLevel("p_psVectorMin", 0); -
trunk/psLib/test/math/tst_psStats02.c
r5117 r7999 3 3 * @brief Contains tests for psVectorStats with min calculations 4 4 * 5 * We extensively test the code with data type PS_TYPE_F32. If these pass, we 5 * We extensively test the code with data type PS_TYPE_F32. If these pass, we 6 6 * do a much simpler test with data types PS_TYPE_U8, PS_TYPE_U16, PS_TYPE_F64. 7 7 * … … 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $14 * @date $Date: 200 5-09-24 01:10:00$13 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2006-07-28 00:44:05 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 60 60 // 61 61 psTraceSetLevel(".", 0); 62 psTraceSetLevel("p_psGetStatValue", 0);63 62 psTraceSetLevel("p_psVectorMax", 0); 64 63 psTraceSetLevel("p_psVectorMin", 0); -
trunk/psLib/test/math/tst_psStats03.c
r6226 r7999 19 19 // 20 20 psTraceSetLevel(".", 0); 21 psTraceSetLevel("p_psGetStatValue", 0);22 21 psTraceSetLevel("p_psVectorSampleMean", 0); 23 22 psTraceSetLevel("p_psVectorCheckNonEmpty", 0); -
trunk/psLib/test/math/tst_psStats06.c
r5117 r7999 22 22 // 23 23 psTraceSetLevel(".", 0); 24 psTraceSetLevel("p_psGetStatValue", 0);25 24 psTraceSetLevel("p_psVectorSampleMean", 0); 26 25 psTraceSetLevel("p_psVectorMax", 0); -
trunk/psLib/test/math/tst_psStats07.c
r7131 r7999 462 462 psTraceSetLevel(".", TRACE_LEVEL); 463 463 psTraceSetLevel("psGaussian", TRACE_LEVEL); 464 psTraceSetLevel("p_psGetStatValue", TRACE_LEVEL);465 464 psTraceSetLevel("p_psVectorMax", TRACE_LEVEL); 466 465 psTraceSetLevel("p_psVectorMin", TRACE_LEVEL); -
trunk/psLib/test/math/tst_psStats08.c
r5117 r7999 23 23 // 24 24 psTraceSetLevel(".", 0); 25 psTraceSetLevel("p_psGetStatValue", 0);26 25 psTraceSetLevel("p_psVectorMax", 0); 27 26 psTraceSetLevel("p_psVectorMin", 0); -
trunk/psLib/test/math/tst_psStats09.c
r7166 r7999 335 335 // 336 336 psTraceSetLevel(".", TRACE_LEVEL); 337 psTraceSetLevel("p_psGetStatValue", TRACE_LEVEL);338 337 psTraceSetLevel("p_psVectorSampleMean", TRACE_LEVEL); 339 338 psTraceSetLevel("p_psVectorMax", TRACE_LEVEL);
Note:
See TracChangeset
for help on using the changeset viewer.
