Searched refs:__ldtoa (Results 1 - 4 of 4) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
H A D | ldtoa.c | 47 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, function 107 DEF_STRONG(__ldtoa); variable 112 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, function 122 DEF_STRONG(__ldtoa); variable
|
/bionic/libc/stdio/ |
H A D | local.h | 289 char* __ldtoa(long double*, int, int, int*, int*, char**);
|
H A D | vfprintf.cpp | 392 dtoaresult = cp = __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, &expt, &signflag, &dtoaend);
|
H A D | vfwprintf.cpp | 374 dtoaresult = __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, &expt, &signflag, &dtoaend);
|
Completed in 39 milliseconds