Home | History | Annotate | Download | only in bits

Lines Matching refs:stold

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