Home
last modified time | relevance | path

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

/third_party/musl/src/stdlib/
Dstrtod.c22 double strtod(const char *restrict s, char **restrict p) in strtod() function
/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtod.c22 double strtod(const char *restrict s, char **restrict p) in strtod() function
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtod.c22 double strtod(const char *restrict s, char **restrict p) in strtod() function
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtod.c22 double strtod(const char *restrict s, char **restrict p) in strtod() function
/third_party/python/Lib/test/
Dtest_strtod.py27 def strtod(s, mant_dig=53, min_exp = -1021, max_exp = 1024): function