Searched refs:strtof (Results 1 – 6 of 6) sorted by relevance
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99110 using ::strtof;
51 _LIBCPP_ALWAYS_INLINE float strtof(const char *nptr, char **endptr) in strtof() function
48 static_assert((std::is_same<decltype(strtof("", endptr)), float>::value), ""); in main()
62 using ::strtof;
48 static_assert((std::is_same<decltype(std::strtof("", endptr)), float>::value), ""); in main()