Searched refs:__b (Results 26 - 44 of 44) sorted by relevance

12

/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstreambuf_iterator.h159 equal(const istreambuf_iterator& __b) const
162 const bool __beof = __b._M_at_eof();
196 const istreambuf_iterator<_CharT, _Traits>& __b)
197 { return __a.equal(__b); }
202 const istreambuf_iterator<_CharT, _Traits>& __b)
203 { return !__a.equal(__b); }
195 operator ==(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
201 operator !=(const istreambuf_iterator<_CharT, _Traits>& __a, const istreambuf_iterator<_CharT, _Traits>& __b) argument
H A Dstl_pair.h84 pair(const _T1& __a, const _T2& __b) argument
85 : first(__a), second(__b) { }
H A Dstl_algo.h87 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) argument
91 if (__a < __b)
92 if (__b < __c)
93 return __b;
100 else if (__b < __c)
103 return __b;
121 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) argument
125 if (__comp(__a, __b))
126 if (__comp(__b, __c))
127 return __b;
[all...]
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h342 operator==(const __shared_count& __a, const __shared_count& __b) argument
343 { return __a._M_pi == __b._M_pi; }
346 operator<(const __shared_count& __a, const __shared_count& __b) argument
347 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
424 operator==(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) argument
425 { return __a._M_pi == __b._M_pi; }
428 operator<(const __weak_count<_Lp>& __a, const __weak_count<_Lp>& __b) argument
429 { return std::less<_Sp_counted_base<_Lp>*>()(__a._M_pi, __b._M_pi); }
715 operator==(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) argument
716 { return __a.get() == __b
720 operator !=(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) argument
725 operator <(const __shared_ptr& __a, const __shared_ptr<_Tp1, _Lp>& __b) argument
735 swap(__shared_ptr<_Tp, _Lp>& __a, __shared_ptr<_Tp, _Lp>& __b) argument
922 swap(__weak_ptr<_Tp, _Lp>& __a, __weak_ptr<_Tp, _Lp>& __b) argument
[all...]
H A Dhashtable_policy.h383 _Hash_node<_Value, __cache>** __b)
384 : _Hashtable_iterator_base<_Value, __cache>(__p, __b) { }
387 _Hashtable_iterator(_Hash_node<_Value, __cache>** __b) argument
388 : _Hashtable_iterator_base<_Value, __cache>(*__b, __b) { }
428 _Hash_node<_Value, __cache>** __b)
429 : _Hashtable_iterator_base<_Value, __cache>(__p, __b) { }
432 _Hashtable_const_iterator(_Hash_node<_Value, __cache>** __b) argument
433 : _Hashtable_iterator_base<_Value, __cache>(*__b, __b) { }
382 _Hashtable_iterator(_Hash_node<_Value, __cache>* __p, _Hash_node<_Value, __cache>** __b) argument
427 _Hashtable_const_iterator(_Hash_node<_Value, __cache>* __p, _Hash_node<_Value, __cache>** __b) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dmmintrin.h1410 /// \param __b
1415 _mm_set1_pi8(char __b) argument
1417 return _mm_set_pi8(__b, __b, __b, __b, __b, __b, __b, __b);
[all...]
H A D__clang_cuda_intrinsics.h43 int __a, __b; \
50 __tmp.__b = ::__FnName(__tmp.__b, __offset, __width); \
127 int __a, __b; \
134 __tmp.__b = ::__FnName(__mask, __tmp.__b, __offset, __width); \
H A D__clang_cuda_runtime_wrapper.h230 static inline void sincospi(float __a, float *__b, float *__c) { argument
231 return sincospif(__a, __b, __c);
H A Davx512fintrin.h626 _mm512_and_epi32(__m512i __a, __m512i __b) argument
628 return (__m512i)((__v16su)__a & (__v16su)__b);
632 _mm512_mask_and_epi32(__m512i __src, __mmask16 __k, __m512i __a, __m512i __b) argument
635 (__v16si) _mm512_and_epi32(__a, __b),
640 _mm512_maskz_and_epi32(__mmask16 __k, __m512i __a, __m512i __b) argument
643 __k, __a, __b);
647 _mm512_and_epi64(__m512i __a, __m512i __b) argument
649 return (__m512i)((__v8du)__a & (__v8du)__b);
653 _mm512_mask_and_epi64(__m512i __src, __mmask8 __k, __m512i __a, __m512i __b) argument
656 (__v8di) _mm512_and_epi64(__a, __b),
661 _mm512_maskz_and_epi64(__mmask8 __k, __m512i __a, __m512i __b) argument
716 _mm512_or_epi32(__m512i __a, __m512i __b) argument
722 _mm512_mask_or_epi32(__m512i __src, __mmask16 __k, __m512i __a, __m512i __b) argument
730 _mm512_maskz_or_epi32(__mmask16 __k, __m512i __a, __m512i __b) argument
736 _mm512_or_epi64(__m512i __a, __m512i __b) argument
742 _mm512_mask_or_epi64(__m512i __src, __mmask8 __k, __m512i __a, __m512i __b) argument
750 _mm512_maskz_or_epi64(__mmask8 __k, __m512i __a, __m512i __b) argument
756 _mm512_xor_epi32(__m512i __a, __m512i __b) argument
762 _mm512_mask_xor_epi32(__m512i __src, __mmask16 __k, __m512i __a, __m512i __b) argument
770 _mm512_maskz_xor_epi32(__mmask16 __k, __m512i __a, __m512i __b) argument
776 _mm512_xor_epi64(__m512i __a, __m512i __b) argument
782 _mm512_mask_xor_epi64(__m512i __src, __mmask8 __k, __m512i __a, __m512i __b) argument
790 _mm512_maskz_xor_epi64(__mmask8 __k, __m512i __a, __m512i __b) argument
796 _mm512_and_si512(__m512i __a, __m512i __b) argument
802 _mm512_or_si512(__m512i __a, __m512i __b) argument
808 _mm512_xor_si512(__m512i __a, __m512i __b) argument
816 _mm512_add_pd(__m512d __a, __m512d __b) argument
822 _mm512_add_ps(__m512 __a, __m512 __b) argument
828 _mm512_mul_pd(__m512d __a, __m512d __b) argument
834 _mm512_mul_ps(__m512 __a, __m512 __b) argument
840 _mm512_sub_pd(__m512d __a, __m512d __b) argument
846 _mm512_sub_ps(__m512 __a, __m512 __b) argument
2296 _mm512_div_pd(__m512d __a, __m512d __b) argument
2316 _mm512_div_ps(__m512 __a, __m512 __b) argument
4104 _mm512_unpackhi_pd(__m512d __a, __m512d __b) argument
4127 _mm512_unpacklo_pd(__m512d __a, __m512d __b) argument
4150 _mm512_unpackhi_ps(__m512 __a, __m512 __b) argument
4176 _mm512_unpacklo_ps(__m512 __a, __m512 __b) argument
9675 __v16si __b = (__v16si)__A; local
[all...]
H A Davx512vlintrin.h451 _mm256_and_epi32(__m256i __a, __m256i __b) argument
453 return (__m256i)((__v8su)__a & (__v8su)__b);
471 _mm_and_epi32(__m128i __a, __m128i __b) argument
473 return (__m128i)((__v4su)__a & (__v4su)__b);
532 _mm256_or_epi32(__m256i __a, __m256i __b) argument
534 return (__m256i)((__v8su)__a | (__v8su)__b);
552 _mm_or_epi32(__m128i __a, __m128i __b) argument
554 return (__m128i)((__v4su)__a | (__v4su)__b);
572 _mm256_xor_epi32(__m256i __a, __m256i __b) argument
574 return (__m256i)((__v8su)__a ^ (__v8su)__b);
592 _mm_xor_epi32(__m128i __a, __m128i __b) argument
612 _mm256_and_epi64(__m256i __a, __m256i __b) argument
632 _mm_and_epi64(__m128i __a, __m128i __b) argument
693 _mm256_or_epi64(__m256i __a, __m256i __b) argument
713 _mm_or_epi64(__m128i __a, __m128i __b) argument
733 _mm256_xor_epi64(__m256i __a, __m256i __b) argument
753 _mm_xor_epi64(__m128i __a, __m128i __b) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A Dconfig.h26 #define static_assert(__b, __m) \
27 extern int compile_time_assert_failed[ ( __b ) ? 1 : -1 ] \
/freebsd-11-stable/sys/i386/include/
H A Dpcpu.h125 u_char __b[MIN(sizeof(__res), 4)]; \
147 u_char __b[MIN(sizeof(__val), 4)]; \
190 u_char __b[MIN(sizeof(__val), 4)]; \
/freebsd-11-stable/sys/amd64/include/
H A Dpcpu.h133 u_char __b[MIN(sizeof(__pcpu_type(name)), 8)]; \
155 u_char __b[MIN(sizeof(__pcpu_type(name)), 8)]; \
203 u_char __b[MIN(sizeof(__pcpu_type(name)), 8)]; \
/freebsd-11-stable/contrib/gcc/config/i386/
H A Dmmintrin.h916 _mm_set1_pi8 (char __b) argument
918 return _mm_set_pi8 (__b, __b, __b, __b, __b, __b, __b, __b);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/ppc_wrappers/
H A Dmmintrin.h1425 _mm_set1_pi8(signed char __b) { argument
1429 b = (__vector signed char)vec_splats(__b);
1434 res.as_char[0] = __b;
1435 res.as_char[1] = __b;
1436 res.as_char[2] = __b;
1437 res.as_char[3] = __b;
1438 res.as_char[4] = __b;
1439 res.as_char[5] = __b;
1440 res.as_char[6] = __b;
1441 res.as_char[7] = __b;
[all...]
/freebsd-11-stable/sys/sys/
H A Dcdefs.h256 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b)
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dmmintrin.h1107 _mm_set1_pi8 (char __b) argument
1109 unsigned int __w = (unsigned char)__b << 8 | (unsigned char)__b;
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dbitmap_allocator.h1059 const size_type __b = __n * sizeof(value_type); local
1060 return reinterpret_cast<pointer>(::operator new(__b));
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_bitset.h684 reference(bitset& __b, size_t __pos) argument
686 _M_wp = &__b._M_getword(__pos);

Completed in 381 milliseconds

12