Home
last modified time | relevance | path

Searched refs:is_always_strided (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__mdspan/
HDlayout_stride.h55 { _Mapping::is_always_strided() } -> same_as<bool>;
58 bool_constant<_Mapping::is_always_strided()>::value;
221 … _StridedLayoutMapping::is_always_unique() && _StridedLayoutMapping::is_always_strided()) in requires()
296 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } in is_always_strided() function
339 (_OtherMapping::extents_type::rank() == __rank_) && _OtherMapping::is_always_strided())
HDmdspan.h251 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { in is_always_strided() function
252 return mapping_type::is_always_strided(); in is_always_strided()
HDlayout_left.h168 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } in is_always_strided() function
HDlayout_right.h165 _LIBCPP_HIDE_FROM_ABI static constexpr bool is_always_strided() noexcept { return true; } in is_always_strided() function
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDmdspan127 static constexpr bool is_always_strided() noexcept { return true; }
181 static constexpr bool is_always_strided() noexcept { return true; }
237 static constexpr bool is_always_strided() noexcept { return true; }
346 static constexpr bool is_always_strided() noexcept
347 { return mapping_type::is_always_strided(); }