Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dfloatio.h53 char *__ldtoa(long double *, int, int, int *, int *, char **);
H A Dxprintf_float.c249 __ldtoa(&ld, expchar ? 2 : 3, prec, in __printf_render_float()
H A Dvfprintf.c770 __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, in __vfprintf()
H A Dvfwprintf.c828 __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, in __vfwprintf()
/freebsd/lib/libc/gdtoa/
H A D_ldtoa.c46 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa() function