Home
last modified time | relevance | path

Searched defs:strtod (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/stdlib/
H A Dstrtod.c22 double strtod(const char *restrict s, char **restrict p) in strtod() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
H A Dstrtod.c22 double strtod(const char *restrict s, char **restrict p) in strtod() function
/third_party/musl/porting/linux/user/src/stdlib/
H A Dstrtod.c23 double strtod(const char *restrict s, char **restrict p) in strtod() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
H A Dstrtod.c22 double strtod(const char *restrict s, char **restrict p) in strtod() function
/third_party/musl/src/stdlib/
H A Dstrtod.c23 double strtod(const char *restrict s, char **restrict p) in strtod() function
/third_party/ffmpeg/compat/
H A Dstrtod.c42 #undef strtod macro
/third_party/python/Lib/test/
H A Dtest_strtod.py27 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtod.c1078 strtod in strtod() function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs336 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs530 pub fn strtod(arg1: *const c_char, arg2: *mut *mut c_char) -> f64; in strtod() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs547 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs516 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1126 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3409 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() functions

Completed in 31 milliseconds