Searched refs:as_float (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/ |
| H A D | string.cpp | 208 inline V as_float(const string& func, const S& s, size_t* idx = nullptr); 211 inline float as_float(const string& func, const string& s, size_t* idx) { in as_float() function 216 inline double as_float(const string& func, const string& s, size_t* idx) { in as_float() function 221 inline long double as_float(const string& func, const string& s, size_t* idx) { in as_float() function 227 inline float as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function 232 inline double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function 237 inline long double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function 258 float stof(const string& str, size_t* idx) { return as_float<float>("stof", str, idx); } in stof() 260 double stod(const string& str, size_t* idx) { return as_float<double>("stod", str, idx); } in stod() 262 long double stold(const string& str, size_t* idx) { return as_float<long double>("stold", str, idx)… in stold() [all …]
|
| /freebsd/contrib/libcbor/src/cbor/ |
| H A D | encoding.c | 134 uint32_t val = ((union _cbor_float_helper){.as_float = value}).as_uint; in cbor_encode_half() 190 ((union _cbor_float_helper){.as_float = value}).as_uint, buffer, in cbor_encode_single()
|
| H A D | data.h | 148 float as_float; member
|
| /freebsd/contrib/libcbor/src/cbor/internal/ |
| H A D | loaders.c | 78 return helper.as_float; in _cbor_load_float()
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | opencl-c-base.h | 271 #define NAN as_float(INT_MAX) 635 #define as_float(x) __builtin_astype((x), float) macro
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| H A D | mmintrin.h | 53 float as_float[2]; member
|