Searched refs:as_float (Results 1 – 6 of 6) sorted by relevance
| /freebsd-src/contrib/llvm-project/libcxx/src/ |
| H A D | string.cpp | 170 inline V as_float(const string& func, const S& s, size_t* idx = nullptr); 173 inline float as_float(const string& func, const string& s, size_t* idx) { in as_float() function 178 inline double as_float(const string& func, const string& s, size_t* idx) { in as_float() function 183 inline long double as_float(const string& func, const string& s, size_t* idx) { in as_float() function 189 inline float as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function 194 inline double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function 199 inline long double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function 220 float stof(const string& str, size_t* idx) { return as_float<float>("stof", str, idx); } in stof() 222 double stod(const string& str, size_t* idx) { return as_float<double>("stod", str, idx); } in stod() 224 long double stold(const string& str, size_t* idx) { return as_float<long double>("stold", str, idx)… in stold() [all …]
|
| /freebsd-src/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() 182 ((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-src/contrib/libcbor/src/cbor/internal/ |
| H A D | loaders.c | 74 return helper.as_float; in _cbor_load_float()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | opencl-c-base.h | 269 #define NAN as_float(INT_MAX) 622 #define as_float(x) __builtin_astype((x), float) 618 #define as_float( global() macro
|
| /freebsd-src/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
| H A D | mmintrin.h | 53 float as_float[2]; member
|