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_left
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_ppc.h
48
//
_S_bit_shift_left
{{{
51
_S_bit_shift_left
(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
53
__x = _Base::
_S_bit_shift_left
(__x, __y);
62
_S_bit_shift_left
(_SimdWrapper<_Tp, _Np> __x, int __y)
64
__x = _Base::
_S_bit_shift_left
(__x, __y);
simd_fixed_size.h
1500
_GLIBCXX_SIMD_FIXED_OP(
_S_bit_shift_left
, <<)
1506
_S_bit_shift_left
(const _SimdTuple<_Tp, _As...>& __x, int __y)
1510
return __impl.
_S_bit_shift_left
(__xx, __y);
simd_scalar.h
301
_S_bit_shift_left
(_Tp __x, int __y)
simd_sve.h
1141
_S_bit_shift_left
(_SveSimdWrapper<_Tp, _Np> __x, _SveSimdWrapper<_Tp, _Np> __y)
1151
_S_bit_shift_left
(_SveSimdWrapper<_Tp, _Np> __x, int __y)
simd_x86.h
1519
//
_S_bit_shift_left
{{{
1551
_S_bit_shift_left
(_Tp __xx, int __y)
1564
_S_bit_shift_left
(__vector_bitcast<make_unsigned_t<_Up>>(__x),
1656
_S_bit_shift_left
(_Tp __xx, typename _TVT::type __y)
1670
_S_bit_shift_left
(__vector_bitcast<make_unsigned_t<_Up>>(__x),
simd_builtin.h
1600
_S_bit_shift_left
(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
1610
_S_bit_shift_left
(_SimdWrapper<_Tp, _Np> __x, int __y)
simd.h
5365
_Impl::
_S_bit_shift_left
(__data(__x), __data(__y)));
5392
_Impl::
_S_bit_shift_left
(__data(__x), __y));
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_ppc.h
48
//
_S_bit_shift_left
{{{
51
_S_bit_shift_left
(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
53
__x = _Base::
_S_bit_shift_left
(__x, __y);
62
_S_bit_shift_left
(_SimdWrapper<_Tp, _Np> __x, int __y)
64
__x = _Base::
_S_bit_shift_left
(__x, __y);
simd_fixed_size.h
1500
_GLIBCXX_SIMD_FIXED_OP(
_S_bit_shift_left
, <<)
1506
_S_bit_shift_left
(const _SimdTuple<_Tp, _As...>& __x, int __y)
1510
return __impl.
_S_bit_shift_left
(__xx, __y);
simd_scalar.h
301
_S_bit_shift_left
(_Tp __x, int __y)
simd_x86.h
1519
//
_S_bit_shift_left
{{{
1551
_S_bit_shift_left
(_Tp __xx, int __y)
1564
_S_bit_shift_left
(__vector_bitcast<make_unsigned_t<_Up>>(__x),
1656
_S_bit_shift_left
(_Tp __xx, typename _TVT::type __y)
1670
_S_bit_shift_left
(__vector_bitcast<make_unsigned_t<_Up>>(__x),
simd_builtin.h
1600
_S_bit_shift_left
(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
1610
_S_bit_shift_left
(_SimdWrapper<_Tp, _Np> __x, int __y)
simd.h
5262
_Impl::
_S_bit_shift_left
(__data(__x), __data(__y)));
5289
_Impl::
_S_bit_shift_left
(__data(__x), __y));
Completed in 48 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026