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

  /external/v8/src/third_party/dtoa/
dtoa.c 149 * computation should be done to set the inexact flag when the
150 * result is inexact and avoid setting inexact when the result
157 * inexact bit is already set, and clear_inexact() sets the
158 * inexact bit to 0. When SET_INEXACT is #defined, strtod
161 * inexact or when it is a numeric value rounded to +-infinity).
1546 int inexact, oldinexact; local
2692 int inexact, oldinexact; local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
dtoa.cpp 118 * computation should be done to set the inexact flag when the
119 * result is inexact and avoid setting inexact when the result
126 * inexact bit is already set, and clear_inexact() sets the
127 * inexact bit to 0. When SET_INEXACT is #defined, strtod
130 * inexact or when it is a numeric value rounded to +-infinity).
1114 int inexact, oldinexact; local
1898 int inexact, oldinexact; local
    [all...]
  /external/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
3577 int inexact, oldinexact; variable
    [all...]

Completed in 566 milliseconds