Home | History | Annotate | Download | only in ext

Lines Matching full:stof

2486   stof(const __vstring& __str, std::size_t* __idx = 0)
2487 { return __gnu_cxx::__stoa(&std::strtof, "stof", __str.c_str(), __idx); }
2546 stof(const __wvstring& __str, std::size_t* __idx = 0)
2547 { return __gnu_cxx::__stoa(&std::wcstof, "stof", __str.c_str(), __idx); }