Searched refs:__dtoa (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | ecvtbuf.c | 86 p = __dtoa (invalue, 2, width + 1, &decpt, &sign, &end); in print_e() 208 p = __dtoa (invalue, 3, ndigit, decpt, sign, &end); in fcvtbuf() 265 p = __dtoa (invalue, 2, ndigit, decpt, sign, &end); in ecvtbuf() 341 p = __dtoa (invalue, 2, ndigit, &decpt, &sign, &end); in _gcvt()
|
D | gdtoa.h | 108 extern char* __dtoa ( 122 PROTO_NORMAL(__dtoa);
|
D | dtoa.c | 180 __dtoa ( in __dtoa() function
|
/picolibc-latest/newlib/libc/stdio/ |
D | nano-vfprintf_local.h | 91 # define _DTOA __dtoa
|
D | vfwprintf.c | 220 # define _DTOA __dtoa
|
D | vfprintf.c | 253 # define _DTOA __dtoa
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 406 char *__dtoa (double, int, int, int *, int*, char**);
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | vfprintf.c | 500 struct dtoa __dtoa; in vfprintf() member 510 #define dtoa (u.__dtoa) in vfprintf()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 24099 instead of calling __dtoa.
|