HomeSort by relevance Sort by last modified time
    Searched refs:ndig (Results 1 - 2 of 2) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 316 int ndig; /* actual number of digits returned by dtoa */ local
674 ndig = dtoaend - dtoaresult;
723 ndig = dtoaend - dtoaresult;
744 prec = ndig - expt;
753 prec = ndig;
995 PRINTANDPAD(cp, convbuf + ndig,
1001 PRINTANDPAD(cp, convbuf + ndig, prec, zeroes);
1007 PRINT(cp, ndig-1);
1008 PAD(prec - ndig, zeroes);
    [all...]
vfprintf.c 309 int ndig; /* actual number of digits returned by dtoa */ local
774 ndig = dtoaend - cp;
782 prec = ndig - expt;
791 prec = ndig;
1046 PRINT(cp, ndig-1);
1047 PAD(prec - ndig, zeroes);
    [all...]

Completed in 38 milliseconds