Lines Matching defs:decpt
35 * decpt is set to the position of the decimal point
50 ecvt(double number, int ndigits, int *decpt, int *sign)
54 return (econvert(number, ndigits, decpt, sign, buf));
58 fcvt(double number, int ndigits, int *decpt, int *sign)
65 ptr = fconvert(number, ndigits, decpt, sign, buf);
68 deci_val = *decpt;
73 *decpt = deci_val; /* If there are leading zero's */
86 int *decpt,
91 return (qeconvert(&number, ndigits, decpt, sign, buf));
95 qfcvt(long double number, int ndigits, int *decpt, int *sign)
99 return (qfconvert(&number, ndigits, decpt, sign, buf));