Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/support/
H A DStringSupport.h149 inline float stof(const std::string &str) in stof() function
189 int stof(Ts &&... args) in stof() function
/aosp_15_r20/external/libcxx/src/
H A Dstring.cpp310 stof(const string& str, size_t* idx) in stof() function
316 stof(const wstring& str, size_t* idx) in stof() function
/aosp_15_r20/external/cronet/third_party/libc++/src/src/
H A Dstring.cpp220 float stof(const string& str, size_t* idx) { return as_float<float>("stof", str, idx); } in stof() function
241 float stof(const wstring& str, size_t* idx) { return as_float<float>("stof", str, idx); } in stof() function