Searched refs:__f (Results 1 - 12 of 12) 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.h710 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 Davx512fintrin.h123 float __f = __X[0]; local
124 return (__v16sf){ __f, __f, __f, __f,
125 __f, __f, __f, __f,
126 __f, __
[all...]
H A Dsmmintrin.h212 ({ union { int __i; float __f; } __t; \
214 __t.__f = __a[(N) & 3]; \
/external/clang/test/SemaTemplate/
H A Dunresolved-construct.cpp9 explicit A(_F&& __f);
H A Dinstantiate-local-class.cpp165 template <typename _Functor> function(_Functor __f) { __f(); } argument
/external/libcxx/include/support/win32/
H A Dlocale_win32.h103 #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 Dunion.c18 float __f; member in union:__anon1880
/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/clang/test/SemaCXX/
H A Dlinkage2.cpp69 shared_future(future<_Rp&>&& __f);
/external/libcxx/src/
H A Dfuture.cpp71 static __future_error_category __f; variable
72 return __f;
/external/valgrind/coregrind/m_debuginfo/
H A Dreadpdb.c109 #define OFFSET_OF(__c,__f) ((int)(((char*)&(((__c*)0)->__f))-((char*)0)))

Completed in 291 milliseconds