Searched refs:alignedRowsL (Results 1 – 1 of 1) sorted by relevance
15052 const size_t alignedRowsL = (rowsL == 3) ? 4 : rowsL; in calc() local15056 DE_ASSERT(getOutCompCount() == alignedColsR * alignedRowsL); in calc()15057 DE_ASSERT(getArgCompCount(0) == alignedColsL * alignedRowsL); in calc()15068 const size_t ndx (colNdx * alignedRowsL + rowNdx); in calc()15073 const size_t ndxl (commonNdx * alignedRowsL + rowNdx); in calc()15096 const size_t ndx (colNdx * alignedRowsL + rowNdx); in calc()15101 const size_t ndxl (commonNdx * alignedRowsL + rowNdx); in calc()