Home
last modified time | relevance | path

Searched defs:strtof (Results 1 – 15 of 15) sorted by relevance

/third_party/json/include/nlohmann/detail/input/
Dlexer.hpp912 static void strtof(float& f, const char* str, char** endptr) noexcept in strtof() function in detail::lexer
918 static void strtof(double& f, const char* str, char** endptr) noexcept in strtof() function in detail::lexer
924 static void strtof(long double& f, const char* str, char** endptr) noexcept in strtof() function in detail::lexer
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtod.c17 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtod.c17 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtod.c17 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/musl/porting/linux/user/src/stdlib/
Dstrtod.c18 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/musl/src/stdlib/
Dstrtod.c17 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/FreeBSD/contrib/gdtoa/
Dstrtof.c87 strtof(s, sp) CONST char *s; char **sp; in strtof() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs337 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs517 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() function
/third_party/rust/crates/libc/src/
Dwasi.rs548 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs533 pub fn strtof(arg1: *const c_char, arg2: *mut *mut c_char) -> f32; in strtof() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1127 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() function
/third_party/json/single_include/nlohmann/
Djson.hpp8213 static void strtof(float& f, const char* str, char** endptr) noexcept in strtof() function in detail::lexer
8219 static void strtof(double& f, const char* str, char** endptr) noexcept in strtof() function in detail::lexer
8225 static void strtof(long double& f, const char* str, char** endptr) noexcept in strtof() function in detail::lexer
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp7314 static void strtof(float& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer
7320 static void strtof(double& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer
7326 static void strtof(long double& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3410 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() function