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

/external/libcxx/include/support/win32/
H A Dsupport.h51 _LIBCPP_ALWAYS_INLINE float strtof(const char *nptr, char **endptr) function
/external/chromium_org/third_party/re2/re2/
H A Dre2.cc17 #define strtof strtod macro
1178 r = strtof(buf, &end);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h601 /// float strtof(const char *nptr, char **endptr);
602 strtof, enumerator in enum:llvm::LibFunc::Func
/external/valgrind/main/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 324 milliseconds