Searched refs:strtof (Results 1 – 13 of 13) sorted by relevance
| /picolibc-latest/newlib/libc/stdlib/ |
| D | atoff.c | 11 return strtof (s, NULL); in atoff()
|
| D | gdtoa.h | 115 extern float strtof ANSI((CONST char *, char **));
|
| D | strtod.c | 1336 strtof (const char *__restrict s00,
|
| /picolibc-latest/newlib/libc/tinystdio/ |
| D | strtof_l.c | 44 return strtof (s00, se); in strtof_l()
|
| D | strtof.c | 66 strtof (const char * nptr, char ** endptr) in strtof() function
|
| D | CMakeLists.txt | 125 strtof.c
|
| D | meson.build | 128 'strtof.c',
|
| /picolibc-latest/newlib/libc/include/ |
| D | stdlib.h | 283 float strtof (const char *__restrict __n, char **__restrict __end_PTR); 300 # define strtodf strtof
|
| /picolibc-latest/test/ |
| D | test-strtod.c | 156 f = strtof(tests[i].string, &end); in main()
|
| /picolibc-latest/newlib/libm/test/ |
| D | convert.c | 81 v = strtof(pd->string, &tail); in test_strtof()
|
| /picolibc-latest/newlib/ |
| D | NEWS | 42 - strtod/strtof to set errno to ERANGE consistently for underflow
|
| D | ChangeLog-2015 | 3107 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold): Also 3432 * libc/include/stdlib.h (strtof, strtoll, strtoull, strtold):Prototype 13127 * (strtof): Ditto. 13130 functions for use by strtod and strtof. 16249 * libc/include/stdlib.h (strtof): New prototype (from C99). 16251 to strtof. 16252 * libc/stdlib/atof.c: Change documentation to refer to strtof 16254 * libc/stdlib/atoff.c (atoff): Change to call strtof instead of 16256 * libc/stdlib/strtod.c (strtodf): Renamed to strtof. 16257 (strtof): New function. [all …]
|
| /picolibc-latest/ |
| D | COPYING.picolibc | 2034 newlib/libc/tinystdio/strtof.c
|