Searched defs:strtod (Results 1 – 13 of 13) sorted by relevance
| /external/llvm-project/libcxx/include/support/solaris/ |
| D | floatingpoint.h | 10 #define strtod sun_strtod macro
|
| /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 | os.h | 469 double strtod(const char*& str) const { in strtod() function
|
| /external/rust/crates/libc/src/windows/ |
| D | mod.rs | 304 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/llvm-project/compiler-rt/lib/msan/ |
| D | msan_interceptors.cpp | 440 INTERCEPTORS_STRTO(double, strtod, char) 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 | 436 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 | 1116 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 | 3391 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
|