Home
last modified time | relevance | path

Searched defs:strtod (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/libcxx/include/support/solaris/
Dfloatingpoint.h10 #define strtod sun_strtod macro
/external/libcxx/include/support/solaris/
Dfloatingpoint.h11 #define strtod sun_strtod macro
/external/python/cpython2/Python/
Dstrtod.c65 double strtod(char *str, char **ptr) in strtod() function
/external/python/cpython3/Lib/test/
Dtest_strtod.py27 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
/external/python/cpython2/Lib/test/
Dtest_strtod.py28 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function
/external/fmtlib/include/fmt/
Dos.h469 double strtod(const char*& str) const { in strtod() function
/external/rust/crates/libc/src/windows/
Dmod.rs304 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc447 INTERCEPTORS_STRTO(double, strtod, char) // NOLINT in INTERCEPTORS_STRTO() argument
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp440 INTERCEPTORS_STRTO(double, strtod, char) in INTERCEPTORS_STRTO() argument
/external/rust/crates/libc/src/unix/
Dmod.rs488 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
/external/rust/crates/libc/src/
Dwasi.rs436 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1116 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3391 pub fn strtod(s: *const c_char, endp: *mut *mut c_char) -> c_double; in strtod() function