| /third_party/json/include/nlohmann/detail/input/ |
| D | lexer.hpp | 904 static void strtof(float& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer 910 static void strtof(double& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer 916 static void strtof(long double& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer
|
| /third_party/musl/src/stdlib/ |
| D | strtod.c | 17 float strtof(const char *restrict s, char **restrict p) in strtof() function
|
| /third_party/musl/porting/linux/user/src/stdlib/ |
| D | strtod.c | 18 float strtof(const char *restrict s, char **restrict p) in strtof() function
|
| /third_party/musl/porting/uniproton/kernel/src/stdlib/ |
| D | strtod.c | 17 float strtof(const char *restrict s, char **restrict p) in strtof() function
|
| /third_party/FreeBSD/contrib/gdtoa/ |
| D | strtof.c | 87 strtof(s, sp) CONST char *s; char **sp; in strtof() function
|
| /third_party/musl/porting/liteos_m/kernel/src/stdlib/ |
| D | strtod.c | 17 float strtof(const char *restrict s, char **restrict p) in strtof() function
|
| /third_party/musl/porting/liteos_a/kernel/src/stdlib/ |
| D | strtod.c | 17 float strtof(const char *restrict s, char **restrict p) in strtof() function
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 337 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() function
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 517 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() function
|
| /third_party/rust/crates/libc/src/ |
| D | wasi.rs | 548 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() function
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 533 pub fn strtof(arg1: *const c_char, arg2: *mut *mut c_char) -> f32; in strtof() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1127 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() function
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 7434 static void strtof(float& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer 7440 static void strtof(double& f, const char* str, char** endptr) noexcept in strtof() function in nlohmann::detail::lexer 7446 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/ |
| D | mod.rs | 3410 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() function
|