Searched refs:_TW (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/ |
A D | simd.h | 1714 __xor(_TW __a, _TW __b) noexcept 1716 if constexpr (__is_vector_type_v<_TW> || __is_simd_wrapper_v<_TW>) 1718 using _Tp = typename conditional_t<__is_simd_wrapper_v<_TW>, _TW, 1739 __or(_TW __a, _TW __b) noexcept 1741 if constexpr (__is_vector_type_v<_TW> || __is_simd_wrapper_v<_TW>) 1743 using _Tp = typename conditional_t<__is_simd_wrapper_v<_TW>, _TW, 1764 __and(_TW __a, _TW __b) noexcept 1766 if constexpr (__is_vector_type_v<_TW> || __is_simd_wrapper_v<_TW>) 1768 using _Tp = typename conditional_t<__is_simd_wrapper_v<_TW>, _TW, 1851 __andnot(_TW __a, _TW __b) noexcept [all …]
|
A D | simd_neon.h | 159 template <typename _TW, typename _TVT = _VectorTraits<_TW>> 160 _GLIBCXX_SIMD_INTRINSIC static _TW _S_trunc(_TW __x) in _S_trunc()
|
A D | simd_builtin.h | 1020 template <typename _TW, typename _TVT = _VectorTraits<_TW>> 1021 _GLIBCXX_SIMD_INTRINSIC static constexpr _TW _S_masked(_TW __x) in _S_masked() 1031 template <typename _TW, typename _TVT = _VectorTraits<_TW>> 1033 __make_padding_nonzero(_TW __x) in __make_padding_nonzero() 1551 template <typename _TW, typename _TVT = _VectorTraits<_TW>, 1554 _S_masked_store(const _TW __v, _Up* __mem, const _MaskMember<_Tp> __k) in _S_masked_store() 1829 using _TW = _SimdWrapper<_Tp, __full_size>; in _S_reduce() local 1832 _GLIBCXX_SIMD_USE_CONSTEXPR _TW __one in _S_reduce() 1834 const _TW __x_full = __data(__x).__as_full_vector(); in _S_reduce() 1835 const _TW __x_padded_with_ones in _S_reduce() [all …]
|
A D | simd_x86.h | 3772 using _TW = _SimdWrapper<_Tp, _Np>; in _S_to_maskvector() local 3780 && sizeof(_TW) == sizeof(_UW)) in _S_to_maskvector()
|
Completed in 71 milliseconds