Home
last modified time | relevance | path

Searched refs:__hdtoa (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dfloatio.h51 char *__hdtoa(double, const char *, int, int *, int *, char **);
H A Dxprintf_float.c214 __hdtoa(d, xdigs, prec, in __printf_render_float()
H A Dvfprintf.c731 __hdtoa(fparg.dbl, xdigs, prec, in __vfprintf()
H A Dvfwprintf.c786 __hdtoa(fparg.dbl, xdigs, prec, in __vfwprintf()
/freebsd/lib/libc/gdtoa/
H A D_hdtoa.c72 __hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign, in __hdtoa() function
H A D_hldtoa.c174 return (__hdtoa((double)e, xdigs, ndigits, decpt, sign, rve)); in __hldtoa()