Searched refs:atof (Results 1 – 12 of 12) sorted by relevance
31 double atof(const char* s) { in atof() function
71 static __inline double atof(const char *nptr) { return (strtod(nptr, NULL)); } in atof() function
77 FUNCTION(atof, double (*f)(const char*)); in stdlib_h()
196 double atof(const char* __s) __attribute_pure__ __INTRODUCED_IN(21);
492 TEST(stdlib, atof) { in TEST() argument493 ASSERT_DOUBLE_EQ(1.23, atof("1.23")); in TEST()
50 atof
187 …* <stdlib.h> `initstate`, `setstate`, `getprogname`/`setprogname`, `atof`/`strtof`, `at_quick_exit…
241 atof; # introduced=21
1008 "bionic/atof.cpp",
2070 CALL(atof)
18445 CALL(atof)