Home
last modified time | relevance | path

Searched defs:as_float (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libc/src/math/generic/
H A Dmath_utils.h30 static inline float as_float(uint32_t x) { in as_float() function
/llvm-project-15.0.7/libcxx/src/
H A Dstring.cpp192 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 Das_type.h9 #define as_float(x) __builtin_astype(x, float) macro
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c-base.h591 #define as_float(x) __builtin_astype((x), float) macro
/llvm-project-15.0.7/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h53 float as_float[2]; member