Home
last modified time | relevance | path

Searched refs:maxMinTest (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsputil.cpp109 maxMinTest(pinf, ninf, pinf, TRUE); in testMaxMin()
110 maxMinTest(pinf, ninf, ninf, FALSE); in testMaxMin()
113 maxMinTest(pinf, pzero, pinf, TRUE); in testMaxMin()
114 maxMinTest(pinf, pzero, pzero, FALSE); in testMaxMin()
115 maxMinTest(pinf, nzero, pinf, TRUE); in testMaxMin()
116 maxMinTest(pinf, nzero, nzero, FALSE); in testMaxMin()
119 maxMinTest(ninf, pzero, pzero, TRUE); in testMaxMin()
120 maxMinTest(ninf, pzero, ninf, FALSE); in testMaxMin()
121 maxMinTest(ninf, nzero, nzero, TRUE); in testMaxMin()
122 maxMinTest(ninf, nzero, ninf, FALSE); in testMaxMin()
[all …]
Dtsputil.h26 void maxMinTest(double a, double b, double exp, UBool max);