Home
last modified time | relevance | path

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

/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/compiler-rt/lib/msan/
Dmsan_interceptors.cc447 INTERCEPTORS_STRTO(double, strtod, char) // NOLINT in INTERCEPTORS_STRTO() argument