Home
last modified time | relevance | path

Searched defs:atof (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Datof.c3 double atof(const char *s) in atof() function
/third_party/musl/src/stdlib/
Datof.c3 double atof(const char *s) in atof() function
/third_party/python/Lib/
Dlocale.py326 def atof(string, func=float): function