Lines Matching refs:stof
23092 stof(const string& __str, size_t* __idx = 0)23093 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }23198 stof(const wstring& __str, size_t* __idx = 0)23199 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }