Home | History | Annotate | Download | only in gdtoa

Lines Matching refs:ndigits

120 	(fpi, be, bits, kindp, mode, ndigits, decpt, rve)
122 int *kindp, mode, ndigits, *decpt; char **rve;
124 (CONST FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
127 /* Arguments ndigits and decpt are similar to the second and third
140 2 ==> max(1,ndigits) significant digits. This gives a
143 3 ==> through ndigits past the decimal point. This
146 ndigits can be negative.
306 ndigits = 0;
312 if (ndigits <= 0)
313 ndigits = 1;
314 ilim = ilim1 = i = ndigits;
320 i = ndigits + k + 1;
459 if (ndigits < 0 && ilim <= 0) {
632 k = -1 - ndigits;