HomeSort by relevance Sort by last modified time
    Searched defs:inexact (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dtoa.c 131 int inexact, oldinexact; local
188 inexact = 1;
464 inexact = 0;
686 inexact = 0;
699 inexact = 0;
769 inexact = 0;
823 if (inexact) {
strtod.c 105 int inexact, oldinexact; local
434 inexact = 1;
695 inexact = 0;
799 inexact = 0;
806 inexact = 0;
1067 if (inexact) {
1094 if (inexact && !(word0(&rv) & Exp_mask)) {
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 157 * computation should be done to set the inexact flag when the
158 * result is inexact and avoid setting inexact when the result
165 * inexact bit is already set, and clear_inexact() sets the
166 * inexact bit to 0. When SET_INEXACT is #defined, strtod
169 * inexact or when it is a numeric value rounded to +-infinity).
485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo
3597 int inexact, oldinexact; variable
    [all...]

Completed in 179 milliseconds