HomeSort by relevance Sort by last modified time
    Searched full:pinf (Results 1 - 5 of 5) sorted by null

  /external/icu4c/test/intltest/
tsputil.cpp 35 double pinf = uprv_getInfinity();
62 remainderTest(pinf, 1.0, 1.25);
63 remainderTest(1.0, pinf, 1.0);
68 remainderTest(ninf, pinf, 1.25);
70 remainderTest(pinf, nan, 1.25);
73 remainderTest(pinf, pzero, 1.25);
74 remainderTest(pinf, nzero, 1.25);
101 double pinf = uprv_getInfinity(); local
110 maxMinTest(pinf, ninf, pinf, TRUE)
242 double pinf = uprv_getInfinity(); local
280 double pinf = uprv_getInfinity(); local
371 double pinf = uprv_getInfinity(); local
398 double pinf = uprv_getInfinity(); local
425 double pinf = uprv_getInfinity(); local
452 double pinf = uprv_getInfinity(); local
479 double pinf = uprv_getInfinity(); local
506 double pinf = uprv_getInfinity(); local
533 double pinf = uprv_getInfinity(); local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-925537.js 37 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/icu4c/test/cintltst/
putiltst.c 345 double pinf = uprv_getInfinity();
360 remainderTest(1.0, pinf, 1.0);
368 remainderTest(pinf, nan, nan);
371 /* remainderTest(pinf, pzero, 1.25);
372 remainderTest(pinf, nzero, 1.25);
  /external/llvm/lib/VMCore/
PassManager.cpp 783 const PassInfo *PInf = PassRegistry::getPassRegistry()->getPassInfo(PI);
784 if (PInf == 0) return;
785 const std::vector<const PassInfo*> &II = PInf->getInterfacesImplemented();
916 if (const PassInfo *PInf = PassRegistry::getPassRegistry()->getPassInfo(PI)) {
922 const std::vector<const PassInfo*> &II = PInf->getInterfacesImplemented();
    [all...]
  /external/libxml2/
trionan.c 823 print_class("PInf", my_pinf);
843 printf("PInf: %4g 0x%02x%02x%02x%02x%02x%02x%02x%02x (%2d, %2d)\n",
889 printf("PInf: %4g 0x%02x%02x%02x%02x%02x%02x%02x%02x (%2d, %2d)\n",

Completed in 121 milliseconds