Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dldtoa.c47 __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);
Dgdtoa.h117 char *__ldtoa(long double *, int, int, int *, int *, char **);
124 PROTO_NORMAL(__ldtoa);
/bionic/libc/stdio/
Dlocal.h290 char* __ldtoa(long double*, int, int, int*, int*, char**);
Dvfwprintf.cpp375 dtoaresult = __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()
Dvfprintf.cpp393 dtoaresult = cp = __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, &expt, &signflag, &dtoaend); in FUNCTION_NAME()