Home | History | Annotate | Download | only in internal

Lines Matching refs:Cols

91 template <int Rows, int Cols, VectorShape Shape>
93 RegisterBlock<std::int32_t, Rows, Cols>> {
94 typedef RegisterBlock<std::int32_t, Rows, Cols> InputType;
95 typedef RegisterBlock<std::int32_t, Rows, Cols> OutputType;
228 template <int Rows, int Cols, typename VectorType>
230 RegisterBlock<std::int32_t, Rows, Cols>> {
231 typedef RegisterBlock<std::int32_t, Rows, Cols> InputType;
232 typedef RegisterBlock<std::int32_t, Rows, Cols> OutputType;
428 template <typename ScalarType, int Rows, int Cols, typename DstType>
429 struct StoreFinalOutputImpl<RegisterBlock<ScalarType, Rows, Cols>, DstType> {
430 using RegisterBlockType = RegisterBlock<ScalarType, Rows, Cols>;
434 for (int c = 0; c < Cols; c++) {