Searched refs:strtof_l (Results 1 – 16 of 16) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/ |
D | strtof.c | 38 strtof_l(s, sp, loc) CONST char *s; char **sp; locale_t loc; in strtof_l() function 40 strtof_l(CONST char *s, char **sp, locale_t loc) 93 return strtof_l(s, sp, NULL);
|
/third_party/musl/src/locale/ |
D | strtod_l.c | 5 float strtof_l(const char *restrict s, char **restrict p, locale_t l) in strtof_l() function 20 weak_alias(strtof_l, __strtof_l);
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/locale_gtest/ |
D | locale_strtof_l_test.cpp | 22 float endresult = strtof_l(inputValue, &lastptr, locale);
|
/third_party/mesa3d/src/util/ |
D | strtod.c | 79 return strtof_l(s, end, loc); in _mesa_strtof()
|
/third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
D | strtod.c | 32 weak_alias(strtof, strtof_l);
|
/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | strtod.c | 32 weak_alias(strtof, strtof_l);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | stdlib.h | 157 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/ndk_musl_include/ |
D | stdlib.h | 150 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdlib.h | 160 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/include/ |
D | stdlib.h | 161 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdlib.h | 160 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/porting/linux/user/include/ |
D | stdlib.h | 165 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
|
/third_party/musl/ |
D | libc.map.txt | 1745 strtof_l;
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 536 pub fn strtof_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f32; in strtof_l() function
|
/third_party/mesa3d/ |
D | meson.build | 1514 float f = strtof_l(s, end, loc);
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 5842 extern float strtof_l (const char *__restrict __nptr,
|