Home | History | Annotate | Download | only in bits

Lines Matching full:stof

2790   stof(const string& __str, size_t* __idx = 0)
2791 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2893 stof(const wstring& __str, size_t* __idx = 0)
2894 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }