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

  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member in struct:dmg_fp::BCinfo
662 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; member in namespace:dmg_fp
664 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
684 if (9 < nd0) {
687 while(++i < nd0);
2235 int b2, bbits, d2, dd, dig, dsign, i, j, nd, nd0, p2, p5, speccase; variable
2433 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 233 static void s2b(BigInt& b, const char* s, int nd0, int nd, uint32_t y9)
240 if (9 < nd0) {
244 } while (++i < nd0);
752 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
798 nd0 = nd;
875 /* Now we have nd0 digits, starting at s0, followed by a
876 * decimal point, followed by nd-nd0 digits. The number we're
880 if (!nd0)
881 nd0 = nd;
984 s2b(bd0, s0, nd0, nd, y)
    [all...]
  /bionic/libc/stdlib/
strtod.c 523 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
525 (CONST char *s, int nd0, int nd, ULong y9)
550 if (9 < nd0) {
553 while(++i < nd0);
1340 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1426 nd0 = nd;
1505 /* Now we have nd0 digits, starting at s0, followed by a
1506 * decimal point, followed by nd-nd0 digits. The number we're
1510 if (!nd0)
    [all...]

Completed in 26 milliseconds