Searched refs:ndig (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvfwprintf.c316 int ndig; /* actual number of digits returned by dtoa */ local
677 ndig = dtoaend - dtoaresult;
729 ndig = dtoaend - dtoaresult;
751 prec = ndig - expt;
760 prec = ndig;
1006 PRINTANDPAD(cp, convbuf + ndig,
1012 PRINTANDPAD(cp, convbuf + ndig, prec, zeroes);
1018 PRINT(cp, ndig-1);
1019 PAD(prec - ndig, zeroes);
H A Dvfprintf.c313 int ndig; /* actual number of digits returned by dtoa */ local
766 ndig = dtoaend - cp;
774 prec = ndig - expt;
783 prec = ndig;
1041 PRINT(cp, ndig-1);
1042 PAD(prec - ndig, zeroes);

Completed in 28 milliseconds