/third_party/mesa3d/src/compiler/nir/ |
D | nir_search.h | 141 bool inexact; member
|
D | nir_search.c | 408 state->inexact_match = expr->inexact || state->inexact_match; in match_expression() 614 if (expr->inexact) in dump_value() 888 !(xform->search->inexact && ignore_inexact) && in nir_algebraic_instr()
|
D | nir_algebraic.py | 353 self.inexact = m.group('inexact') is not None 357 assert not self.inexact or not self.exact, \
|
/third_party/python/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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 234 // specifying rounding mode and inexact-exception suppression flags. 288 // also specifying the inexact-exception suppression flag. 378 // the rounding mode. These forms always check for inexact conditions. 386 // inexact conditions. 393 // to suppress detection of inexact conditions. 400 // fnearbyint is like frint but does not detect inexact conditions. 405 // floor is no longer allowed to raise an inexact condition,
|
D | SystemZInstrDFP.td | 125 // mode. M4 can be set to 4 to suppress detection of inexact conditions.
|
D | SystemZPatterns.td | 163 // TR2 and the output being TR1. SUPPRESS is 4 to suppress inexact conditions
|
/third_party/boost/libs/outcome/doc/src/content/experimental/ |
D | differences.md | 49 ... you can be highly confident that this is an inexact, semantic, match operation. 51 or inexact comparison is being performed (after all, all there is is "`code1 == code2`",
|
/third_party/gettext/gettext-tools/src/ |
D | x-scheme.c | 500 enum { unknown, exact, inexact } exactness = unknown; in is_number() enumerator 540 exactness = inexact; in is_number() 549 if (exactness != inexact) in is_number()
|
/third_party/boost/libs/math/doc/fp_utilities/ |
D | float_comparison.qbk | 8 will potentially produce an inexact result that will be rounded to the nearest 10 0.1 to a double produces an inexact result (as this decimal number has no
|
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/ |
D | .flowconfig | 84 inexact-spread=warn
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.8.rst | 89 - Revert "ac: generate FMA for inexact instructions for radeonsi"
|
D | 20.1.7.rst | 160 - nir/algebraic: mark some optimizations with fsat(NaN) as inexact
|
D | 20.3.5.rst | 253 - nir/algebraic: mark more optimization with fsat(NaN) as inexact
|
/third_party/boost/libs/numeric/conversion/doc/ |
D | definitions.qbk | 343 * If the roundoff is not 0, the representation is [*inexact], and `V` is inexactly 346 If a representation `v` in a type `T` -either exact or inexact-, is any of the adjacents 351 All exact representations are correctly rounded, but not all inexact representations are. 543 produce results in range and correctly rounded (even if inexact).
|
D | converter.qbk | 143 ['inexact] conversions, only ['out-of-range] conversions (see the
|
/third_party/boost/libs/fiber/examples/ |
D | wait_stuff.cpp | 922 double inexact; member 929 return out << "Data{str='" << data.str << "', inexact=" << data.inexact in operator <<()
|
/third_party/quickjs/tests/ |
D | test_bignum.js | 175 assert(e.inexact === true);
|
/third_party/python/Objects/ |
D | longobject.c | 3712 int inexact, negate, a_is_small, b_is_small; in long_true_divide() local 3860 inexact = 0; in long_true_divide() 3896 inexact = 1; in long_true_divide() 3897 while (!inexact && shift_digits > 0) in long_true_divide() 3899 inexact = 1; in long_true_divide() 3911 inexact = 1; in long_true_divide() 3921 inexact = 1; in long_true_divide() 3934 low = x->ob_digit[0] | inexact; in long_true_divide()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrFloat.td | 75 // WebAssembly doesn't expose inexact exceptions, so map frint to fnearbyint.
|
/third_party/mesa3d/src/compiler/glsl/ |
D | float64.glsl | 451 * simply rounded and packed into the double-precision format, with the inexact 453 * However, if the abstract value is too large, the overflow and inexact 456 * subnormal number, and the underflow and inexact exceptions are raised if the 1208 * the inexact exception raised if the abstract input cannot be represented 1210 * inexact exceptions are raised and an infinity or maximal finite value is 1212 * a subnormal number, and the underflow and inexact exceptions are raised if
|
/third_party/python/Doc/library/ |
D | decimal.rst | 78 to block any inexact operations. 314 result is inexact (some of the discarded digits were non-zero). 783 the result is subnormal and inexact. 1355 must be integral. The result will be inexact unless ``y`` is integral and 1580 inexact. 2157 For inexact results, :attr:`MAX_PREC` is far too large on 64-bit platforms and
|