Home
last modified time | relevance | path

Searched refs:inexact (Results 1 – 25 of 44) sorted by relevance

12

/external/elfutils/tests/
Drun-unstrip-test.sh34 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.unstrip
43 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.inplace
Drun-strip-test.sh49 testrun ${abs_top_builddir}/src/elfcmp --hash-inexact $original testfile.unstrip
/external/llvm/test/CodeGen/X86/
Dfdiv.ll14 define double @inexact(double %x) {
16 ; CHECK-LABEL: inexact:
/external/mesa3d/src/compiler/nir/
Dnir_search.h102 bool inexact; member
Dnir_algebraic.py202 self.inexact = m.group('inexact') is not None
Dnir_search.c262 state->inexact_match = expr->inexact || state->inexact_match; in match_expression()
/external/python/cpython3/Lib/test/decimaltestdata/
Dinexact.decTest2 -- inexact.decTest -- decimal inexact and rounded edge cases --
Dtestall.decTest42 dectest: inexact
Dadd.decTest1389 -- 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 …]
Dfma.decTest2105 -- 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/
Dinexact.decTest2 -- inexact.decTest -- decimal inexact and rounded edge cases --
Dtestall.decTest42 dectest: inexact
Dadd.decTest1389 -- 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 …]
Dfma.decTest2105 -- 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/
Dfp-conv-10.ll7 ; Promoting to i64 doesn't generate an inexact condition for values that are
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td308 // 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,
DSystemZPatterns.td164 // TR2 and the output being TR1. SUPPRESS is 4 to suppress inexact conditions
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_GenerateVocabRemapping.pbtxt75 uses an IndexTable (as opposed to an inexact CuckooTable), so client code should
/external/icu/icu4c/source/data/brkitr/rules/
Dsent_el.txt98 # For now, use the old style inexact reverse rules, which are easier
/external/python/cpython2/Objects/
Dlongobject.c3097 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/
DWebAssemblyInstrFloat.td47 // WebAssembly doesn't expose inexact exceptions, so map frint to fnearbyint.
/external/eigen/doc/
DCustomizingEigen_CustomScalar.dox62 …ed to have a score of zero. Also, this can interact badly with thresholds for inexact scalar types.
/external/python/cpython3/Objects/
Dlongobject.c3755 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/
DDfp.java695 boolean inexact = false; in align()
726 inexact = true; in align()
737 if (inexact) { in align()
/external/python/cpython2/Doc/library/
Ddecimal.rst73 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