Home
last modified time | relevance | path

Searched refs:ninf (Results 1 – 15 of 15) sorted by relevance

/external/icu4c/test/intltest/
Dtsputil.cpp35 double ninf = -uprv_getInfinity();
101 double ninf = -uprv_getInfinity(); in testMaxMin() local
109 maxMinTest(pinf, ninf, pinf, TRUE); in testMaxMin()
110 maxMinTest(pinf, ninf, ninf, FALSE); in testMaxMin()
119 maxMinTest(ninf, pzero, pzero, TRUE); in testMaxMin()
120 maxMinTest(ninf, pzero, ninf, FALSE); in testMaxMin()
121 maxMinTest(ninf, nzero, nzero, TRUE); in testMaxMin()
122 maxMinTest(ninf, nzero, ninf, FALSE); in testMaxMin()
127 maxMinTest(ninf, nan, nan, TRUE); in testMaxMin()
128 maxMinTest(ninf, nan, nan, FALSE); in testMaxMin()
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dtsputil.cpp36 double ninf = -uprv_getInfinity();
102 double ninf = -uprv_getInfinity(); in testMaxMin() local
110 maxMinTest(pinf, ninf, pinf, TRUE); in testMaxMin()
111 maxMinTest(pinf, ninf, ninf, FALSE); in testMaxMin()
120 maxMinTest(ninf, pzero, pzero, TRUE); in testMaxMin()
121 maxMinTest(ninf, pzero, ninf, FALSE); in testMaxMin()
122 maxMinTest(ninf, nzero, nzero, TRUE); in testMaxMin()
123 maxMinTest(ninf, nzero, ninf, FALSE); in testMaxMin()
128 maxMinTest(ninf, nan, nan, TRUE); in testMaxMin()
129 maxMinTest(ninf, nan, nan, FALSE); in testMaxMin()
[all …]
/external/llvm/test/Transforms/InstSimplify/
Dfast-math.ll37 ; fadd [nnan ninf] X, (fsub [nnan ninf] 0, X) ==> 0
38 ; where nnan and ninf have to occur at least once somewhere in this
43 %t1 = fsub nnan ninf float 0.0, %a
44 %zero1 = fadd nnan ninf float %t1, %a
47 %zero2 = fadd ninf float %t2, %a
49 %t3 = fsub nnan ninf float 0.0, %a
53 %zero4 = fadd nnan ninf float %t4, %a
73 ; fsub nnan ninf x, x ==> 0.0
77 %zero1 = fsub nnan ninf float %a, %a
81 %no_zero1 = fsub ninf float %a, %a
[all …]
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-925537.js37 var pinf = Number.POSITIVE_INFINITY, ninf = Number.NEGATIVE_INFINITY; variable
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/v8/test/mjsunit/regress/
Dregress-925537.js37 var pinf = Number.POSITIVE_INFINITY, ninf = Number.NEGATIVE_INFINITY; variable
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/llvm/test/Assembler/
Dfast-math-flags.ll86 ; CHECK: %a = fadd nnan ninf float %x, %y
87 %a = fadd ninf nnan float %x, %y
92 ; CHECK: %b_vec = fsub nnan ninf <3 x float> %vec, %vec
93 %b_vec = fsub ninf nnan <3 x float> %vec, %vec
98 ; CHECK: %d = fdiv nnan ninf float %x, %y
99 %d = fdiv ninf nnan float %x, %y
104 ; CHECK: %e_vec = frem nnan ninf <3 x float> %vec, %vec
105 %e_vec = frem ninf nnan <3 x float> %vec, %vec
120 ; CHECK: %a = fadd nnan ninf float %x, %y
121 %a = fadd ninf nnan float %x, %y
[all …]
/external/chromium_org/third_party/icu/source/test/cintltst/
Dputiltst.c346 double ninf = -uprv_getInfinity();
361 remainderTest(1.0, ninf, 1.0);
367 remainderTest(ninf, nan, nan);
/external/icu4c/test/cintltst/
Dputiltst.c357 double ninf = -uprv_getInfinity();
372 remainderTest(1.0, ninf, 1.0);
378 remainderTest(ninf, nan, nan);
/external/bison/src/
Dtables.c742 table_ninf_remap (base_number tab[], int size, base_number ninf) in table_ninf_remap() argument
748 if (tab[i] < res && tab[i] != ninf) in table_ninf_remap()
754 if (tab[i] == ninf) in table_ninf_remap()
/external/llvm/utils/vim/
Dllvm.vim30 syn keyword llvmStatement load lshr malloc max min mul nand ne ninf nnan nsw nsz
/external/llvm/lib/AsmParser/
DLLLexer.cpp525 KEYWORD(ninf); in LexIdentifier()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.cc3732 ExternalReference ninf = in DoMathLog() local
3734 Operand ninf_operand = masm()->ExternalOperand(ninf); in DoMathLog()
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.cc4171 ExternalReference ninf = in DoMathLog() local
4173 __ movsd(input_reg, Operand::StaticVariable(ninf)); in DoMathLog()
/external/llvm/docs/
DLangRef.rst1354 ``ninf``
/external/bison/
DChangeLog-201213107 Declare to be of type suitable for the ninf value itself, not of
13109 be unsigned but the ninf value might be negative. This fixes a