Searched refs:nd (Results 1 - 1 of 1) sorted by relevance

/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)
532 x = (nd + 8) / 9;
558 for(; i < nd; i++)
1340 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1421 for(nd = nf = 0; (c = *s) >= '0' && c <= '9'; nd++, s++)
1422 if (nd < 9)
1424 else if (nd < 1
[all...]

Completed in 24 milliseconds