Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dhdtoa.c221 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa() function
325 DEF_STRONG(__hldtoa);
330 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa() function
335 DEF_STRONG(__hldtoa);
Dgdtoa.h116 char *__hldtoa(long double, const char *, int, int *, int *, char **);
123 PROTO_NORMAL(__hldtoa);
/bionic/libc/stdio/
Dlocal.h289 char* __hldtoa(long double, const char*, int, int*, int*, char**);
Dvfwprintf.cpp334 dtoaresult = __hldtoa(fparg.ldbl, xdigs, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()
Dvfprintf.cpp356 dtoaresult = cp = __hldtoa(fparg.ldbl, xdigs, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()