Home | History | Annotate | Download | only in bits

Lines Matching refs:stold

2856   stold(const string& __str, size_t* __idx = 0)
2857 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2959 stold(const wstring& __str, size_t* __idx = 0)
2960 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }