Searched refs:as_float (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | string.cpp | 150 // as_float in as_integer() 170 inline V as_float(const string& func, const S& s, size_t* idx = nullptr); in as_float_helper() 173 inline float as_float(const string& func, const string& s, size_t* idx) { in as_float_helper() 178 inline double as_float(const string& func, const string& s, size_t* idx) { 183 inline long double as_float(const string& func, const string& s, size_t* idx) { in as_float() 189 inline float as_float(const string& func, const wstring& s, size_t* idx) { 194 inline double as_float(const string& func, const wstring& s, size_t* idx) { 199 inline long double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() 220 float stof(const string& str, size_t* idx) { return as_float<float>("stof", str, idx); } in stol() 222 double stod(const string& str, size_t* idx) { return as_float<doubl 181 inline float as_float(const string& func, const string& s, size_t* idx) { as_float() function 186 inline double as_float(const string& func, const string& s, size_t* idx) { as_float() function 191 inline long double as_float(const string& func, const string& s, size_t* idx) { as_float() function 197 inline float as_float(const string& func, const wstring& s, size_t* idx) { as_float() function 202 inline double as_float(const string& func, const wstring& s, size_t* idx) { as_float() function 207 inline long double as_float(const string& func, const wstring& s, size_t* idx) { as_float() function [all...] |
/freebsd/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/contrib/libcbor/src/cbor/internal/ |
H A D | loaders.c | 74 return helper.as_float; in _cbor_load_float()
|
/freebsd/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) macro
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/ |
H A D | mmintrin.h | 53 float as_float[2]; member
|