/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | fdiv.ll | 14 define double @inexact(double %x) { 16 ; CHECK-LABEL: inexact:
|
/external/mesa3d/src/compiler/nir/ |
D | nir_search.h | 102 bool inexact; member
|
D | nir_algebraic.py | 200 self.inexact = m.group('inexact') is not None
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 225 // specifying rounding mode and inexact-exception suppression flags. 277 // also specifying the inexact-exception suppression flag. 364 // the rounding mode. These forms always check for inexact conditions. 370 // inexact conditions. 377 // to suppress detection of inexact conditions. 382 // fnearbyint is like frint but does not detect inexact conditions. 387 // floor is no longer allowed to raise an inexact condition,
|
/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 …]
|
/external/python/cpython3/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 …]
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | fp-conv-10.ll | 7 ; Promoting to i64 doesn't generate an inexact condition for values that are
|
/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,
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_GenerateVocabRemapping.pbtxt | 75 uses an IndexTable (as opposed to an inexact CuckooTable), so client code should
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 47 // WebAssembly doesn't expose inexact exceptions, so map frint to fnearbyint.
|
/external/python/cpython3/Objects/ |
D | longobject.c | 3729 int inexact, negate, a_is_small, b_is_small; in long_true_divide() local 3877 inexact = 0; in long_true_divide() 3913 inexact = 1; in long_true_divide() 3914 while (!inexact && shift_digits > 0) in long_true_divide() 3916 inexact = 1; in long_true_divide() 3928 inexact = 1; in long_true_divide() 3938 inexact = 1; in long_true_divide() 3951 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()
|