Searched refs:__hdtoa (Results 1 – 5 of 5) sorted by relevance
/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 213 DEF_STRONG(__hdtoa); 333 return (__hdtoa((double)e, xdigs, ndigits, decpt, sign, rve)); in __hldtoa()
|
D | gdtoa.h | 115 char *__hdtoa(double, const char *, int, int *, int *, char **); 122 PROTO_NORMAL(__hdtoa);
|
/bionic/libc/stdio/ |
D | local.h | 288 char* __hdtoa(double, const char*, int, int*, int*, char**);
|
D | vfwprintf.cpp | 341 dtoaresult = __hdtoa(fparg.dbl, xdigs, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()
|
D | vfprintf.cpp | 363 dtoaresult = cp = __hdtoa(fparg.dbl, xdigs, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()
|