OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_bit_xor
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h
287
_S_bit_xor
(_Tp __x, _Tp __y)
788
_S_bit_xor
(bool __x, bool __y)
simd.h
3679
_GLIBCXX_SIMD_OP_(^,
_S_bit_xor
);
4956
{ return {__private_init, _Impl::
_S_bit_xor
(__x._M_data, __y._M_data)}; }
4975
__x._M_data = _Impl::
_S_bit_xor
(__x._M_data, __y._M_data);
4987
{ return {__private_init, _Impl::
_S_bit_xor
(__x._M_data, __y._M_data)}; }
5357
_Impl::
_S_bit_xor
(__data(__x), __data(__y)));
5715
{ return {__private_init, _Ap::_SimdImpl::
_S_bit_xor
(__data(__a), __data(__b))}; }
simd_fixed_size.h
1499
_GLIBCXX_SIMD_FIXED_OP(
_S_bit_xor
, ^)
1946
_S_bit_xor
(const _MaskMember& __x, const _MaskMember& __y) noexcept
simd_sve.h
1125
_S_bit_xor
(_SveSimdWrapper<_Tp, _Np> __x, _SveSimdWrapper<_Tp, _Np> __y)
1760
_S_bit_xor
(const _SveMaskWrapper<_Bits, _Np>& __x, const _SveMaskWrapper<_Bits, _Np>& __y)
simd_builtin.h
1595
_S_bit_xor
(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
2759
_S_bit_xor
(const _SimdWrapper<_Tp, _Np>& __x, const _SimdWrapper<_Tp, _Np>& __y)
simd_x86.h
4962
_S_bit_xor
(const _SimdWrapper<_Tp, _Np>& __x, const _SimdWrapper<_Tp, _Np>& __y)
4980
return _Base::
_S_bit_xor
(__x, __y);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_scalar.h
287
_S_bit_xor
(_Tp __x, _Tp __y)
788
_S_bit_xor
(bool __x, bool __y)
simd.h
3616
_GLIBCXX_SIMD_OP_(^,
_S_bit_xor
);
4853
{ return {__private_init, _Impl::
_S_bit_xor
(__x._M_data, __y._M_data)}; }
4872
__x._M_data = _Impl::
_S_bit_xor
(__x._M_data, __y._M_data);
4884
{ return {__private_init, _Impl::
_S_bit_xor
(__x._M_data, __y._M_data)}; }
5254
_Impl::
_S_bit_xor
(__data(__x), __data(__y)));
5612
{ return {__private_init, _Ap::_SimdImpl::
_S_bit_xor
(__data(__a), __data(__b))}; }
simd_fixed_size.h
1499
_GLIBCXX_SIMD_FIXED_OP(
_S_bit_xor
, ^)
1946
_S_bit_xor
(const _MaskMember& __x, const _MaskMember& __y) noexcept
simd_builtin.h
1595
_S_bit_xor
(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
2735
_S_bit_xor
(const _SimdWrapper<_Tp, _Np>& __x, const _SimdWrapper<_Tp, _Np>& __y)
simd_x86.h
4962
_S_bit_xor
(const _SimdWrapper<_Tp, _Np>& __x, const _SimdWrapper<_Tp, _Np>& __y)
4980
return _Base::
_S_bit_xor
(__x, __y);
Completed in 66 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026