Changeset 11420
- Timestamp:
- Jan 29, 2007, 6:41:51 PM (19 years ago)
- Location:
- trunk/psLib/test/math
- Files:
-
- 5 edited
-
tap_psStats01.c (modified) (2 diffs)
-
tap_psStats02.c (modified) (2 diffs)
-
tap_psStats03.c (modified) (1 diff)
-
tap_psStats06.c (modified) (1 diff)
-
tap_psStats08.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psStats01.c
r10848 r11420 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-12-29 04:38:42$10 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-30 04:41:51 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 41 41 psMemId idGlobal = psMemGetId(); 42 42 psLogSetFormat("HLNM"); 43 plan_tests( 24);43 plan_tests(32); 44 44 45 45 psStats* myStats = psStatsAlloc(PS_STAT_MAX); -
trunk/psLib/test/math/tap_psStats02.c
r10848 r11420 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $14 * @date $Date: 200 6-12-29 04:38:42$13 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-01-30 04:41:51 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii … … 43 43 psMemId idGlobal = psMemGetId(); 44 44 psLogSetFormat("HLNM"); 45 plan_tests( 24);45 plan_tests(32); 46 46 47 47 psStats* myStats = psStatsAlloc(PS_STAT_MIN); -
trunk/psLib/test/math/tap_psStats03.c
r10848 r11420 21 21 psMemId idGlobal = psMemGetId(); 22 22 psLogSetFormat("HLNM"); 23 plan_tests( 7);23 plan_tests(9); 24 24 25 25 psStats *myStats = psStatsAlloc(PS_STAT_SAMPLE_MEDIAN); -
trunk/psLib/test/math/tap_psStats06.c
r10848 r11420 21 21 psMemId idGlobal = psMemGetId(); 22 22 psLogSetFormat("HLNM"); 23 plan_tests( 7);23 plan_tests(9); 24 24 25 25 psStats *myStats = psStatsAlloc(PS_STAT_SAMPLE_STDEV); -
trunk/psLib/test/math/tap_psStats08.c
r10848 r11420 22 22 psMemId idGlobal = psMemGetId(); 23 23 psLogSetFormat("HLNM"); 24 plan_tests(1 4);24 plan_tests(18); 25 25 26 26 psStats *myStats = psStatsAlloc(PS_STAT_SAMPLE_QUARTILE);
Note:
See TracChangeset
for help on using the changeset viewer.
