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

/freebsd-9.3-release/contrib/gdtoa/
H A Dsmisc.c37 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
39 (CONST char *s, int nd0, int nd, ULong y9, int dplen)
59 if (9 < nd0) {
62 while(++i < nd0);
H A Dstrtod.c96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
213 nd0 = nd;
342 /* Now we have nd0 digits, starting at s0, followed by a
343 * decimal point, followed by nd-nd0 digits. The number we're
347 if (!nd0)
348 nd0 = nd;
577 bd0 = s2b(s0, nd0, nd, y, dplen);
H A Dstrtodg.c327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
412 nd0 = nd;
543 /* Now we have nd0 digits, starting at s0, followed by a
544 * decimal point, followed by nd-nd0 digits. The number we're
548 if (!nd0)
549 nd0 = nd;
712 bd0 = s2b(s0, nd0, nd, y, dplen);

Completed in 1807 milliseconds