Lines Matching refs:xdigs
132 * - The additional xdigs argument should point to either the string
145 * Inputs: d, xdigs, ndigits
149 hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign,
208 * converted to xdigs[0x0] through xdigs[0xf] after the
251 *s = xdigs[(unsigned int)*s];
262 hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign,
314 * converted to xdigs[0x0] through xdigs[0xf] after the
362 *s = xdigs[(unsigned int)*s];
370 hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign,
374 return (hdtoa((double)e, xdigs, ndigits, decpt, sign, rve));