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

/macosx-10.9.5/Libc-997.90.3/gdtoa/FreeBSD/
H A Dgdtoa-smisc.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 Dgdtoa-gethex.c225 ssize_t nd0 = decpt ? decpt - s0 - dplen : nd; local
228 if ((nd0 -= maxdigits) >= 0 || s0 >= decpt)
236 if (nd0 > 0) {
237 while(nd0-- > 0)
H A Dgdtoa-strtod.c74 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
190 nd0 = nd;
319 TRUNCATE_DIGITS(s0, strunc, nd, nd0, nf, FPINBITS, FPIEMIN, dplen);
322 /* Now we have nd0 digits, starting at s0, followed by a
323 * decimal point, followed by nd-nd0 digits. The number we're
327 if (!nd0)
328 nd0 = nd;
554 bd0 = s2b(s0, nd0, nd, y, dplen);
H A Dgdtoa-strtodg.c345 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local
432 nd0 = nd;
548 TRUNCATE_DIGITS(s0, strunc, nd, nd0, nf, fpi->nbits, fpi->emin, dplen);
564 /* Now we have nd0 digits, starting at s0, followed by a
565 * decimal point, followed by nd-nd0 digits. The number we're
569 if (!nd0)
570 nd0 = nd;
737 bd0 = s2b(s0, nd0, nd, y, dplen);
/macosx-10.9.5/ruby-104/ruby/
H A Dutil.c1110 s2b(const char *s, int nd0, int nd, ULong y9) argument
1129 if (9 < nd0) {
1133 } while (++i < nd0);
1950 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local
1998 nd0 = -4;
2008 nd0 += 4;
2016 if (nd0 < 0) {
2019 nd0 -= 4;
2048 if (nd + dsign * nd0 > 2095) {
2053 nd0
[all...]

Completed in 129 milliseconds