Home
last modified time | relevance | path

Searched refs:strtod_l (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/functionalext/locale/
H A Dstrtod_l.c89 * @tc.desc : set locale as zh_CN.UTF-8, do basic tests for strtod_l
100 x = strtod_l(g_t[i].s, &p, loc); in strtod_l_0100()
118 double num = strtod_l(str, &end, loc); in strtod_l_0200()
137 double num = strtod_l(str, &end, loc); in strtod_l_0300()
156 double num = strtod_l(str, &end, loc); in strtod_l_0400()
175 double num = strtod_l(str, &end, loc); in strtod_l_0500()
194 double num = strtod_l(str, &end, loc); in strtod_l_0600()
212 double num = strtod_l(str, &end, loc); in strtod_l_0700()
227 double num = strtod_l(str, &end, loc); in strtod_l_0800()
243 double num = strtod_l(st in strtod_l_0900()
[all...]
/third_party/musl/src/locale/
H A Dstrtod_l.c132 double strtod_l(const char *restrict s, char **restrict p, locale_t l) in strtod_l() function
180 weak_alias(strtod_l, __strtod_l);
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dstrtod.c33 weak_alias(strtod, strtod_l);
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dstrtod.c33 weak_alias(strtod, strtod_l);
/third_party/mesa3d/src/util/
H A Dstrtod.c64 return strtod_l(s, end, loc); in _mesa_strtod()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h161 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h158 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h161 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h166 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/include/
H A Dstdlib.h167 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/libinput/src/
H A Dutil-strings.h245 v = strtod_l(str, &endptr, c_locale); in safe_atod()
/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtod.c85 strtod_l in strtod_l() function
1085 return strtod_l(s00, se, 0);
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs535 pub fn strtod_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f64; in strtod_l() functions
/third_party/pulseaudio/src/pulsecore/
H A Dcore-util.c2543 f = strtod_l(s, &x, c_locale); in pa_atod()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp5838 extern double strtod_l (const char *__restrict __nptr,
[all...]

Completed in 36 milliseconds