Home
last modified time | relevance | path

Searched refs:_S_bit_and (Results 1 – 24 of 24) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h244 static constexpr inline _Tp _S_bit_and(_Tp __x, _Tp __y)
689 static constexpr bool _S_bit_and(bool __x, bool __y)
H A Dsimd_fixed_size.h1497 _GLIBCXX_SIMD_FIXED_OP(_S_bit_and, &)
1925 _S_bit_and(const _MaskMember& __x, const _MaskMember& __y) noexcept
H A Dsimd.h3284 _GLIBCXX_SIMD_OP_(&, _S_bit_and);
4515 { return {__private_init, _Impl::_S_bit_and(__x._M_data, __y._M_data)}; }
4528 __x._M_data = _Impl::_S_bit_and(__x._M_data, __y._M_data);
4877 _Impl::_S_bit_and(__data(__x), __data(__y)));
5259 _Ap::_SimdImpl::_S_bit_and(__data(__a), __data(__b))};
H A Dsimd_builtin.h1154 return _MaskImpl::_S_bit_and( in _S_masked()
1693 _S_bit_and(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y) in _S_bit_and() function
2803 _S_bit_and(const _SimdWrapper<_Tp, _Np>& __x, in _S_bit_and() function
H A Dsimd_math.h258 _Abi::_SimdImpl::_S_bit_and(__data(__x), __data(__bitmask))};
H A Dsimd_x86.h4784 _S_bit_and(const _SimdWrapper<_Tp, _Np>& __x, in _S_bit_and() function
4801 return _Base::_S_bit_and(__x, __y); in _S_bit_and()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h244 static constexpr inline _Tp _S_bit_and(_Tp __x, _Tp __y)
689 static constexpr bool _S_bit_and(bool __x, bool __y)
H A Dsimd.h3222 _GLIBCXX_SIMD_OP_(&, _S_bit_and);
4451 { return {__private_init, _Impl::_S_bit_and(__x._M_data, __y._M_data)}; }
4464 __x._M_data = _Impl::_S_bit_and(__x._M_data, __y._M_data);
4810 _Impl::_S_bit_and(__data(__x), __data(__y)));
5190 _Ap::_SimdImpl::_S_bit_and(__data(__a), __data(__b))};
H A Dsimd_fixed_size.h1546 _GLIBCXX_SIMD_FIXED_OP(_S_bit_and, &)
1975 _S_bit_and(const _MaskMember& __x, const _MaskMember& __y) noexcept
H A Dsimd_builtin.h1154 return _MaskImpl::_S_bit_and( in _S_masked()
1688 _S_bit_and(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y) in _S_bit_and() function
2798 _S_bit_and(const _SimdWrapper<_Tp, _Np>& __x, in _S_bit_and() function
H A Dsimd_math.h258 _Abi::_SimdImpl::_S_bit_and(__data(__x), __data(__bitmask))};
H A Dsimd_x86.h4783 _S_bit_and(const _SimdWrapper<_Tp, _Np>& __x, in _S_bit_and() function
4800 return _Base::_S_bit_and(__x, __y); in _S_bit_and()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h244 static constexpr inline _Tp _S_bit_and(_Tp __x, _Tp __y)
689 static constexpr bool _S_bit_and(bool __x, bool __y)
H A Dsimd.h3225 _GLIBCXX_SIMD_OP_(&, _S_bit_and);
4456 { return {__private_init, _Impl::_S_bit_and(__x._M_data, __y._M_data)}; }
4469 __x._M_data = _Impl::_S_bit_and(__x._M_data, __y._M_data);
4818 _Impl::_S_bit_and(__data(__x), __data(__y)));
5200 _Ap::_SimdImpl::_S_bit_and(__data(__a), __data(__b))};
H A Dsimd_fixed_size.h1546 _GLIBCXX_SIMD_FIXED_OP(_S_bit_and, &)
1975 _S_bit_and(const _MaskMember& __x, const _MaskMember& __y) noexcept
H A Dsimd_builtin.h1154 return _MaskImpl::_S_bit_and( in _S_masked()
1688 _S_bit_and(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y) in _S_bit_and() function
2798 _S_bit_and(const _SimdWrapper<_Tp, _Np>& __x, in _S_bit_and() function
H A Dsimd_math.h258 _Abi::_SimdImpl::_S_bit_and(__data(__x), __data(__bitmask))};
H A Dsimd_x86.h4783 _S_bit_and(const _SimdWrapper<_Tp, _Np>& __x, in _S_bit_and() function
4800 return _Base::_S_bit_and(__x, __y); in _S_bit_and()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h244 static constexpr inline _Tp _S_bit_and(_Tp __x, _Tp __y)
689 static constexpr bool _S_bit_and(bool __x, bool __y)
H A Dsimd.h3222 _GLIBCXX_SIMD_OP_(&, _S_bit_and);
4451 { return {__private_init, _Impl::_S_bit_and(__x._M_data, __y._M_data)}; }
4464 __x._M_data = _Impl::_S_bit_and(__x._M_data, __y._M_data);
4810 _Impl::_S_bit_and(__data(__x), __data(__y)));
5190 _Ap::_SimdImpl::_S_bit_and(__data(__a), __data(__b))};
H A Dsimd_fixed_size.h1546 _GLIBCXX_SIMD_FIXED_OP(_S_bit_and, &)
1975 _S_bit_and(const _MaskMember& __x, const _MaskMember& __y) noexcept
H A Dsimd_builtin.h1154 return _MaskImpl::_S_bit_and( in _S_masked()
1688 _S_bit_and(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y) in _S_bit_and() function
2798 _S_bit_and(const _SimdWrapper<_Tp, _Np>& __x, in _S_bit_and() function
H A Dsimd_math.h258 _Abi::_SimdImpl::_S_bit_and(__data(__x), __data(__bitmask))};
H A Dsimd_x86.h4783 _S_bit_and(const _SimdWrapper<_Tp, _Np>& __x, in _S_bit_and() function
4800 return _Base::_S_bit_and(__x, __y); in _S_bit_and()