Searched refs:__strides (Results 1 – 1 of 1) sorted by relevance
99 …d_span_size_is_representable(const extents_type& __ext, span<_OtherIndexType, __rank_> __strides) { in __required_span_size_is_representable() argument108 …if (static_cast<_CommonType>(__strides[__r]) > static_cast<_CommonType>(numeric_limits<index_type>… in __required_span_size_is_representable()115 … __builtin_mul_overflow(__prod, static_cast<index_type>(__strides[__r]), std::addressof(__prod)); in __required_span_size_is_representable()180 …ABI constexpr mapping(const extents_type& __ext, span<_OtherIndexType, __rank_> __strides) noexcept in requires()183 static_cast<index_type>(std::as_const(__strides[_Pos]))...}; in requires()189 return ((__strides[_Pos] > static_cast<_OtherIndexType>(0)) && ... && true);191 … return ((static_cast<index_type>(__strides[_Pos]) > static_cast<index_type>(0)) && ... && true);196 __required_span_size_is_representable(__ext, __strides),207 if (static_cast<index_type>(__strides[__permute[__i]]) <208 … static_cast<index_type>(__strides[__permute[__i - 1]]) * __extents_.extent(__permute[__i - 1]))[all …]