Searched refs:nd0 (Results 1 - 1 of 1) sorted by path

/bionic/libc/stdlib/
H A Dstrtod.c523 (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 33 milliseconds