/external/clang/lib/Headers/ |
H A D | ia32intrin.h | 46 __writeeflags(unsigned long long __f) argument 51 :"r"(__f) 71 __writeeflags(unsigned int __f) argument 76 :"r"(__f)
|
H A D | avxintrin.h | 710 float __f = *__a; local 711 return (__m128)(__v4sf){ __f, __f, __f, __f }; 724 float __f = *__a; local 725 return (__m256)(__v8sf){ __f, __f, __f, __f, __ 907 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument 962 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument [all...] |
H A D | avx512fintrin.h | 123 float __f = __X[0]; local 124 return (__v16sf){ __f, __f, __f, __f, 125 __f, __f, __f, __f, 126 __f, __ [all...] |
H A D | smmintrin.h | 212 ({ union { int __i; float __f; } __t; \ 214 __t.__f = __a[(N) & 3]; \
|
/external/clang/test/SemaTemplate/ |
H A D | unresolved-construct.cpp | 9 explicit A(_F&& __f);
|
H A D | instantiate-local-class.cpp | 165 template <typename _Functor> function(_Functor __f) { __f(); } argument
|
/external/libcxx/include/support/win32/ |
H A D | locale_win32.h | 103 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) 104 #define vsscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) 105 #define sprintf_l( __s, __l, __f, ... ) _sprintf_l( __s, __f, __l, __VA_ARGS__ ) 106 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ ) 107 #define vsnprintf_l( __s, __n, __l, __f, ... ) _vsnprintf_l( __s, __n, __f, __ [all...] |
/external/clang/test/CodeGen/ |
H A D | union.c | 18 float __f; member in union:__anon1880
|
/external/fio/ |
H A D | filesetup.c | 465 struct fio_file *__f; local 468 __f = lookup_file_hash(f->file_name); 469 if (__f) { 472 * racy, need the __f->lock locked 474 f->lock = __f->lock; 1487 struct fio_file *__f; local 1489 __f = alloc_new_file(td); 1492 __f->file_name = smalloc_strdup(f->file_name); 1493 if (!__f->file_name) { 1498 __f [all...] |
/external/clang/test/SemaCXX/ |
H A D | linkage2.cpp | 69 shared_future(future<_Rp&>&& __f);
|
/external/libcxx/src/ |
H A D | future.cpp | 71 static __future_error_category __f; variable 72 return __f;
|
/external/valgrind/coregrind/m_debuginfo/ |
H A D | readpdb.c | 109 #define OFFSET_OF(__c,__f) ((int)(((char*)&(((__c*)0)->__f))-((char*)0)))
|