Lines Matching refs:numColsB
79 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_mult_fast_q15() local
118 col = numColsB >> 2U; in arm_mat_mult_fast_q15()
196 col = numColsB % 0x4U; in arm_mat_mult_fast_q15()
225 px2 = px + numColsB; in arm_mat_mult_fast_q15()
233 col = numColsB; in arm_mat_mult_fast_q15()
353 px = px2 + (numColsB & 1U); in arm_mat_mult_fast_q15()
354 px2 = px + numColsB; in arm_mat_mult_fast_q15()
367 if (numColsB & 1U) { in arm_mat_mult_fast_q15()
373 px = pDst->pData + numColsB-1; in arm_mat_mult_fast_q15()
381 pInB = pSrcBT + numRowsB * (numColsB-1); in arm_mat_mult_fast_q15()
412 px += numColsB; in arm_mat_mult_fast_q15()
423 px = pDst->pData + (numColsB) * (numRowsA-1); in arm_mat_mult_fast_q15()
426 col = numColsB; in arm_mat_mult_fast_q15()