Home | History | Annotate | Download | only in bits

Lines Matching refs:stof

2849   stof(const string& __str, size_t* __idx = 0)
2850 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2952 stof(const wstring& __str, size_t* __idx = 0)
2953 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }