Searched refs:inexact (Results 1 – 25 of 33) sorted by relevance
12
/external/elfutils/tests/ |
D | run-unstrip-test.sh | 34 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.unstrip 43 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.inplace
|
D | run-strip-test.sh | 49 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.unstrip
|
/external/llvm/test/CodeGen/X86/ |
D | fdiv.ll | 14 define double @inexact(double %x) { 16 ; CHECK-LABEL: inexact:
|
/external/bison/m4/ |
D | fpieee.m4 | 15 dnl - A set of conditions (overflow, underflow, inexact, etc.) which can 39 # For full IEEE compliance (rarely needed), use option -mieee-with-inexact.
|
/external/mesa3d/src/compiler/nir/ |
D | nir_search.h | 102 bool inexact; member
|
D | nir_algebraic.py | 202 self.inexact = m.group('inexact') is not None
|
D | nir_search.c | 262 state->inexact_match = expr->inexact || state->inexact_match; in match_expression()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | fp-conv-10.ll | 7 ; Promoting to i64 doesn't generate an inexact condition for values that are
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | inexact.decTest | 2 -- inexact.decTest -- decimal inexact and rounded edge cases --
|
D | testall.decTest | 42 dectest: inexact
|
D | add.decTest | 1389 -- inexact zeros 1410 -- inexact zeros 1431 -- inexact zeros 1452 -- inexact zeros 1473 -- inexact zeros 1494 -- inexact zeros 1516 -- inexact zeros 2472 -- inexact zeros 2493 -- inexact zeros 2514 -- inexact zeros [all …]
|
D | fma.decTest | 2105 -- inexact zeros 2126 -- inexact zeros 2147 -- inexact zeros 2168 -- inexact zeros 2189 -- inexact zeros 2210 -- inexact zeros 2232 -- inexact zeros 3183 -- inexact zeros 3204 -- inexact zeros 3225 -- inexact zeros [all …]
|
D | squareroot.decTest | 3819 sqtx9046 squareroot 10 -> 3.162277660168379 inexact rounded 3821 sqtx9048 squareroot 10E-2 -> 0.3162277660168379 inexact rounded 3825 -- High-precision exact and inexact
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 308 // the rounding mode. These forms always check for inexact conditions. 314 // inexact conditions. 321 // to suppress detection of inexact conditions. 326 // fnearbyint is like frint but does not detect inexact conditions. 331 // floor is no longer allowed to raise an inexact condition,
|
D | SystemZPatterns.td | 164 // TR2 and the output being TR1. SUPPRESS is 4 to suppress inexact conditions
|
/external/icu/icu4c/source/data/brkitr/rules/ |
D | sent.txt | 97 # For now, use the old style inexact reverse rules, which are easier
|
D | sent_el.txt | 97 # For now, use the old style inexact reverse rules, which are easier
|
/external/eigen/doc/ |
D | CustomizingEigen_CustomScalar.dox | 62 …ed to have a score of zero. Also, this can interact badly with thresholds for inexact scalar types.
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 47 // WebAssembly doesn't expose inexact exceptions, so map frint to fnearbyint.
|
/external/python/cpython2/Objects/ |
D | longobject.c | 3097 int inexact, negate, a_is_small, b_is_small; in long_true_divide() local 3243 inexact = 0; in long_true_divide() 3279 inexact = 1; in long_true_divide() 3280 while (!inexact && shift_digits > 0) in long_true_divide() 3282 inexact = 1; in long_true_divide() 3294 inexact = 1; in long_true_divide() 3304 inexact = 1; in long_true_divide() 3317 low = x->ob_digit[0] | inexact; in long_true_divide()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
D | Dfp.java | 695 boolean inexact = false; in align() 726 inexact = true; in align() 737 if (inexact) { in align()
|
/external/python/cpython2/Doc/library/ |
D | decimal.rst | 73 to block any inexact operations. 280 result is inexact (some of the discarded digits were non-zero). 803 the result is subnormal and inexact. 1378 must be integral. The result will be inexact unless ``y`` is integral and 1525 inexact.
|
/external/icu/icu4c/source/test/testdata/ |
D | dcfmtest.txt | 132 # RoundUnnecessary. Fail if result would be inexact.
|
/external/elfutils/ |
D | NEWS | 471 elfcmp: new option --hash-inexact
|
/external/elfutils/src/ |
D | ChangeLog | 2796 (options, parse_opt): Add --hash-inexact option to set it. 2798 (main): Call it for differing SHT_HASH sections under --hash-inexact.
|
12