| /external/libcxx/include/support/solaris/ |
| D | floatingpoint.h | 11 #define strtod sun_strtod macro
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__support/solaris/ |
| D | floatingpoint.h | 10 #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 | 336 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 | 516 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 | 547 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 | 1126 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 | 3409 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|