Searched refs:__ldtoa (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dldtoa.c47 __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 Dlocal.h289 char* __ldtoa(long double*, int, int, int*, int*, char**);
H A Dvfprintf.cpp392 dtoaresult = cp = __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, &expt, &signflag, &dtoaend);
H A Dvfwprintf.cpp374 dtoaresult = __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, &expt, &signflag, &dtoaend);

Completed in 39 milliseconds