Searched defs:strtod (Results 1 – 12 of 12) sorted by relevance
/external/libcxx/include/support/solaris/ |
D | floatingpoint.h | 11 #define strtod sun_strtod macro
|
/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 | posix.h | 311 double strtod(const char*& str) const { in strtod() function
|
/external/rust/crates/libc/src/cloudabi/ |
D | mod.rs | 194 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|
/external/rust/crates/libc/src/windows/ |
D | mod.rs | 324 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/ |
D | wasi.rs | 419 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 461 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|
/external/rust/crates/libc/src/vxworks/ |
D | mod.rs | 1115 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 | 3347 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|