Searched refs:inexact (Results 1 – 19 of 19) sorted by relevance
/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/libweave/third_party/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member 2404 bc->inexact = 0; 2747 bc.inexact = 1; 3021 bc.inexact = 0; 3123 bc.inexact = 0; 3130 bc.inexact = 0; 3403 if (bc.inexact) { 3430 if (bc.inexact && !(word0(&rv) & Exp_mask)) { 3597 int inexact, oldinexact; variable 3655 inexact = 1; [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
|
D | vec-intrinsics.ll | 3327 ; VFIDB with IEEE-inexact exception suppressed.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 304 // the rounding mode. These forms always check for inexact conditions. 310 // inexact conditions. 317 // to suppress detection of inexact conditions. 322 // fnearbyint is like frint but does not detect inexact conditions. 327 // 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/ |
D | sent_el.txt | 94 # For now, use the old style inexact reverse rules, which are easier
|
D | sent.txt | 94 # For now, use the old style inexact reverse rules, which are easier
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 47 // WebAssembly doesn't expose inexact exceptions, so map frint to fnearbyint.
|
/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/ceres-solver/docs/source/ |
D | solving.rst | 148 and an inexact step variant of the Levenberg-Marquardt algorithm 189 problem is solved approximately. These algorithms are known as inexact 192 An inexact Newton method requires two ingredients. First, a cheap 200 :label: inexact 205 inexact Newton step based on :eq:`inexact` converges for any 209 Ceres supports both exact and inexact step solution strategies. When 212 iterative linear solver, the inexact step Levenberg-Marquardt 613 automatically switches from the exact step algorithm to an inexact 628 algorithm to an inexact step algorithm. 631 prohibitive for large problems. Indeed, for an inexact Newton solver [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | dcfmtest.txt | 130 # 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.
|
/external/llvm/docs/ |
D | LangRef.rst | 7603 an inexact result, how rounding is performed (e.g. truncation, also known as 10354 nearest integer. It may raise an inexact floating-point exception if the
|
/external/libpng/ |
D | libpng-manual.txt | 1630 remark about inexact inch conversions applies here
|