Searched refs:__hdtoa (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | floatio.h | 51 char *__hdtoa(double, const char *, int, int *, int *, char **);
|
H A D | xprintf_float.c | 214 __hdtoa(d, xdigs, prec, in __printf_render_float()
|
H A D | vfprintf.c | 731 __hdtoa(fparg.dbl, xdigs, prec, in __vfprintf()
|
H A D | vfwprintf.c | 786 __hdtoa(fparg.dbl, xdigs, prec, in __vfwprintf()
|
/freebsd/lib/libc/gdtoa/ |
H A D | _hdtoa.c | 72 __hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign, in __hdtoa() function
|
H A D | _hldtoa.c | 174 return (__hdtoa((double)e, xdigs, ndigits, decpt, sign, rve)); in __hldtoa()
|