Searched defs:nd0 (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp233 static void s2b(BigInt& b, const char* s, int nd0, int nd, uint32_t y9) argument
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, n
[all...]
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc485 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
2239 nd0 = bc->nd0;
2338 for(i = 0; i < nd0; ) {
2433 int esign, i, j, k, nd, nd0, nf, nz, nz0, sign; variable
[all...]

Completed in 253 milliseconds