Searched defs:strtod (Results 1 – 13 of 13) sorted by relevance
/external/libcxx/include/support/solaris/ |
D | floatingpoint.h | 11 #define strtod sun_strtod macro
|
/external/musl/src/stdlib/ |
D | strtod.c | 22 double strtod(const char *restrict s, char **restrict p) in strtod() function
|
/external/python/cpython2/Python/ |
D | strtod.c | 65 double strtod(char *str, char **ptr) in strtod() function
|
/external/python/cpython3/Lib/test/ |
D | test_strtod.py | 27 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
|
/external/python/cpython2/Lib/test/ |
D | test_strtod.py | 28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
|
/external/fmtlib/include/fmt/ |
D | os.h | 469 double strtod(const char*& str) const { in strtod() function
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 325 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 447 INTERCEPTORS_STRTO(double, strtod, char) // NOLINT in INTERCEPTORS_STRTO() argument
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 488 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|
/external/rust/crates/libc/src/ |
D | wasi.rs | 546 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|
/external/rust/crates/libc/src/solid/ |
D | mod.rs | 530 pub fn strtod(arg1: *const c_char, arg2: *mut *mut c_char) -> f64; in strtod() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1123 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3395 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|