HomeSort by: relevance | last modified time | path
    Searched defs:stold (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/src/
string.cpp 340 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 );
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 2727 stold(const __vstring& __str, std::size_t* __idx = 0) function
2728 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
2832 stold(const __wvstring& __str, std::size_t* __idx = 0) function
2833 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 2730 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); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 4227 stold(const string& __str, size_t* __idx = 0) function
4228 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }
4231 stold(const string& __str, size_t* __idx = 0) function
4466 stold(const wstring& __str, size_t* __idx = 0)
4467 { return __gnu_cxx::__stoa(&std::wcstold, "stold", __str.c_str(), __idx); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h 4017 stold(const string& __str, size_t* __idx = 0) function
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); }

Completed in 41 milliseconds