HomeSort by relevance Sort by last modified time
    Searched refs:ninf (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
tsputil.cpp 35 double ninf = -uprv_getInfinity();
63 remainderTest(ninf, 1.0, 1.25);
64 remainderTest(1.0, ninf, 1.0);
67 remainderTest(ninf, pinf, 1.25);
68 remainderTest(ninf, nan, 1.25);
74 remainderTest(ninf, pzero, 1.25);
75 remainderTest(ninf, nzero, 1.25);
101 double ninf = -uprv_getInfinity(); local
109 maxMinTest(pinf, ninf, pinf, TRUE);
110 maxMinTest(pinf, ninf, ninf, FALSE)
242 double ninf = -uprv_getInfinity(); local
280 double ninf = -uprv_getInfinity(); local
371 double ninf = -uprv_getInfinity(); local
398 double ninf = -uprv_getInfinity(); local
425 double ninf = -uprv_getInfinity(); local
452 double ninf = -uprv_getInfinity(); local
479 double ninf = -uprv_getInfinity(); local
506 double ninf = -uprv_getInfinity(); local
533 double ninf = -uprv_getInfinity(); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsputil.cpp 35 double ninf = -uprv_getInfinity();
63 remainderTest(ninf, 1.0, 1.25);
64 remainderTest(1.0, ninf, 1.0);
67 remainderTest(ninf, pinf, 1.25);
68 remainderTest(ninf, nan, 1.25);
74 remainderTest(ninf, pzero, 1.25);
75 remainderTest(ninf, nzero, 1.25);
101 double ninf = -uprv_getInfinity(); local
109 maxMinTest(pinf, ninf, pinf, TRUE);
110 maxMinTest(pinf, ninf, ninf, FALSE)
242 double ninf = -uprv_getInfinity(); local
280 double ninf = -uprv_getInfinity(); local
371 double ninf = -uprv_getInfinity(); local
398 double ninf = -uprv_getInfinity(); local
425 double ninf = -uprv_getInfinity(); local
452 double ninf = -uprv_getInfinity(); local
479 double ninf = -uprv_getInfinity(); local
506 double ninf = -uprv_getInfinity(); local
533 double ninf = -uprv_getInfinity(); local
    [all...]
  /external/libcxx/test/utilities/function.objects/unord.hash/
floating.pass.cpp 40 std::size_t ninf = h(-INFINITY); local
46 assert(t0 != ninf);
51 assert(tp1 != ninf);
55 assert(t1 != ninf);
58 assert(tn1 != ninf);
60 assert(pinf != ninf);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
floating.pass.cpp 40 std::size_t ninf = h(-INFINITY); local
46 assert(t0 != ninf);
51 assert(tp1 != ninf);
55 assert(t1 != ninf);
58 assert(tn1 != ninf);
60 assert(pinf != ninf);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-925537.js 37 var pinf = Number.POSITIVE_INFINITY, ninf = Number.NEGATIVE_INFINITY;
39 assertClose(-Math.PI / 4, Math.atan2(ninf, pinf));
40 assertClose( 3 * Math.PI / 4, Math.atan2(pinf, ninf));
41 assertClose(-3 * Math.PI / 4, Math.atan2(ninf, ninf));
  /external/bison/src/
tables.c 734 | Remap the negative infinite in TAB from NINF to the greatest |
742 table_ninf_remap (base_number tab[], int size, base_number ninf)
748 if (tab[i] < res && tab[i] != ninf)
754 if (tab[i] == ninf)
  /external/chromium_org/third_party/icu/source/test/cintltst/
putiltst.c 357 double ninf = -uprv_getInfinity();
372 remainderTest(1.0, ninf, 1.0);
378 remainderTest(ninf, nan, nan);
384 remainderTest(ninf, pzero, 1.25);
385 remainderTest(ninf, nzero, 1.25); */
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 357 double ninf = -uprv_getInfinity();
372 remainderTest(1.0, ninf, 1.0);
378 remainderTest(ninf, nan, nan);
384 remainderTest(ninf, pzero, 1.25);
385 remainderTest(ninf, nzero, 1.25); */
  /external/llvm/utils/vim/
llvm.vim 31 syn keyword llvmStatement mul nand ne ninf nnan nsw nsz nuw oeq oge ogt ole
  /external/llvm/lib/AsmParser/
LLLexer.cpp 563 KEYWORD(ninf);
  /external/chromium_org/v8/src/ia32/
lithium-codegen-ia32.cc 3837 ExternalReference ninf = local
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-codegen-x64.cc 3946 ExternalReference ninf = local
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-codegen-x87.cc 4213 ExternalReference ninf = ExternalReference::address_of_negative_infinity(); local
    [all...]

Completed in 895 milliseconds