Searched refs:strfromf (Results 1 – 7 of 7) sorted by relevance
/picolibc-3.7.0-3.6.0/test/ |
D | test-fma.c | 155 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/ |
D | strfromf.c | 38 int strfromf(char *restrict str, size_t n, in strfromf() function
|
D | CMakeLists.txt | 117 strfromf.c
|
D | meson.build | 117 'strfromf.c',
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | stdlib.h | 188 int strfromf(char *__restrict str, size_t n,
|
/picolibc-3.7.0-3.6.0/ |
D | README.md | 716 6. Add strfromf and strfromd implementations. These are simple 717 wrappers around sscanf, but strfromf handles float conversions
|
D | COPYING.picolibc | 1180 newlib/libc/tinystdio/strfromf.c
|