Searched refs:__hldtoa (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | hdtoa.c | 221 __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);
|
D | gdtoa.h | 116 char *__hldtoa(long double, const char *, int, int *, int *, char **); 123 PROTO_NORMAL(__hldtoa);
|
/bionic/libc/stdio/ |
D | local.h | 289 char* __hldtoa(long double, const char*, int, int*, int*, char**);
|
D | vfwprintf.cpp | 334 dtoaresult = __hldtoa(fparg.ldbl, xdigs, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()
|
D | vfprintf.cpp | 356 dtoaresult = cp = __hldtoa(fparg.ldbl, xdigs, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()
|