Home
last modified time | relevance | path

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

12

/third_party/mingw-w64/mingw-w64-crt/gdtoa/
Ddtoa.c124 int inexact, oldinexact; in __dtoa() local
170 inexact = 1; in __dtoa()
434 inexact = 0; in __dtoa()
612 inexact = 0; in __dtoa()
625 inexact = 0; in __dtoa()
684 inexact = 0; in __dtoa()
734 if (inexact) { in __dtoa()
/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/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/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,
DSystemZPatterns.td163 // TR2 and the output being TR1. SUPPRESS is 4 to suppress inexact conditions
DSystemZInstrDFP.td125 // mode. M4 can be set to 4 to suppress detection of inexact conditions.
/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/ejdb/src/bindings/ejdb2_react_native/tests/
D.flowconfig84 inexact-spread=warn
/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/boost/libs/fiber/examples/
Dwait_stuff.cpp922 double inexact; member
929 return out << "Data{str='" << data.str << "', inexact=" << data.inexact in operator <<()
/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/quickjs/tests/
Dtest_bignum.js175 assert(e.inexact === true);
/third_party/python/Objects/
Dlongobject.c3884 int inexact, negate, a_is_small, b_is_small; in long_true_divide() local
4032 inexact = 0; in long_true_divide()
4068 inexact = 1; in long_true_divide()
4069 while (!inexact && shift_digits > 0) in long_true_divide()
4071 inexact = 1; in long_true_divide()
4083 inexact = 1; in long_true_divide()
4093 inexact = 1; in long_true_divide()
4106 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/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
1579 inexact.
2156 For inexact results, :attr:`MAX_PREC` is far too large on 64-bit platforms and
/third_party/python/Doc/tutorial/
Dfloatingpoint.rst129 with inexact values become comparable to one another::
/third_party/boost/libs/math/doc/sf/
Digamma.qbk234 and Morris. However, using a wider range results in large and inexact
Dlambert_w.qbk462 [[Method] [Exact] [One_bit] [Two_bits] [Few_bits] [inexact] [bias]]
472 [[Method] [Exact] [One_bit] [Two_bits] [Few_bits] [inexact] [bias]]
486 [[Method] [Exact] [One_bit] [Two_bits] [Few_bits] [inexact] [bias]]
/third_party/quickjs/
Dlibbf.c398 int add_one, inexact; in bf_get_rnd_add() local
410 inexact = (bit1 | bit0) != 0; in bf_get_rnd_add()
430 add_one = inexact; in bf_get_rnd_add()
433 add_one = inexact; in bf_get_rnd_add()
443 if (inexact) in bf_get_rnd_add()
6361 int add_one, inexact; in bfdec_get_rnd_add() local
6374 inexact = (digit1 | digit0) != 0; in bfdec_get_rnd_add()
6396 add_one = inexact; in bfdec_get_rnd_add()
6403 add_one = inexact; in bfdec_get_rnd_add()
6409 if (inexact) in bfdec_get_rnd_add()
/third_party/boost/libs/math/doc/background/
Dlanczos.qbk223 inexact value: this reduces accuracy in the common case that
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_lock_surface2.txt102 one of the "inexact" formats was used to choose the config.
307 the color buffer format matching one of the "inexact" formats
839 inexact definitions, we do not want to specify that it returns that

12