Lines Matching defs:ndig
417 int ndig; /* actual number of digits returned by dtoa */
795 ndig = dtoaend - dtoaresult;
834 ndig = dtoaend - dtoaresult;
858 prec = ndig - expt;
867 prec = ndig;
1107 cp, convbuf + ndig, locale);
1112 PRINTANDPAD(cp, convbuf + ndig,
1119 PRINTANDPAD(cp, convbuf + ndig, prec, zeroes);
1125 PRINT(cp, ndig-1);
1126 PAD(prec - ndig, zeroes);