Searched refs:_NParts (Results 1 – 1 of 1) sorted by relevance
557 size_t _NParts = 0, // allows to convert fewer or more (only last565 if constexpr (is_arithmetic_v<_To> && _NParts != 1) in __convert_all()569 = _NParts == 0 ? _FromVT::_S_partial_width - _Offset : _NParts; in __convert_all()578 return __convert_all<_To, _NParts>(__as_wrapper(__v)); in __convert_all()579 else if constexpr (_NParts == 1) in __convert_all()598 = _NParts != 0 in __convert_all()599 ? _NParts in __convert_all()768 constexpr size_t _Np = _NParts == 0 ? _NTotal : _NParts; in __convert_all()1603 constexpr size_t _NParts = _S_full_size<_Tp> / _UW_size; in _S_masked_store() local1611 __extract_part<__i, _NParts>(__k.__as_full_vector()))); in _S_masked_store()[all …]
Completed in 10 milliseconds