Home
last modified time | relevance | path

Searched refs:strtof_l (Results 1 – 16 of 16) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
Dstrtof.c38 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/
Dstrtod_l.c5 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/
Dlocale_strtof_l_test.cpp22 float endresult = strtof_l(inputValue, &lastptr, locale);
/third_party/mesa3d/src/util/
Dstrtod.c79 return strtof_l(s, end, loc); in _mesa_strtof()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtod.c32 weak_alias(strtof, strtof_l);
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtod.c32 weak_alias(strtof, strtof_l);
/third_party/musl/porting/liteos_m/user/include/
Dstdlib.h157 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/ndk_musl_include/
Dstdlib.h150 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h160 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/include/
Dstdlib.h161 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/uniproton/kernel/include/
Dstdlib.h160 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/linux/user/include/
Dstdlib.h165 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/
Dlibc.map.txt1745 strtof_l;
/third_party/rust/crates/libc/src/solid/
Dmod.rs536 pub fn strtof_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f32; in strtof_l() function
/third_party/mesa3d/
Dmeson.build1514 float f = strtof_l(s, end, loc);
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp5842 extern float strtof_l (const char *__restrict __nptr,