Searched refs:_UW_size (Results 1 – 1 of 1) sorted by relevance
1583 constexpr size_t _UW_size in _S_masked_store() local1585 static_assert(_UW_size <= _TV_size); in _S_masked_store()1586 using _UW = _SimdWrapper<_Up, _UW_size>; in _S_masked_store()1587 using _UV = __vector_type_t<_Up, _UW_size>; in _S_masked_store()1588 using _UAbi = simd_abi::deduce_t<_Up, _UW_size>; in _S_masked_store()1599 static_assert(_UW_size * sizeof(_Up) == __max_store_size); in _S_masked_store()1600 constexpr size_t _NFullStores = _TV_size / _UW_size; in _S_masked_store()1602 = __div_roundup(_TV_size, _UW_size); in _S_masked_store()1603 constexpr size_t _NParts = _S_full_size<_Tp> / _UW_size; in _S_masked_store()1608 _UW(__converted[__i]), __mem + __i * _UW_size, in _S_masked_store()[all …]
Completed in 9 milliseconds