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_shift_right
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_ppc.h
74
//
_S_bit_shift_right
{{{
77
_S_bit_shift_right
(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
84
& _Base::
_S_bit_shift_right
(__x, __y)._M_data;
90
return _Base::
_S_bit_shift_right
(__x, __y);
94
return _Base::
_S_bit_shift_right
(__x, __y);
99
_S_bit_shift_right
(_SimdWrapper<_Tp, _Np> __x, int __y)
109
return _Base::
_S_bit_shift_right
(__x, __nbits - 1);
112
return _Base::
_S_bit_shift_right
(__x, __y);
simd_fixed_size.h
1501
_GLIBCXX_SIMD_FIXED_OP(
_S_bit_shift_right
, >>)
1516
_S_bit_shift_right
(const _SimdTuple<_Tp, _As...>& __x, int __y)
1520
return __impl.
_S_bit_shift_right
(__xx, __y);
simd_scalar.h
306
_S_bit_shift_right
(_Tp __x, int __y)
simd_sve.h
1146
_S_bit_shift_right
(_SveSimdWrapper<_Tp, _Np> __x, _SveSimdWrapper<_Tp, _Np> __y)
1156
_S_bit_shift_right
(_SveSimdWrapper<_Tp, _Np> __x, int __y)
simd_builtin.h
1605
_S_bit_shift_right
(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
1615
_S_bit_shift_right
(_SimdWrapper<_Tp, _Np> __x, int __y)
simd.h
5373
_Impl::
_S_bit_shift_right
(__data(__x), __data(__y)));
5411
_Impl::
_S_bit_shift_right
(__data(__x), __y));
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_ppc.h
74
//
_S_bit_shift_right
{{{
77
_S_bit_shift_right
(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
84
& _Base::
_S_bit_shift_right
(__x, __y)._M_data;
90
return _Base::
_S_bit_shift_right
(__x, __y);
94
return _Base::
_S_bit_shift_right
(__x, __y);
99
_S_bit_shift_right
(_SimdWrapper<_Tp, _Np> __x, int __y)
109
return _Base::
_S_bit_shift_right
(__x, __nbits - 1);
112
return _Base::
_S_bit_shift_right
(__x, __y);
simd_fixed_size.h
1501
_GLIBCXX_SIMD_FIXED_OP(
_S_bit_shift_right
, >>)
1516
_S_bit_shift_right
(const _SimdTuple<_Tp, _As...>& __x, int __y)
1520
return __impl.
_S_bit_shift_right
(__xx, __y);
simd_scalar.h
306
_S_bit_shift_right
(_Tp __x, int __y)
simd_builtin.h
1605
_S_bit_shift_right
(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
1615
_S_bit_shift_right
(_SimdWrapper<_Tp, _Np> __x, int __y)
simd.h
5270
_Impl::
_S_bit_shift_right
(__data(__x), __data(__y)));
5308
_Impl::
_S_bit_shift_right
(__data(__x), __y));
Completed in 97 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026