Searched refs:gcvt (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | efgcvt.c | 130 gcvt (double d, in gcvt() function 150 return gcvt (asd, ndigit, buf); in gcvtf()
|
D | stdlib.tex | 27 * Function gcvt:: Format double or float as string
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | gcvt.c | 39 gcvt (double invalue, in gcvt() function
|
D | CMakeLists.txt | 88 gcvt.c
|
D | meson.build | 91 'gcvt.c',
|
/picolibc-latest/newlib/libm/test/ |
D | convert.c | 332 char *s = check_null(gcvt(pdd->value, pdd->g1, buffer)); in test_gcvt() 606 check_null(gcvt(pdd->value, pdd->g1, gbuf)); in gen_dvec()
|
D | dcvt.c | 604 gcvt (double d, in gcvt() function
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 390 char *gcvt (double,int,char *);
|
/picolibc-latest/ |
D | README.md | 1116 3. String/number conversion bug fixes. This includes fcvt/ecvt/gcvt
|
D | COPYING.picolibc | 746 newlib/libc/tinystdio/gcvt.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 26711 (gcvt): Fix call to _gcvt. 27706 ecvtf, fcvtbuf, fcvt, fcvtf, gcvt, gcvtf. Some attention paid to
|