Searched refs:RHSRow (Results 1 – 1 of 1) sorted by relevance
48 bool canMatrixMul(uint32_t LHSRow, uint32_t LHSCol, uint32_t RHSRow, uint32_t RHSCol, bool adjX, in canMatrixMul() argument50 if (LHSRow == 0 || LHSCol == 0 || RHSRow == 0 || RHSCol == 0) { in canMatrixMul()57 RHSRow = RHSCol; in canMatrixMul()59 return LHSCol == RHSRow; in canMatrixMul()