Home
last modified time | relevance | path

Searched refs:fcvt (Results 1 – 10 of 10) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dfcvt.c49 fcvt (double invalue, in fcvt() function
62 fcvt (double invalue, in fcvt() function
Dfcvtl.c80 return fcvt((double) invalue, ndecimal, decpt, sign); in fcvtl()
DCMakeLists.txt48 fcvt.c
Dmeson.build49 'fcvt.c',
/picolibc-latest/newlib/libc/stdlib/
Defgcvt.c111 fcvt (double d, in fcvt() function
125 return fcvt ((double) d, ndigit, decpt, sign); in fcvtf()
/picolibc-latest/newlib/libm/test/
Dconvert.c346 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/
Dstdlib.h369 char *fcvt (double,int,int *,int *);
/picolibc-latest/
DREADME.md715 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
DCOPYING.picolibc738 newlib/libc/tinystdio/fcvt.c
/picolibc-latest/newlib/
DChangeLog-201525714 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