Searched refs:nd0 (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | smisc.c | 37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9; in s2b() argument 39 (CONST char *s, int nd0, int nd, ULong y9, int dplen) 63 if (9 < nd0) { 69 } while(++i < nd0);
|
D | strtod.c | 94 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 213 nd0 = nd; 347 if (!nd0) 348 nd0 = nd; 576 bd0 = s2b(s0, nd0, nd, y, dplen);
|
D | strtodg.c | 348 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local 435 nd0 = nd; 571 if (!nd0) 572 nd0 = nd; 751 bd0 = s2b(s0, nd0, nd, y, dplen);
|