Searched refs:__ldtoa (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | gdtoa.h | 120 char *__ldtoa(long double, int, int, int *, int *, char **); 127 PROTO_NORMAL(__ldtoa);
|
D | ldtoa.c | 2800 __ldtoa (long double d, int mode, int ndigits, in __ldtoa() function
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 407 char *__ldtoa (long double, int, int, int *, int *, char **);
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfwprintf.c | 228 # define _DTOA __ldtoa
|
D | vfprintf.c | 261 # define _DTOA __ldtoa
|