Searched refs:as_float (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/libcxx/src/ |
| H A D | string.cpp | 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 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() 336 return as_float<double>( "stod", str, idx ); in stod() 342 return as_float<long double>( "stold", str, idx ); in stold() [all …]
|
| /freebsd-13.1/contrib/libcbor/src/cbor/ |
| H A D | encoding.c | 130 uint32_t val = ((union _cbor_float_helper){.as_float = value}).as_uint; in cbor_encode_half() 174 ((union _cbor_float_helper){.as_float = value}).as_uint, buffer, in cbor_encode_single()
|
| H A D | data.h | 141 float as_float; member
|
| /freebsd-13.1/contrib/libcbor/src/cbor/internal/ |
| H A D | loaders.c | 74 return helper.as_float; in _cbor_load_float()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | opencl-c-base.h | 207 #define NAN as_float(INT_MAX) 545 #define as_float(x) __builtin_astype((x), float) macro
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| H A D | mmintrin.h | 52 float as_float[2]; member
|