Searched refs:strfromf (Results 1 – 7 of 7) sorted by relevance
| /picolibc-latest/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-latest/newlib/libc/tinystdio/ |
| D | strfromf.c | 38 int strfromf(char *restrict str, size_t n, in strfromf() function
|
| D | CMakeLists.txt | 121 strfromf.c
|
| D | meson.build | 124 'strfromf.c',
|
| /picolibc-latest/newlib/libc/include/ |
| D | stdlib.h | 289 int strfromf(char *__restrict str, size_t n,
|
| /picolibc-latest/ |
| D | README.md | 844 6. Add strfromf and strfromd implementations. These are simple 845 wrappers around sscanf, but strfromf handles float conversions
|
| D | COPYING.picolibc | 1157 newlib/libc/tinystdio/strfromf.c
|