| /src/external/gpl3/gdb/dist/gnulib/import/ |
| stdalign.in.h | 67 template <class __t> struct __alignof_helper { char __a; __t __b; }; member in struct:__alignof_helper 68 # define _Alignof(type) offsetof (__alignof_helper<type>, __b) 71 # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b)
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| stdalign.in.h | 67 template <class __t> struct __alignof_helper { char __a; __t __b; }; member in struct:__alignof_helper 68 # define _Alignof(type) offsetof (__alignof_helper<type>, __b) 71 # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| avx512bf16intrin.h | 49 union{ float __a; unsigned int __b;} __tmp; member in union:__anon15758 50 __tmp.__b = ((unsigned int)(__A)) << 16; 58 _mm512_cvtne2ps_pbh (__m512 __A, __m512 __B) 60 return (__m512bh)__builtin_ia32_cvtne2ps2bf16_v32hi(__A, __B); 65 _mm512_mask_cvtne2ps_pbh (__m512bh __A, __mmask32 __B, __m512 __C, __m512 __D) 67 return (__m512bh)__builtin_ia32_cvtne2ps2bf16_v32hi_mask(__C, __D, __A, __B); 72 _mm512_maskz_cvtne2ps_pbh (__mmask32 __A, __m512 __B, __m512 __C) 74 return (__m512bh)__builtin_ia32_cvtne2ps2bf16_v32hi_maskz(__B, __C, __A); 88 _mm512_mask_cvtneps_pbh (__m256bh __A, __mmask16 __B, __m512 __C) 90 return (__m256bh)__builtin_ia32_cvtneps2bf16_v16sf_mask(__C, __A, __B); [all...] |
| avx512fp16vlintrin.h | 210 _mm_add_ph (__m128h __A, __m128h __B) 212 return (__m128h) ((__v8hf) __A + (__v8hf) __B); 217 _mm256_add_ph (__m256h __A, __m256h __B) 219 return (__m256h) ((__v16hf) __A + (__v16hf) __B); 224 _mm_mask_add_ph (__m128h __A, __mmask8 __B, __m128h __C, __m128h __D) 226 return __builtin_ia32_addph128_mask (__C, __D, __A, __B); 231 _mm256_mask_add_ph (__m256h __A, __mmask16 __B, __m256h __C, __m256h __D) 233 return __builtin_ia32_addph256_mask (__C, __D, __A, __B); 238 _mm_maskz_add_ph (__mmask8 __A, __m128h __B, __m128h __C) 240 return __builtin_ia32_addph128_mask (__B, __C, _mm_setzero_ph () 3321 float __b; member in union:__anon15769 3334 float __b; member in union:__anon15770 [all...] |
| /src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| unordered_set_operations.bench.cpp | 36 std::size_t __b = (__v ^ __a) * __mul; local 37 __b ^= (__b >> 47); 38 __b *= __mul; 39 return __b; 48 const uint64_t __b = loadword<uint32_t>(__s + _Len - 4); local 49 return hash_len_16(_Len + (__a << 3), __b); 74 const std::size_t __b = (std::size_t)((data & (__mask << 64)) >> 64); local 75 return hash_len_16(__a, rotate_by_at_least_1(__b + 16, 16)) ^ __b; [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| atomic_base.h | 283 memory_order __b __attribute__ ((__unused__)) local 285 __glibcxx_assert(__b != memory_order_consume); 286 __glibcxx_assert(__b != memory_order_acquire); 287 __glibcxx_assert(__b != memory_order_acq_rel); 295 memory_order __b __attribute__ ((__unused__)) local 297 __glibcxx_assert(__b != memory_order_consume); 298 __glibcxx_assert(__b != memory_order_acquire); 299 __glibcxx_assert(__b != memory_order_acq_rel); 471 memory_order __b __attribute__ ((__unused__)) variable 473 __glibcxx_assert(__b != memory_order_acquire) 484 memory_order __b __attribute__ ((__unused__)) variable 496 memory_order __b __attribute__ ((__unused__)) variable 507 memory_order __b __attribute__ ((__unused__)) variable [all...] |
| boost_concept_check.h | 196 void __const_constraints(const _Tp& __b) { 197 __a = __b; // const required for argument to assignment 208 _Tp __a(__b); // require copy constructor 216 _Tp __b; member in struct:_CopyConstructibleConcept 224 _Tp __b _IsUnused(__a); 228 void __const_constraints(const _Tp& __b) { 229 _Tp __c _IsUnused(__b); 230 __a = __b; // const required for argument to assignment 263 __aux_require_boolean_expr(__a == __b); 265 _Tp __a, __b; member in struct:_EqualityComparableConcept [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| atomic_base.h | 286 memory_order __b __attribute__ ((__unused__)) local 288 __glibcxx_assert(__b != memory_order_consume); 289 __glibcxx_assert(__b != memory_order_acquire); 290 __glibcxx_assert(__b != memory_order_acq_rel); 298 memory_order __b __attribute__ ((__unused__)) local 300 __glibcxx_assert(__b != memory_order_consume); 301 __glibcxx_assert(__b != memory_order_acquire); 302 __glibcxx_assert(__b != memory_order_acq_rel); 474 memory_order __b __attribute__ ((__unused__)) variable 476 __glibcxx_assert(__b != memory_order_acquire) 487 memory_order __b __attribute__ ((__unused__)) variable 499 memory_order __b __attribute__ ((__unused__)) variable 510 memory_order __b __attribute__ ((__unused__)) variable [all...] |
| boost_concept_check.h | 196 void __const_constraints(const _Tp& __b) { 197 __a = __b; // const required for argument to assignment 208 _Tp __a(__b); // require copy constructor 216 _Tp __b; member in struct:_CopyConstructibleConcept 224 _Tp __b _IsUnused(__a); 228 void __const_constraints(const _Tp& __b) { 229 _Tp __c _IsUnused(__b); 230 __a = __b; // const required for argument to assignment 263 __aux_require_boolean_expr(__a == __b); 265 _Tp __a, __b; member in struct:_EqualityComparableConcept [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| simd_x86.h | 61 const _Tp __b(__bv); 63 return _Tp{__a[0], __b[0]}; 65 return _Tp{__a[0], __b[0], __a[1], __b[1]}; 67 return _Tp{__a[0], __b[0], __a[1], __b[1], 68 __a[2], __b[2], __a[3], __b[3]}; 70 return _Tp{__a[0], __b[0], __a[1], __b[1], __a[2], __b[2] 147 const auto __b = __vector_bitcast<_LLong>(__a); local [all...] |
| simd_x86_conversions.h | 311 auto __b = _mm_unpackhi_epi16(__intrin, __m128i()); // 2o.o 3o.o local 312 auto __c = _mm_unpacklo_epi16(__a, __b); // 02oo ..oo 313 auto __d = _mm_unpackhi_epi16(__a, __b); // 13oo ..oo 356 const auto __b local 358 const auto __c = _mm_unpacklo_epi8(__a, __b); // 02.. .... .... .... 359 const auto __d = _mm_unpackhi_epi8(__a, __b); // 13.. .... .... .... 432 auto __b local 434 auto __c = _mm_unpacklo_epi8(__a, __b); // 0404 .... 1515 .... 435 auto __d = _mm_unpackhi_epi8(__a, __b); // 2626 .... 3737 .... 728 __m128i __a, __b; local 1101 auto __b local 1180 auto __b = _mm_unpackhi_epi16(__i0, __i1); \/\/ 26.. 37.. local 1195 auto __b = _mm256_shuffle_epi8(__i1, __shuf); local 1215 auto __b = _mm_unpackhi_epi8(__i0, __i1); \/\/ 26.. .... 37.. .... local 1247 auto __b = _mm_unpackhi_epi8(__i0, __i1); \/\/ 4C.. 5D.. 6E.. 7F.. local 1272 const auto __b = _mm256_unpackhi_epi32(__i0, __i1); \/\/ bfBF dhDH local 1666 auto __b = _mm256_unpackhi_epi64( local 1697 auto __b local 1744 const auto __b = _mm_unpackhi_epi32(__i0, __i1); \/\/ bdBD local 1918 const auto __b = _mm_unpackhi_epi8(__i0, __i1); \/\/ bd local 1950 auto __b = _mm256_shuffle_epi8( \/\/ 0145 89CD GHKL OPST 2367 ABEF local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| simd_x86.h | 61 const _Tp __b(__bv); 63 return _Tp{__a[0], __b[0]}; 65 return _Tp{__a[0], __b[0], __a[1], __b[1]}; 67 return _Tp{__a[0], __b[0], __a[1], __b[1], 68 __a[2], __b[2], __a[3], __b[3]}; 70 return _Tp{__a[0], __b[0], __a[1], __b[1], __a[2], __b[2] 147 const auto __b = __vector_bitcast<_LLong>(__a); local [all...] |
| simd_x86_conversions.h | 311 auto __b = _mm_unpackhi_epi16(__intrin, __m128i()); // 2o.o 3o.o local 312 auto __c = _mm_unpacklo_epi16(__a, __b); // 02oo ..oo 313 auto __d = _mm_unpackhi_epi16(__a, __b); // 13oo ..oo 356 const auto __b local 358 const auto __c = _mm_unpacklo_epi8(__a, __b); // 02.. .... .... .... 359 const auto __d = _mm_unpackhi_epi8(__a, __b); // 13.. .... .... .... 432 auto __b local 434 auto __c = _mm_unpacklo_epi8(__a, __b); // 0404 .... 1515 .... 435 auto __d = _mm_unpackhi_epi8(__a, __b); // 2626 .... 3737 .... 728 __m128i __a, __b; local 1101 auto __b local 1180 auto __b = _mm_unpackhi_epi16(__i0, __i1); \/\/ 26.. 37.. local 1195 auto __b = _mm256_shuffle_epi8(__i1, __shuf); local 1215 auto __b = _mm_unpackhi_epi8(__i0, __i1); \/\/ 26.. .... 37.. .... local 1247 auto __b = _mm_unpackhi_epi8(__i0, __i1); \/\/ 4C.. 5D.. 6E.. 7F.. local 1272 const auto __b = _mm256_unpackhi_epi32(__i0, __i1); \/\/ bfBF dhDH local 1666 auto __b = _mm256_unpackhi_epi64( local 1697 auto __b local 1744 const auto __b = _mm_unpackhi_epi32(__i0, __i1); \/\/ bdBD local 1918 const auto __b = _mm_unpackhi_epi8(__i0, __i1); \/\/ bd local 1950 auto __b = _mm256_shuffle_epi8( \/\/ 0145 89CD GHKL OPST 2367 ABEF local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| mmintrin.h | 251 __vector unsigned char __a, __b, __c; local 254 __b = (__vector unsigned char)vec_splats (__m2); 255 __c = vec_mergel (__a, __b); 332 __vector unsigned char __a, __b, __c; local 335 __b = (__vector unsigned char)vec_splats (__m2); 336 __c = vec_mergel (__a, __b); 413 __vector signed char __a, __b, __c; local 416 __b = (__vector signed char)vec_splats (__m2); 417 __c = vec_add (__a, __b); 449 __vector signed short __a, __b, __c local 481 __vector signed int __a, __b, __c; local 511 __vector signed char __a, __b, __c; local 547 __vector signed short __a, __b, __c; local 579 __vector signed int __a, __b, __c; local 769 __vector signed char __a, __b, __c; local 806 __vector signed short __a, __b, __c; local 837 __vector signed short __a, __b, __c; local 870 __vector signed int __a, __b, __c; local 899 __vector signed int __a, __b, __c; local 930 __vector signed char __a, __b, __c; local 948 __vector signed short __a, __b, __c; local 966 __vector unsigned char __a, __b, __c; local 985 __vector unsigned short __a, __b, __c; local 1004 __vector signed char __a, __b, __c; local 1023 __vector signed short __a, __b, __c; local 1042 __vector unsigned char __a, __b, __c; local 1061 __vector unsigned short __a, __b, __c; local 1081 __vector signed short __a, __b; local 1101 __vector signed short __a, __b; local 1135 __vector signed short __a, __b, __c; local [all...] |
| xmmintrin.h | 219 _mm_move_ss (__m128 __A, __m128 __B) 223 return (vec_sel ((__v4sf)__A, (__v4sf)__B, __mask)); 245 _mm_add_ss (__m128 __A, __m128 __B) 248 __m128 __a, __b, __c; local 255 __b = vec_splat (__B, 0); 256 __c = __a + __b; 261 __A[0] = __A[0] + __B[0]; 267 _mm_sub_ss (__m128 __A, __m128 __B) 270 __m128 __a, __b, __c local 292 __m128 __a, __b, __c; local 314 __m128 __a, __b, __c; local 426 __v4sf __a, __b, __c; local 443 __v4sf __a, __b, __c; local 564 __vector unsigned int __a, __b; local 579 __vector unsigned int __a, __b; local 599 __v4sf __a, __b, __c; local 617 __v4sf __a, __b, __c; local 635 __v4sf __a, __b, __c; local 653 __v4sf __a, __b, __c; local 671 __v4sf __a, __b, __c; local 689 __v4sf __a, __b, __c; local 708 __v4sf __a, __b, __c; local 726 __v4sf __a, __b, __c; local 744 __v4sf __a, __b, __c; local 762 __v4sf __a, __b, __c; local 778 __vector unsigned int __a, __b; local 798 __vector unsigned int __a, __b; local 1437 __vector signed short __a, __b, __r; local 1475 __vector unsigned char __a, __b, __r; local 1510 __vector signed short __a, __b, __r; local 1548 __vector unsigned char __a, __b, __r; local 1616 __vector unsigned short __a, __b; local 1714 __vector unsigned char __a, __b, __c; local 1732 __vector unsigned short __a, __b, __c; local 1752 __vector unsigned char __a, __b; local [all...] |
| emmintrin.h | 142 _mm_move_sd (__m128d __A, __m128d __B) 145 __result [0] = ((__v2df) __B)[0]; 268 _mm_add_pd (__m128d __A, __m128d __B) 270 return (__m128d) ((__v2df)__A + (__v2df)__B); 277 _mm_add_sd (__m128d __A, __m128d __B) 279 __A[0] = __A[0] + __B[0]; 284 _mm_sub_pd (__m128d __A, __m128d __B) 286 return (__m128d) ((__v2df)__A - (__v2df)__B); 290 _mm_sub_sd (__m128d __A, __m128d __B) 292 __A[0] = __A[0] - __B[0] 346 __v2df __a, __b, __c; local 362 __v2df __a, __b, __c; local 468 __v2df __a, __b, __c; local 484 __v2df __a, __b, __c; local 494 __v2df __a, __b, __c; local 504 __v2df __a, __b, __c; local 514 __v2df __a, __b, __c; local 524 __v2df __a, __b, __c; local 535 __v2df __a, __b, __c; local 546 __v2df __a, __b, __c; local 557 __v2df __a, __b, __c; local 568 __v2df __a, __b, __c; local 1464 unsigned int __b = __B; local 2195 __v16qu __a, __b; local [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| bitmap_allocator.h | 1023 const size_type __b = __n * sizeof(value_type); local 1025 return static_cast<pointer>(::operator new(__b, __al)); 1033 const size_type __b = __n * sizeof(value_type); local 1034 return reinterpret_cast<pointer>(::operator new(__b));
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| mmintrin.h | 251 __vector unsigned char __a, __b, __c; local 254 __b = (__vector unsigned char)vec_splats (__m2); 255 __c = vec_mergel (__a, __b); 332 __vector unsigned char __a, __b, __c; local 335 __b = (__vector unsigned char)vec_splats (__m2); 336 __c = vec_mergel (__a, __b); 413 __vector signed char __a, __b, __c; local 416 __b = (__vector signed char)vec_splats (__m2); 417 __c = vec_add (__a, __b); 449 __vector signed short __a, __b, __c local 481 __vector signed int __a, __b, __c; local 511 __vector signed char __a, __b, __c; local 547 __vector signed short __a, __b, __c; local 579 __vector signed int __a, __b, __c; local 769 __vector signed char __a, __b, __c; local 806 __vector signed short __a, __b, __c; local 837 __vector signed short __a, __b, __c; local 870 __vector signed int __a, __b, __c; local 899 __vector signed int __a, __b, __c; local 930 __vector signed char __a, __b, __c; local 948 __vector signed short __a, __b, __c; local 966 __vector unsigned char __a, __b, __c; local 985 __vector unsigned short __a, __b, __c; local 1004 __vector signed char __a, __b, __c; local 1023 __vector signed short __a, __b, __c; local 1042 __vector unsigned char __a, __b, __c; local 1061 __vector unsigned short __a, __b, __c; local 1081 __vector signed short __a, __b; local 1101 __vector signed short __a, __b; local 1135 __vector signed short __a, __b, __c; local [all...] |
| xmmintrin.h | 219 _mm_move_ss (__m128 __A, __m128 __B) 223 return (vec_sel ((__v4sf)__A, (__v4sf)__B, __mask)); 245 _mm_add_ss (__m128 __A, __m128 __B) 248 __m128 __a, __b, __c; local 255 __b = vec_splat (__B, 0); 256 __c = __a + __b; 261 __A[0] = __A[0] + __B[0]; 267 _mm_sub_ss (__m128 __A, __m128 __B) 270 __m128 __a, __b, __c local 292 __m128 __a, __b, __c; local 314 __m128 __a, __b, __c; local 426 __v4sf __a, __b, __c; local 443 __v4sf __a, __b, __c; local 564 __vector unsigned int __a, __b; local 579 __vector unsigned int __a, __b; local 599 __v4sf __a, __b, __c; local 617 __v4sf __a, __b, __c; local 635 __v4sf __a, __b, __c; local 653 __v4sf __a, __b, __c; local 671 __v4sf __a, __b, __c; local 689 __v4sf __a, __b, __c; local 708 __v4sf __a, __b, __c; local 726 __v4sf __a, __b, __c; local 744 __v4sf __a, __b, __c; local 762 __v4sf __a, __b, __c; local 778 __vector unsigned int __a, __b; local 798 __vector unsigned int __a, __b; local 1437 __vector signed short __a, __b, __r; local 1475 __vector unsigned char __a, __b, __r; local 1510 __vector signed short __a, __b, __r; local 1548 __vector unsigned char __a, __b, __r; local 1616 __vector unsigned short __a, __b; local 1714 __vector unsigned char __a, __b, __c; local 1732 __vector unsigned short __a, __b, __c; local 1752 __vector unsigned char __a, __b; local [all...] |
| emmintrin.h | 142 _mm_move_sd (__m128d __A, __m128d __B) 145 __result [0] = ((__v2df) __B)[0]; 268 _mm_add_pd (__m128d __A, __m128d __B) 270 return (__m128d) ((__v2df)__A + (__v2df)__B); 277 _mm_add_sd (__m128d __A, __m128d __B) 279 __A[0] = __A[0] + __B[0]; 284 _mm_sub_pd (__m128d __A, __m128d __B) 286 return (__m128d) ((__v2df)__A - (__v2df)__B); 290 _mm_sub_sd (__m128d __A, __m128d __B) 292 __A[0] = __A[0] - __B[0] 346 __v2df __a, __b, __c; local 362 __v2df __a, __b, __c; local 468 __v2df __a, __b, __c; local 484 __v2df __a, __b, __c; local 494 __v2df __a, __b, __c; local 504 __v2df __a, __b, __c; local 514 __v2df __a, __b, __c; local 524 __v2df __a, __b, __c; local 535 __v2df __a, __b, __c; local 546 __v2df __a, __b, __c; local 557 __v2df __a, __b, __c; local 568 __v2df __a, __b, __c; local 1464 unsigned int __b = __B; local 2199 __v16qu __a, __b; local [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| bitmap_allocator.h | 1021 const size_type __b = __n * sizeof(value_type); local 1023 return static_cast<pointer>(::operator new(__b, __al)); 1031 const size_type __b = __n * sizeof(value_type); local 1032 return reinterpret_cast<pointer>(::operator new(__b));
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| xmmintrin.h | 43 /// \param __b 50 _mm_add_ss(__m128 __a, __m128 __b) 52 __a[0] += __b[0]; 65 /// \param __b 70 _mm_add_ps(__m128 __a, __m128 __b) 72 return (__m128)((__v4sf)__a + (__v4sf)__b); 85 /// \param __b 92 _mm_sub_ss(__m128 __a, __m128 __b) 94 __a[0] -= __b[0]; 108 /// \param __b 1630 __mm_loadh_pi_v2f32 __b = ((const struct __mm_loadh_pi_struct*)__p)->__u; local 1657 __mm_loadl_pi_v2f32 __b = ((const struct __mm_loadl_pi_struct*)__p)->__u; local 2731 __m64 __b, __c; local 2761 __m64 __b, __c; local 2790 __m64 __b; local 2815 __m64 __b; local 2871 __m64 __b, __c; local 2901 __m64 __b, __c; local [all...] |
| avxintrin.h | 55 /// \param __b 60 _mm256_add_pd(__m256d __a, __m256d __b) 62 return (__m256d)((__v4df)__a+(__v4df)__b); 73 /// \param __b 78 _mm256_add_ps(__m256 __a, __m256 __b) 80 return (__m256)((__v8sf)__a+(__v8sf)__b); 91 /// \param __b 96 _mm256_sub_pd(__m256d __a, __m256d __b) 98 return (__m256d)((__v4df)__a-(__v4df)__b); 109 /// \param __b 2275 __v8si __b = (__v8si)__a; local 3032 __m128d __b = _mm_loadu_pd((const double *)__a); local 3052 __m128 __b = _mm_loadu_ps((const float *)__a); local [all...] |
| emmintrin.h | 50 /// \param __b 56 _mm_add_sd(__m128d __a, __m128d __b) 58 __a[0] += __b[0]; 70 /// \param __b 75 _mm_add_pd(__m128d __a, __m128d __b) 77 return (__m128d)((__v2df)__a + (__v2df)__b); 92 /// \param __b 98 _mm_sub_sd(__m128d __a, __m128d __b) 100 __a[0] -= __b[0]; 112 /// \param __b 3498 __v4si __b = (__v4si)__a; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| avx512fp16vlintrin.h | 51 _mm_avx512_and_si128 (__m128i __A, __m128i __B) 53 return (__m128i) ((__v2du)__A & (__v2du)__B); 58 _mm256_avx512_and_si256 (__m256i __A, __m256i __B) 60 return (__m256i) ((__v4du)__A & (__v4du)__B); 236 _mm_add_ph (__m128h __A, __m128h __B) 238 return (__m128h) ((__v8hf) __A + (__v8hf) __B); 243 _mm256_add_ph (__m256h __A, __m256h __B) 245 return (__m256h) ((__v16hf) __A + (__v16hf) __B); 250 _mm_mask_add_ph (__m128h __A, __mmask8 __B, __m128h __C, __m128h __D) 252 return __builtin_ia32_addph128_mask (__C, __D, __A, __B); 3347 float __b; member in union:__anon13322 3360 float __b; member in union:__anon13323 [all...] |