Lines Matching refs:numColsB
79 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_mult_fast_q31() local
103 px2 = px + numColsB; in arm_mat_mult_fast_q31()
110 col = numColsB; in arm_mat_mult_fast_q31()
144 pInB += numColsB; in arm_mat_mult_fast_q31()
175 px = px2 + (numColsB & 1U); in arm_mat_mult_fast_q31()
176 px2 = px + numColsB; in arm_mat_mult_fast_q31()
185 if (numColsB & 1U) { in arm_mat_mult_fast_q31()
191 px = pDst->pData + numColsB-1; in arm_mat_mult_fast_q31()
199 pInB = pSrcB->pData + numColsB-1; in arm_mat_mult_fast_q31()
217 pInB += numColsB; in arm_mat_mult_fast_q31()
224 pInB += numColsB; in arm_mat_mult_fast_q31()
231 pInB += numColsB; in arm_mat_mult_fast_q31()
238 pInB += numColsB; in arm_mat_mult_fast_q31()
260 pInB += numColsB; in arm_mat_mult_fast_q31()
267 px += numColsB; in arm_mat_mult_fast_q31()
278 px = pDst->pData + (numColsB) * (numRowsA-1); in arm_mat_mult_fast_q31()
280 col = numColsB; in arm_mat_mult_fast_q31()
305 pInB += numColsB; in arm_mat_mult_fast_q31()
307 pInB += numColsB; in arm_mat_mult_fast_q31()
319 pInB += numColsB; in arm_mat_mult_fast_q31()
321 pInB += numColsB; in arm_mat_mult_fast_q31()
350 pInB += numColsB; in arm_mat_mult_fast_q31()