Searched refs:pinf (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tsputil.cpp | 36 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/u-boot/post/lib_powerpc/fpu/ |
D | compare-fp-1.c | 32 static float pinf; variable 122 pinf = __builtin_inf (); in fpu_post_test_math6() 126 iuneq (ninf, pinf, 0); in fpu_post_test_math6() 128 iuneq (pinf, ninf, 0); in fpu_post_test_math6() 137 iltgt (ninf, pinf, 1); in fpu_post_test_math6() 139 iltgt (pinf, ninf, 1); in fpu_post_test_math6() 149 iunlt (pinf, NaN, 1); in fpu_post_test_math6() 150 iunlt (pinf, ninf, 0); in fpu_post_test_math6() 151 iunlt (pinf, pinf, 0); in fpu_post_test_math6() 162 iunle (pinf, NaN, 1); in fpu_post_test_math6() [all …]
|
/external/libcxx/test/std/utilities/function.objects/unord.hash/ |
D | floating.pass.cpp | 44 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/ |
D | putiltst.c | 372 double pinf = uprv_getInfinity(); 387 remainderTest(1.0, pinf, 1.0); 395 remainderTest(pinf, nan, nan);
|