Home
last modified time | relevance | path

Searched refs:as_float (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/libc++/src/
H A Dstring.cpp202 as_float( const string& func, const string& s, size_t* idx ) in as_float() function
210 as_float(const string& func, const string& s, size_t* idx ) in as_float() function
218 as_float( const string& func, const string& s, size_t* idx ) in as_float() function
226 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function
234 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function
312 return as_float<float>( "stof", str, idx ); in stof()
318 return as_float<float>( "stof", str, idx ); in stof()
324 return as_float<double>( "stod", str, idx ); in stod()
330 return as_float<double>( "stod", str, idx ); in stod()
336 return as_float<long double>( "stold", str, idx ); in stold()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dopencl-c.h190 #define NAN as_float(INT_MAX)
6651 #define as_float(x) __builtin_astype((x), float) macro