Searched defs:inexact (Results 1 - 4 of 4) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
| H A D | dtoa.c | 144 int inexact, oldinexact; local 188 inexact = 1; 463 inexact = 0; 675 inexact = 0; 688 inexact = 0; 754 inexact = 0; 801 if (inexact) {
|
| H A D | strtod.c | 89 int inexact, oldinexact; local 388 inexact = 1; 641 inexact = 0; 740 inexact = 0; 747 inexact = 0; 982 if (inexact) { 1005 if (inexact && !(word0(rv) & Exp_mask)) {
|
| /vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
| H A D | prdtoa.c | 226 * computation should be done to set the inexact flag when the 227 * result is inexact and avoid setting inexact when the result 234 * inexact bit is already set, and clear_inexact() sets the 235 * inexact bit to 0. When SET_INEXACT is #defined, strtod 238 * inexact or when it is a numeric value rounded to +-infinity). 1624 int inexact, oldinexact; local 1888 inexact = 1; 2115 inexact = 0; 2214 inexact 2772 int inexact, oldinexact; local [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Objects/ |
| H A D | longobject.c | 3095 int inexact, negate, a_is_small, b_is_small; local 3146 the result is inexact, in a flag 'inexact'; this information is 3171 either: (a) the computation of x in step 2 had an inexact result, 3241 inexact = 0; 3275 /* set inexact if any of the bits shifted out is nonzero */ 3277 inexact = 1; 3278 while (!inexact && shift_digits > 0) 3280 inexact = 1; 3285 /* x //= b. If the remainder is nonzero, set inexact [all...] |
Completed in 105 milliseconds