Home | History | Annotate | Download | only in bits

Lines Matching refs:stof

2594   stof(const string& __str, size_t* __idx = 0)
2595 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2655 stof(const wstring& __str, size_t* __idx = 0)
2656 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }