Home
last modified time | relevance | path

Searched refs:pinf (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsputil.cpp36 double pinf = uprv_getInfinity();
102 double pinf = uprv_getInfinity(); in testMaxMin() local
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()
127 maxMinTest(pinf, nan, nan, TRUE); in testMaxMin()
128 maxMinTest(pinf, nan, nan, FALSE); in testMaxMin()
[all …]
/external/libcxx/test/std/utilities/function.objects/unord.hash/
Dfloating.pass.cpp44 std::size_t pinf = h(INFINITY); in test() local
50 assert(t0 != pinf); in test()
55 assert(tp1 != pinf); in test()
59 assert(t1 != pinf); in test()
62 assert(tn1 != pinf); in test()
65 assert(pinf != ninf); in test()
/external/icu/icu4c/source/test/cintltst/
Dputiltst.c358 double pinf = uprv_getInfinity();
373 remainderTest(1.0, pinf, 1.0);
381 remainderTest(pinf, nan, nan);