Lines Matching refs:numRowsB
81 uint16_t numRowsB = pSrcB->numRows; /* Number of rows of input matrix B */ in arm_mat_mult_fast_q15() local
82 uint32_t col, i = 0U, row = numRowsB, colCnt; /* Loop counters */ in arm_mat_mult_fast_q15()
138 px += numRowsB; in arm_mat_mult_fast_q15()
148 px += numRowsB; in arm_mat_mult_fast_q15()
156 px += numRowsB; in arm_mat_mult_fast_q15()
163 px += numRowsB; in arm_mat_mult_fast_q15()
174 px += numRowsB; in arm_mat_mult_fast_q15()
178 px += numRowsB; in arm_mat_mult_fast_q15()
182 px += numRowsB; in arm_mat_mult_fast_q15()
186 px += numRowsB; in arm_mat_mult_fast_q15()
204 px += numRowsB; in arm_mat_mult_fast_q15()
259 pInB2 = pInB + numRowsB; in arm_mat_mult_fast_q15()
341 j += numRowsB * 2; in arm_mat_mult_fast_q15()
381 pInB = pSrcBT + numRowsB * (numColsB-1); in arm_mat_mult_fast_q15()