Searched refs:fcvt (Results 1 – 10 of 10) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | fcvt.c | 49 fcvt (double invalue, in fcvt() function 62 fcvt (double invalue, in fcvt() function
|
D | fcvtl.c | 80 return fcvt((double) invalue, ndecimal, decpt, sign); in fcvtl()
|
D | CMakeLists.txt | 48 fcvt.c
|
D | meson.build | 49 'fcvt.c',
|
/picolibc-latest/newlib/libc/stdlib/ |
D | efgcvt.c | 111 fcvt (double d, in fcvt() function 125 return fcvt ((double) d, ndigit, decpt, sign); in fcvtf()
|
/picolibc-latest/newlib/libm/test/ |
D | convert.c | 346 sd = check_null(fcvt(pdd->value, pdd->f1, &a2, &a3)); in test_fcvt() 605 strcpy(fbuf, check_null(fcvt(pdd->value, pdd->f1, &f_decpt, &f_sign))); in gen_dvec()
|
/picolibc-latest/newlib/libc/include/ |
D | stdlib.h | 369 char *fcvt (double,int,int *,int *);
|
/picolibc-latest/ |
D | README.md | 715 15. Tinystdio version of fcvt now has a static buffer large enough to 1116 3. String/number conversion bug fixes. This includes fcvt/ecvt/gcvt
|
D | COPYING.picolibc | 738 newlib/libc/tinystdio/fcvt.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 25714 it's only to support ecvt and fcvt, which aren't ANSI anyway. 25715 * libc/stdlib/efgcvt.c (fcvt, ecvt) Use new functionality (and 27706 ecvtf, fcvtbuf, fcvt, fcvtf, gcvt, gcvtf. Some attention paid to
|