Lines Matching refs:ndigits
2800 __ldtoa (long double d, int mode, int ndigits, in __ldtoa() argument
2815 orig_ndigits = ndigits; in __ldtoa()
2835 ndigits -= 1; in __ldtoa()
2840 ndigits = 20; in __ldtoa()
2850 ndec = expon * 146 / 485 + ndigits; in __ldtoa()
2853 ndec = ndigits; in __ldtoa()
2870 etoasc (e, outbuf, (int) ndec, ndigits, mode, ldp); in __ldtoa()
2923 else if (ndigits > ldp->outexpon) in __ldtoa()
2924 k = ndigits; in __ldtoa()
2933 if (mode == 3 && ((ndigits + ldp->outexpon) < 0)) in __ldtoa()
3003 etoasc (short unsigned int *x, char *string, int ndec, int ndigits, in etoasc() argument
3015 ndigs = ndigits; in etoasc()