Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhdtoa.c123 __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()
Dgdtoa.h115 char *__hdtoa(double, const char *, int, int *, int *, char **);
122 PROTO_NORMAL(__hdtoa);
/bionic/libc/stdio/
Dlocal.h288 char* __hdtoa(double, const char*, int, int*, int*, char**);
Dvfwprintf.cpp341 dtoaresult = __hdtoa(fparg.dbl, xdigs, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()
Dvfprintf.cpp363 dtoaresult = cp = __hdtoa(fparg.dbl, xdigs, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()