Searched refs:__ldtoa (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | ldtoa.c | 47 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa() function 107 DEF_STRONG(__ldtoa); 112 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa() function 122 DEF_STRONG(__ldtoa);
|
D | gdtoa.h | 117 char *__ldtoa(long double *, int, int, int *, int *, char **); 124 PROTO_NORMAL(__ldtoa);
|
/bionic/libc/stdio/ |
D | local.h | 290 char* __ldtoa(long double*, int, int, int*, int*, char**);
|
D | vfwprintf.cpp | 375 dtoaresult = __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()
|
D | vfprintf.cpp | 393 dtoaresult = cp = __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()
|