HomeSort by: relevance | last modified time | path
    Searched refs:nd0 (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gdtoa/
smisc.c 39 (s, nd0, nd, y9, dplen) CONST char *s; int dplen, nd0, nd; ULong y9;
41 (CONST char *s, int nd0, int nd, ULong y9, size_t dplen)
65 if (9 < nd0) {
71 } while(++i < nd0);
strtodg.c 334 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local in function:strtodg
407 nd0 = nd;
541 /* Now we have nd0 digits, starting at s0, followed by a
542 * decimal point, followed by nd-nd0 digits. The number we're
546 if (!nd0)
547 nd0 = nd;
714 bd0 = s2b(s0, nd0, nd, y, dplen);
strtod.c 100 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local in function:_int_strtod_l
202 nd0 = nd;
334 /* Now we have nd0 digits, starting at s0, followed by a
335 * decimal point, followed by nd-nd0 digits. The number we're
339 if (!nd0)
340 nd0 = nd;
574 bd0 = s2b(s0, nd0, nd, y, dplen);

Completed in 14 milliseconds