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

  /src/external/apache2/llvm/dist/libcxx/src/
string.cpp 328 stod(const string& str, size_t* idx) function
330 return as_float<double>( "stod", str, idx );
334 stod(const wstring& str, size_t* idx) function
336 return as_float<double>( "stod", str, idx );
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
string_util.cc 175 * stoul, stoi, stod. We reimplement them here using C functions strtoul,
233 double stod(const std::string& str, size_t* pos) { function in namespace:benchmark
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
vstring.h 2723 stod(const __vstring& __str, std::size_t* __idx = 0) function
2724 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
2828 stod(const __wvstring& __str, std::size_t* __idx = 0) function
2829 { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
vstring.h 2726 stod(const __vstring& __str, std::size_t* __idx = 0) function
2727 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
2831 stod(const __wvstring& __str, std::size_t* __idx = 0) function
2832 { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); }
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_string.h 4199 stod(const string& __str, size_t* __idx = 0) function
4200 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
4211 double __d = std::stod(__str, __idx);
4232 { return std::stod(__str, __idx); }
4462 stod(const wstring& __str, size_t* __idx = 0)
4463 { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_string.h 4013 stod(const string& __str, size_t* __idx = 0) function
4014 { return __gnu_cxx::__stoa(&std::strtod, "stod", __str.c_str(), __idx); }
4156 stod(const wstring& __str, size_t* __idx = 0)
4157 { return __gnu_cxx::__stoa(&std::wcstod, "stod", __str.c_str(), __idx); }

Completed in 90 milliseconds