Searched refs:strtod_l (Results 1 – 7 of 7) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/ |
D | strtod_l.c | 43 strtod_l (const char *__restrict s00, in strtod_l() function 63 return (long double) strtod_l(nptr, endptr, loc); in strtold_l()
|
D | CMakeLists.txt | 113 strtod_l.c
|
D | meson.build | 112 'strtod_l.c',
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | wcstod.c | 185 val = strtod_l(buf, &end, loc); in wcstod_l()
|
D | strtod.c | 243 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/ |
D | stdlib.h | 206 double strtod_l (const char *__restrict, char **__restrict, locale_t);
|
/picolibc-3.5.0-3.4.0/ |
D | COPYING.picolibc | 782 newlib/libc/tinystdio/strtod_l.c
|