Lines Matching refs:ndigs
94 static void etoasc (short unsigned int *x, char *string, int ndec, int ndigs,
2748 _IO_ldtostr (x, string, ndigs, flags, fmt)
2751 int ndigs;
2768 etoasc (w, string, ndigs, -1, ldp);
2769 if (ndigs == 0 && flags == 0)
3010 int i, j, k, expon, rndsav, ndigs; in etoasc() local
3015 ndigs = ndigits; in etoasc()
3210 ndigs += expon; in etoasc()
3215 if (ndigs > ndec) in etoasc()
3216 ndigs = ndec; in etoasc()
3221 if (ndigs > 0) in etoasc()
3224 ndigs -= 1; in etoasc()
3227 if (ndigs < 0) in etoasc()
3239 for (k = 0; k <= ndigs; k++) in etoasc()
3262 if (ndigs < 0 || (*(s - 1 - (*(s - 1) == '.')) & 1) == 0) in etoasc()
3270 if (ndigs < 0) in etoasc()