Searched refs:as_float (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/ |
| D | string.cpp | 203 V as_float( const string& func, const S& s, size_t* idx = nullptr ); 208 as_float( const string& func, const string& s, size_t* idx ) in as_float() function 216 as_float(const string& func, const string& s, size_t* idx ) in as_float() function 224 as_float( const string& func, const string& s, size_t* idx ) in as_float() function 232 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function 240 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function 248 as_float( const string& func, const wstring& s, size_t* idx ) in as_float() function 318 return as_float<float>( "stof", str, idx ); in stof() 324 return as_float<float>( "stof", str, idx ); in stof() 330 return as_float<double>( "stod", str, idx ); in stod() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| D | opencl-c-base.h | 207 #define NAN as_float(INT_MAX) 545 #define as_float(x) __builtin_astype((x), float) macro
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| D | mmintrin.h | 52 float as_float[2]; member
|