Home
last modified time | relevance | path

Searched refs:strfromf (Results 1 – 7 of 7) sorted by relevance

/picolibc-3.7.0-3.6.0/test/
Dtest-fma.c155 int strfromf(char *str, size_t n, const char *format, float f) in strfromf() function
183 strfromf(xs, sizeof(xs), "%a", x); in test_fmaf()
184 strfromf(ys, sizeof(xs), "%a", y); in test_fmaf()
185 strfromf(zs, sizeof(xs), "%a", z); in test_fmaf()
186 strfromf(rs, sizeof(xs), "%a", r); in test_fmaf()
187 strfromf(ss, sizeof(xs), "%a", s); in test_fmaf()
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dstrfromf.c38 int strfromf(char *restrict str, size_t n, in strfromf() function
DCMakeLists.txt117 strfromf.c
Dmeson.build117 'strfromf.c',
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dstdlib.h188 int strfromf(char *__restrict str, size_t n,
/picolibc-3.7.0-3.6.0/
DREADME.md716 6. Add strfromf and strfromd implementations. These are simple
717 wrappers around sscanf, but strfromf handles float conversions
DCOPYING.picolibc1180 newlib/libc/tinystdio/strfromf.c