Home
last modified time | relevance | path

Searched defs:stold (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/src/
H A Dstring.cpp224 long double stold(const string& str, size_t* idx) { return as_float<long double>("stold", str, idx); } in stold() function
245 long double stold(const wstring& str, size_t* idx) { return as_float<long double>("stold", str, idx); } in stold() function