Home | History | Annotate | Download | only in ext

Lines Matching refs:stold

2498   stold(const __vstring& __str, std::size_t* __idx = 0)
2499 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2558 stold(const __wvstring& __str, std::size_t* __idx = 0)
2559 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }