Searched refs:__ldtoa (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/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);
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 872 __ldtoa
|
| /openbsd/src/lib/libc/stdio/ |
| D | vfprintf.c | 748 __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, in __vfprintf()
|
| D | vfwprintf.c | 710 __ldtoa(&fparg.ldbl, expchar ? 2 : 3, prec, in __vfwprintf()
|