Searched defs:__f (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Headers/
H A Dia32intrin.h46 __writeeflags(unsigned long long __f) argument
51 :"r"(__f)
71 __writeeflags(unsigned int __f) argument
76 :"r"(__f)
H A Davxintrin.h705 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 Davx512fintrin.h150 float __f = __X[0]; local
151 return (__v16sf){ __f, __f, __f, __f,
152 __f, __f, __f, __f,
153 __f, __
[all...]
/external/clang/test/CodeGen/
H A Dunion.c18 float __f; member in union:__anon2085
/external/libcxx/src/
H A Dfuture.cpp71 static __future_error_category __f; variable
72 return __f;
/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp167 template <typename _Functor> function(_Functor __f) { __f(); } argument
/external/fio/
H A Dfilesetup.c465 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/opencv3/modules/videoio/src/
H A Dcap_msmf.cpp134 unsigned char __f; member in struct:Guid
146 inline Guid::Guid() : __a(0), __b(0), __c(0), __d(0), __e(0), __f(0), __g(0), __h(0), __i(0), __j(0), __k(0)
156 __f(reinterpret_cast<const __s_GUID&>(__guid).Data4[2]),
224 __a(__aArg), __b(__bArg), __c(__cArg), __d(__dArg), __e(__eArg), __f(__fArg), __g(__gArg), __h(__hArg), __i(__iArg), __j(__jArg), __k(__kArg)
233 __f = __dArg[2];

Completed in 337 milliseconds