Home
last modified time | relevance | path

Searched refs:strtof (Results 1 – 13 of 13) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Datoff.c11 return strtof (s, NULL); in atoff()
Dgdtoa.h115 extern float strtof ANSI((CONST char *, char **));
Dstrtod.c1337 strtof (const char *__restrict s00,
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/
Dstrtof_l.c44 return strtof (s00, se); in strtof_l()
Dstrtof.c66 strtof (const char * nptr, char ** endptr) in strtof() function
DCMakeLists.txt121 strtof.c
Dmeson.build121 'strtof.c',
/picolibc-3.7.0-3.6.0/newlib/libc/include/
Dstdlib.h183 float strtof (const char *__restrict __n, char **__restrict __end_PTR);
199 # define strtodf strtof
/picolibc-3.7.0-3.6.0/test/
Dtest-strtod.c138 f = strtof(tests[i].string, &end); in main()
/picolibc-3.7.0-3.6.0/newlib/libm/test/
Dconvert.c83 v = strtof(pd->string, &tail); in test_strtof()
/picolibc-3.7.0-3.6.0/newlib/
DNEWS42 - strtod/strtof to set errno to ERANGE consistently for underflow
DChangeLog-20153107 * 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/
DCOPYING.picolibc1950 newlib/libc/tinystdio/strtof.c