Searched refs:maxMinTest (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tsputil.cpp | 111 maxMinTest(pinf, ninf, pinf, TRUE); in testMaxMin() 112 maxMinTest(pinf, ninf, ninf, FALSE); in testMaxMin() 115 maxMinTest(pinf, pzero, pinf, TRUE); in testMaxMin() 116 maxMinTest(pinf, pzero, pzero, FALSE); in testMaxMin() 117 maxMinTest(pinf, nzero, pinf, TRUE); in testMaxMin() 118 maxMinTest(pinf, nzero, nzero, FALSE); in testMaxMin() 121 maxMinTest(ninf, pzero, pzero, TRUE); in testMaxMin() 122 maxMinTest(ninf, pzero, ninf, FALSE); in testMaxMin() 123 maxMinTest(ninf, nzero, nzero, TRUE); in testMaxMin() 124 maxMinTest(ninf, nzero, ninf, FALSE); in testMaxMin() [all …]
|
D | tsputil.h | 28 void maxMinTest(double a, double b, double exp, UBool max);
|