Home | History | Annotate | Download | only in ext

Lines Matching refs:stof

2576   stof(const __vstring& __str, std::size_t* __idx = 0)
2577 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2678 stof(const __wvstring& __str, std::size_t* __idx = 0)
2679 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }