Home | History | Annotate | Download | only in ext

Lines Matching refs:stold

2618   stold(const __vstring& __str, std::size_t* __idx = 0)
2619 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2720 stold(const __wvstring& __str, std::size_t* __idx = 0)
2721 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }