Home
last modified time | relevance | path

Searched defs:strtof (Results 1 - 12 of 12) sorted by relevance

/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtof.c87 strtof(s, sp) CONST char *s; char **sp; in strtof() function
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
H A Dstrtod.c17 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dstrtod.c17 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/musl/porting/linux/user/src/stdlib/
H A Dstrtod.c18 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dstrtod.c17 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/musl/src/stdlib/
H A Dstrtod.c18 float strtof(const char *restrict s, char **restrict p) in strtof() function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs337 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs533 pub fn strtof(arg1: *const c_char, arg2: *mut *mut c_char) -> f32; in strtof() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs548 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs517 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1127 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3410 pub fn strtof(s: *const c_char, endp: *mut *mut c_char) -> c_float; in strtof() functions

Completed in 43 milliseconds