Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfloatio.h56 char *__hdtoa(double, const char *, int, int *, int *, char **);
Dvfwprintf.c659 __hdtoa(fparg.dbl, xdigs, prec, in __vfwprintf()
Dvfprintf.c697 __hdtoa(fparg.dbl, xdigs, prec, in __vfprintf()
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhdtoa.c123 __hdtoa(double d, const char *xdigs, int ndigits, int *decpt, int *sign, in __hdtoa() function
329 return (__hdtoa((double)e, xdigs, ndigits, decpt, sign, rve)); in __hldtoa()