Searched refs:strtof (Results 1 – 7 of 7) sorted by relevance
44 _LIBCPP_ALWAYS_INLINE float strtof( const char *nptr, char **endptr ) in strtof() function
40 float strtof (const char* restrict nptr, char** restrict endptr); // C99110 using ::strtof;
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()
256 float r = strtof(p, &ptr); in stof()