Searched refs:stold (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dstring.cpp340 stold(const string& str, size_t* idx) function
342 return as_float<long double>( "stold", str, idx );
346 stold(const wstring& str, size_t* idx) function
348 return as_float<long double>( "stold", str, idx );
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring.h2729 stold(const __vstring& __str, std::size_t* __idx = 0) function
2730 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2834 stold(const __wvstring& __str, std::size_t* __idx = 0) function
2835 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring.h2730 stold(const __vstring& __str, std::size_t* __idx = 0) function
2731 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2835 stold(const __wvstring& __str, std::size_t* __idx = 0) function
2836 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h4017 stold(const string& __str, size_t* __idx = 0)
4018 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
4160 stold(const wstring& __str, size_t* __idx = 0)
4161 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }
4013 stold(const string& __str, size_t* __idx = 0) function
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h6602 stold(const string& __str, size_t* __idx = 0) function
6603 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
6733 stold(const wstring& __str, size_t* __idx = 0)
6734 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }

Completed in 283 milliseconds