Searched defs:as_float (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libc/src/math/generic/ |
| H A D | math_utils.h | 30 static inline float as_float(uint32_t x) { in as_float() function
|
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | string.cpp | 192 inline float as_float(const string& func, const string& s, size_t* idx) { in as_float() function 197 inline double as_float(const string& func, const string& s, size_t* idx) { in as_float() function 202 inline long double as_float(const string& func, const string& s, size_t* idx) { in as_float() function 208 inline float as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function 213 inline double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function 218 inline long double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function
|
| /llvm-project-15.0.7/libclc/generic/include/clc/ |
| H A D | as_type.h | 9 #define as_float(x) __builtin_astype(x, float) macro
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | opencl-c-base.h | 591 #define as_float(x) __builtin_astype((x), float) macro
|
| /llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/ |
| H A D | mmintrin.h | 53 float as_float[2]; member
|