| /external/libcxx/include/support/solaris/ |
| D | floatingpoint.h | 11 #define strtod sun_strtod macro
|
| /external/trusty/musl/src/stdlib/ |
| D | strtod.c | 22 double strtod(const char *restrict s, char **restrict p) in strtod() function
|
| /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/rust/crates/libc/src/windows/ |
| D | mod.rs | 340 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 | 503 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 | 551 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/teeos/ |
| D | mod.rs | 1238 pub fn strtod(s: *const c_char, p: *mut *mut c_char) -> c_double; in strtod() function
|
| /external/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1141 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 | 3496 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|