Home
last modified time | relevance | path

Searched refs:_S_bit_shift_left (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/
A Dsimd_ppc.h51 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y) in _S_bit_shift_left() function
53 __x = _Base::_S_bit_shift_left(__x, __y); in _S_bit_shift_left()
62 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, int __y) in _S_bit_shift_left() function
64 __x = _Base::_S_bit_shift_left(__x, __y); in _S_bit_shift_left()
A Dsimd_fixed_size.h1549 _GLIBCXX_SIMD_FIXED_OP(_S_bit_shift_left, <<)
1555 _S_bit_shift_left(const _SimdTuple<_Tp, _As...>& __x, int __y)
1558 return __impl._S_bit_shift_left(__xx, __y);
A Dsimd_scalar.h283 static constexpr inline _Tp _S_bit_shift_left(_Tp __x, int __y)
A Dsimd_x86.h1528 _S_bit_shift_left(_Tp __xx, int __y) in _S_multiplies() function
1541 _S_bit_shift_left(__vector_bitcast<make_unsigned_t<_Up>>(__x), in _S_multiplies()
1633 _S_bit_shift_left(_Tp __xx, typename _TVT::type __y) in _S_multiplies() function
1647 _S_bit_shift_left(__vector_bitcast<make_unsigned_t<_Up>>(__x), in _S_multiplies()
A Dsimd_builtin.h1703 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y) in _S_bit_shift_left() function
1713 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, int __y) in _S_bit_shift_left() function
A Dsimd.h4836 _Impl::_S_bit_shift_left(__data(__x), __data(__y)));
4861 _Impl::_S_bit_shift_left(__data(__x), __y));

Completed in 33 milliseconds