Home
last modified time | relevance | path

Searched refs:as_float (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp150 // 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 Dencoding.c130 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 Ddata.h148 float as_float; member
/freebsd/contrib/libcbor/src/cbor/internal/
H A Dloaders.c74 return helper.as_float; in _cbor_load_float()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h269 #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 Dmmintrin.h53 float as_float[2]; member