/third_party/mingw-w64/mingw-w64-crt/gdtoa/ |
D | dtoa.c | 124 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/ |
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/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/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 | SystemZPatterns.td | 163 // TR2 and the output being TR1. SUPPRESS is 4 to suppress inexact conditions
|
D | SystemZInstrDFP.td | 125 // mode. M4 can be set to 4 to suppress detection of inexact conditions.
|
/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/ejdb/src/bindings/ejdb2_react_native/tests/ |
D | .flowconfig | 84 inexact-spread=warn
|
/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/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/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/quickjs/tests/ |
D | test_bignum.js | 175 assert(e.inexact === true);
|
/third_party/python/Objects/ |
D | longobject.c | 3884 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/ |
D | WebAssemblyInstrFloat.td | 75 // WebAssembly doesn't expose inexact exceptions, so map frint to fnearbyint.
|
/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 1579 inexact. 2156 For inexact results, :attr:`MAX_PREC` is far too large on 64-bit platforms and
|
/third_party/python/Doc/tutorial/ |
D | floatingpoint.rst | 129 with inexact values become comparable to one another::
|
/third_party/boost/libs/math/doc/sf/ |
D | igamma.qbk | 234 and Morris. However, using a wider range results in large and inexact
|
D | lambert_w.qbk | 462 [[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/ |
D | libbf.c | 398 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/ |
D | lanczos.qbk | 223 inexact value: this reduces accuracy in the common case that
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_lock_surface2.txt | 102 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
|