Home | History | Annotate | Download | only in ext

Lines Matching refs:stold

2575   stold(const __vstring& __str, std::size_t* __idx = 0)
2576 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2677 stold(const __wvstring& __str, std::size_t* __idx = 0)
2678 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }