Home | History | Annotate | Download | only in stdio

Lines Matching defs:nd0

766 	(s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
768 (CONST char *s, int nd0, int nd, ULong y9)
793 if (9 < nd0) {
796 while(++i < nd0);
1583 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign;
1701 nd0 = nd;
1780 /* Now we have nd0 digits, starting at s0, followed by a
1781 * decimal point, followed by nd-nd0 digits. The number we're
1785 if (!nd0)
1786 nd0 = nd;
1920 bd0 = s2b(s0, nd0, nd, y);
3382 ssize_t nd0 = decpt ? decpt - s0 - dplen : nd;
3385 if ((nd0 -= maxdigits) >= 0 || s0 >= decpt)
3393 if (nd0 > 0) {
3394 while(nd0-- > 0)