Searched defs:as_float (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | string.cpp | 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 | data.h | 148 float as_float; member
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c-base.h | 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
|