Home
last modified time | relevance | path

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

/picolibc-latest/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-latest/newlib/libc/tinystdio/
Dstrfromf.c38 int strfromf(char *restrict str, size_t n, in strfromf() function
DCMakeLists.txt121 strfromf.c
Dmeson.build124 'strfromf.c',
/picolibc-latest/newlib/libc/include/
Dstdlib.h289 int strfromf(char *__restrict str, size_t n,
/picolibc-latest/
DREADME.md844 6. Add strfromf and strfromd implementations. These are simple
845 wrappers around sscanf, but strfromf handles float conversions
DCOPYING.picolibc1157 newlib/libc/tinystdio/strfromf.c