Home
last modified time | relevance | path

Searched refs:strtod_l (Results 1 – 7 of 7) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Dstrtod_l.c43 strtod_l (const char *__restrict s00, in strtod_l() function
63 return (long double) strtod_l(nptr, endptr, loc); in strtold_l()
DCMakeLists.txt113 strtod_l.c
Dmeson.build112 'strtod_l.c',
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dwcstod.c185 val = strtod_l(buf, &end, loc); in wcstod_l()
Dstrtod.c243 strtod_l (const char *__restrict s00, char **__restrict se, function
1282 return strtod_l (s00, se, __get_current_locale ());
1325 double val = strtod_l (s00, se, loc);
1340 double val = strtod_l (s00, se, __get_current_locale ());
/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dstdlib.h206 double strtod_l (const char *__restrict, char **__restrict, locale_t);
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc782 newlib/libc/tinystdio/strtod_l.c