Home | History | Annotate | Download | only in ext

Lines Matching refs:stold

2494   stold(const __vstring& __str, std::size_t* __idx = 0)
2495 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2554 stold(const __wvstring& __str, std::size_t* __idx = 0)
2555 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }