Searched refs:__hdtoa (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | floatio.h | 56 char *__hdtoa(double, const char *, int, int *, int *, char **);
|
D | vfwprintf.c | 659 __hdtoa(fparg.dbl, xdigs, prec, in __vfwprintf()
|
D | vfprintf.c | 697 __hdtoa(fparg.dbl, xdigs, prec, in __vfprintf()
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | hdtoa.c | 123 __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()
|