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

/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c446 s2b(const char *s, int nd0, int nd, ULong y9) argument
465 if (9 < nd0) {
469 while (++i < nd0);
1128 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1168 nd0 = nd;
1244 /* Now we have nd0 digits, starting at s0, followed by a
1245 * decimal point, followed by nd-nd0 digits. The number we're
1249 if (!nd0)
1250 nd0 = nd;
1370 bd0 = s2b(s0, nd0, n
[all...]

Completed in 88 milliseconds