Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/src/
H A Dstring.cpp334 stold(const string& str, size_t* idx) in stold() function
340 stold(const wstring& str, size_t* idx) in stold() function
/aosp_15_r20/external/cronet/third_party/libc++/src/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