Home
last modified time | relevance | path

Searched refs:__hldtoa (Results 1 – 5 of 5) sorted by relevance

/src/lib/libc/gdtoa/
H A D_hldtoa.c76 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa() function
170 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa() function
/src/lib/libc/stdio/
H A Dfloatio.h52 char *__hldtoa(long double, const char *, int, int *, int *, char **);
H A Dxprintf_float.c209 __hldtoa(ld, xdigs, prec, in __printf_render_float()
H A Dvfprintf.c719 __hldtoa(fparg.ldbl, xdigs, prec, in __vfprintf()
H A Dvfwprintf.c774 __hldtoa(fparg.ldbl, xdigs, prec, in __vfwprintf()