Searched defs:pinf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-925537.js37 var pinf = Number.POSITIVE_INFINITY, ninf = Number.NEGATIVE_INFINITY; variable
38 assertClose( Math.PI / 4, Math.atan2(pinf, pinf));
39 assertClose(-Math.PI / 4, Math.atan2(ninf, pinf));
40 assertClose( 3 * Math.PI / 4, Math.atan2(pinf, ninf));
/external/libcxx/test/utilities/function.objects/unord.hash/
H A Dfloating.pass.cpp39 std::size_t pinf = h(INFINITY); local
45 assert(t0 != pinf);
50 assert(tp1 != pinf);
54 assert(t1 != pinf);
57 assert(tn1 != pinf);
60 assert(pinf != ninf);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsputil.cpp34 double pinf = uprv_getInfinity();
61 remainderTest(pinf, 1.0, 1.25);
62 remainderTest(1.0, pinf, 1.0);
67 remainderTest(ninf, pinf, 1.25);
69 remainderTest(pinf, nan, 1.25);
72 remainderTest(pinf, pzero, 1.25);
73 remainderTest(pinf, nzero, 1.25);
100 double pinf = uprv_getInfinity(); local
109 maxMinTest(pinf, ninf, pinf, TRU
241 double pinf = uprv_getInfinity(); local
279 double pinf = uprv_getInfinity(); local
370 double pinf = uprv_getInfinity(); local
397 double pinf = uprv_getInfinity(); local
424 double pinf = uprv_getInfinity(); local
451 double pinf = uprv_getInfinity(); local
478 double pinf = uprv_getInfinity(); local
505 double pinf = uprv_getInfinity(); local
532 double pinf = uprv_getInfinity(); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsputil.cpp34 double pinf = uprv_getInfinity();
61 remainderTest(pinf, 1.0, 1.25);
62 remainderTest(1.0, pinf, 1.0);
67 remainderTest(ninf, pinf, 1.25);
69 remainderTest(pinf, nan, 1.25);
72 remainderTest(pinf, pzero, 1.25);
73 remainderTest(pinf, nzero, 1.25);
100 double pinf = uprv_getInfinity(); local
109 maxMinTest(pinf, ninf, pinf, TRU
241 double pinf = uprv_getInfinity(); local
279 double pinf = uprv_getInfinity(); local
370 double pinf = uprv_getInfinity(); local
397 double pinf = uprv_getInfinity(); local
424 double pinf = uprv_getInfinity(); local
451 double pinf = uprv_getInfinity(); local
478 double pinf = uprv_getInfinity(); local
505 double pinf = uprv_getInfinity(); local
532 double pinf = uprv_getInfinity(); local
[all...]

Completed in 2784 milliseconds