Searched refs:__hdtoa (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libc/stdio/
H A Dfloatio.h54 char *__hdtoa(double, const char *, int, int *, int *, char **);
H A Dxprintf_float.c216 __hdtoa(d, xdigs, prec,
/freebsd-12-stable/lib/libc/gdtoa/
H A D_hdtoa.c74 __hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign, function
H A D_hldtoa.c75 * This is the long double version of __hdtoa().
176 return (__hdtoa((double)e, xdigs, ndigits, decpt, sign, rve));

Completed in 140 milliseconds