Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/compiler/nir/
Dnir_search.h141 bool inexact; member
Dnir_search.c408 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()
Dnir_algebraic.py353 self.inexact = m.group('inexact') is not None
357 assert not self.inexact or not self.exact, \
/third_party/python/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td234 // 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,
DSystemZInstrDFP.td125 // mode. M4 can be set to 4 to suppress detection of inexact conditions.
DSystemZPatterns.td163 // TR2 and the output being TR1. SUPPRESS is 4 to suppress inexact conditions
/third_party/boost/libs/outcome/doc/src/content/experimental/
Ddifferences.md49 ... 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/
Dx-scheme.c500 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/
Dfloat_comparison.qbk8 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.flowconfig84 inexact-spread=warn
/third_party/mesa3d/docs/relnotes/
D20.1.8.rst89 - Revert "ac: generate FMA for inexact instructions for radeonsi"
D20.1.7.rst160 - nir/algebraic: mark some optimizations with fsat(NaN) as inexact
D20.3.5.rst253 - nir/algebraic: mark more optimization with fsat(NaN) as inexact
/third_party/boost/libs/numeric/conversion/doc/
Ddefinitions.qbk343 * 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).
Dconverter.qbk143 ['inexact] conversions, only ['out-of-range] conversions (see the
/third_party/boost/libs/fiber/examples/
Dwait_stuff.cpp922 double inexact; member
929 return out << "Data{str='" << data.str << "', inexact=" << data.inexact in operator <<()
/third_party/quickjs/tests/
Dtest_bignum.js175 assert(e.inexact === true);
/third_party/python/Objects/
Dlongobject.c3712 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/
DWebAssemblyInstrFloat.td75 // WebAssembly doesn't expose inexact exceptions, so map frint to fnearbyint.
/third_party/mesa3d/src/compiler/glsl/
Dfloat64.glsl451 * 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/
Ddecimal.rst78 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

123