Searched refs:strtof (Results 1 – 13 of 13) sorted by relevance
/picolibc-3.7.0-3.6.0/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 | 1337 strtof (const char *__restrict s00,
|
/picolibc-3.7.0-3.6.0/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 | 121 strtof.c
|
D | meson.build | 121 'strtof.c',
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | stdlib.h | 183 float strtof (const char *__restrict __n, char **__restrict __end_PTR); 199 # define strtodf strtof
|
/picolibc-3.7.0-3.6.0/test/ |
D | test-strtod.c | 138 f = strtof(tests[i].string, &end); in main()
|
/picolibc-3.7.0-3.6.0/newlib/libm/test/ |
D | convert.c | 83 v = strtof(pd->string, &tail); in test_strtof()
|
/picolibc-3.7.0-3.6.0/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-3.7.0-3.6.0/ |
D | COPYING.picolibc | 1950 newlib/libc/tinystdio/strtof.c
|