/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 | 705 float __f = *__a; local 706 return (__m128)(__v4sf){ __f, __f, __f, __f }; 719 float __f = *__a; local 720 return (__m256)(__v8sf){ __f, __f, __f, __f, __ 920 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument 975 _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 | 150 float __f = __X[0]; local 151 return (__v16sf){ __f, __f, __f, __f, 152 __f, __f, __f, __f, 153 __f, __ [all...] |
H A D | smmintrin.h | 201 ({ union { int __i; float __f; } __t; \ 203 __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 | 167 template <typename _Functor> function(_Functor __f) { __f(); } argument
|
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/ |
H A D | ia32intrin.h | 39 __writeeflags(unsigned long long __f) argument 41 __builtin_ia32_writeeflags_u64(__f); 52 __writeeflags(unsigned int __f) argument 54 __builtin_ia32_writeeflags_u32(__f);
|
H A D | avxintrin.h | 1607 float __f = *__a; local 1608 return (__m128)(__v4sf){ __f, __f, __f, __f }; 1621 float __f = *__a; local 1622 return (__m256)(__v8sf){ __f, __f, __f, __f, __ 1822 _mm256_set_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument 1877 _mm256_setr_ps(float __a, float __b, float __c, float __d, float __e, float __f, float __g, float __h) argument [all...] |
H A D | smmintrin.h | 201 ({ union { int __i; float __f; } __t; \ 203 __t.__f = __a[(N) & 3]; \
|
H A D | avx512fintrin.h | 304 float __f = __X[0]; local 305 return (__v16sf){ __f, __f, __f, __f, 306 __f, __f, __f, __f, 307 __f, __ [all...] |
/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:__anon2254
|
/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)))
|