Searched defs:strtof (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/include/support/win32/
H A Dsupport.h54 _LIBCPP_ALWAYS_INLINE float strtof(const char *nptr, char **endptr) function
/external/valgrind/perf/
H A Dtinycc.c5377 #define strtof (float)strtod
5386 float strtof(const char *nptr, char **endptr)
5392 extern float strtof (const char *__nptr, char **__endptr);
9053 tokc.f = strtof(token_buf, NULL);
5375 #define strtof macro
5384 float strtof(const char *nptr, char **endptr) function

Completed in 675 milliseconds