Searched refs:inexact (Results 1 – 25 of 43) 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/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/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/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/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,
|
D | SystemZPatterns.td | 164 // TR2 and the output being TR1. SUPPRESS is 4 to suppress inexact conditions
|
/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/icu/icu4c/source/data/brkitr/rules/ |
D | sent_el.txt | 98 # For now, use the old style inexact reverse rules, which are easier
|
/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/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 47 // WebAssembly doesn't expose inexact exceptions, so map frint to fnearbyint.
|
/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/python/cpython3/Objects/ |
D | longobject.c | 3755 int inexact, negate, a_is_small, b_is_small; in long_true_divide() local 3903 inexact = 0; in long_true_divide() 3939 inexact = 1; in long_true_divide() 3940 while (!inexact && shift_digits > 0) in long_true_divide() 3942 inexact = 1; in long_true_divide() 3954 inexact = 1; in long_true_divide() 3964 inexact = 1; in long_true_divide() 3977 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.
|
12