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

/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dstring.cpp150 // as_float
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) { function in namespace:__anon1237
178 inline double as_float(const string& func, const string& s, size_t* idx) { function in namespace:__anon1237
183 inline long double as_float(const string& func, const string& s, size_t* idx) { function in namespace:__anon1237
189 inline float as_float(const string& func, const wstring& s, size_t* idx) { function in namespace:__anon1237
194 inline double as_float(const string& func, const wstring& s, size_t* idx) { function in namespace:__anon1237
199 inline long double as_float(const string& func, const wstring& s, size_t* idx) { function in namespace:__anon1237
220 float stof(const string& str, size_t* idx) { return as_float<float>("stof", str, idx); }
222 double stod(const string& str, size_t* idx) { return as_float<doubl
[all...]
/freebsd-current/contrib/libcbor/src/cbor/
H A Ddata.h148 float as_float; member in union:_cbor_float_helper
H A Dencoding.c130 uint32_t val = ((union _cbor_float_helper){.as_float = value}).as_uint;
182 ((union _cbor_float_helper){.as_float = value}).as_uint, buffer,
/freebsd-current/contrib/libcbor/src/cbor/internal/
H A Dloaders.c74 return helper.as_float;
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h265 #define NAN as_float(INT_MAX)
618 #define as_float(x) __builtin_astype((x), float) macro
/freebsd-current/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h53 float as_float[2]; member in union:__anon725

Completed in 195 milliseconds