Home
last modified time | relevance | path

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

/llvm-project/libcxx/src/
H A Dstring.cpp173 inline float as_float(const string& func, const string& s, size_t* idx) { in as_float() function
178 inline double as_float(const string& func, const string& s, size_t* idx) { in as_float() function
183 inline long double as_float(const string& func, const string& s, size_t* idx) { in as_float() function
189 inline float as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function
194 inline double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function
199 inline long double as_float(const string& func, const wstring& s, size_t* idx) { in as_float() function
[all...]
/llvm-project/libclc/generic/include/clc/
H A Das_type.h9 #define as_float(x) __builtin_astype(x, float) macro
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h622 #define as_float( global() macro
/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h53 float as_float[2]; member