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

  /external/icu/icu4c/source/test/intltest/
tsputil.cpp 34 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, TRUE)
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/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/libcxx/test/std/utilities/function.objects/unord.hash/
floating.pass.cpp 41 std::size_t pinf = h(INFINITY); local
47 assert(t0 != pinf);
52 assert(tp1 != pinf);
56 assert(t1 != pinf);
59 assert(tn1 != pinf);
62 assert(pinf != ninf);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
floating.pass.cpp 39 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/llvm/unittests/ADT/
APFloatTest.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 155 'PInf' : Path_Information,
Metrowerks_Shell_Suite.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py 128 want = 'pinf'
412 'pinf' : type_property_info,
__init__.py 332 'pinf' : type_property_info,
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 356 double pinf = uprv_getInfinity();
371 remainderTest(1.0, pinf, 1.0);
379 remainderTest(pinf, nan, nan);
382 /* remainderTest(pinf, pzero, 1.25);
383 remainderTest(pinf, nzero, 1.25);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
__init__.py 157 'pinf' : StdSuites.Type_Names_Suite.type_property_info,
  /external/llvm/lib/IR/
LegacyPassManager.cpp 835 const PassInfo *PInf = TPM->findAnalysisPassInfo(PI);
836 if (!PInf) return;
837 const std::vector<const PassInfo*> &II = PInf->getInterfacesImplemented();
968 if (const PassInfo *PInf = TPM->findAnalysisPassInfo(PI)) {
    [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",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcndr.h 518 RPC_STATUS RPC_ENTRY NdrClientGetSupportedSyntaxes(RPC_CLIENT_INTERFACE *pInf,unsigned __LONG32 *pCount,MIDL_SYNTAX_INFO **pArr);
519 RPC_STATUS RPC_ENTRY NdrServerGetSupportedSyntaxes(RPC_SERVER_INTERFACE *pInf,unsigned __LONG32 *pCount,MIDL_SYNTAX_INFO **pArr,unsigned __LONG32 *pPreferSyntaxIndex);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
AppleEvents.py 566 typePropInfo = FOUR_CHAR_CODE('pinf')
    [all...]

Completed in 258 milliseconds