Home | History | Annotate | Download | only in ext

Lines Matching refs:stof

2610   stof(const __vstring& __str, std::size_t* __idx = 0)
2611 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2712 stof(const __wvstring& __str, std::size_t* __idx = 0)
2713 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }