Lines Matching refs:numColsB
353 uint32_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_mult_opt_q31() local
373 if(numRowsA == numColsB && numColsB == numColsA) { in arm_mat_mult_opt_q31()
392 BT.numRows = numColsB; in arm_mat_mult_opt_q31()
405 px2 = px + numColsB; in arm_mat_mult_opt_q31()
417 col = numColsB >> 1; in arm_mat_mult_opt_q31()
508 px = px2 + (numColsB & 1u); in arm_mat_mult_opt_q31()
509 px2 = px + numColsB; in arm_mat_mult_opt_q31()
519 if (numColsB & 1u) { in arm_mat_mult_opt_q31()
521 px = pDst->pData + numColsB - 1; in arm_mat_mult_opt_q31()
535 pInB = pSrcBT + numRowsB * (numColsB - 1); in arm_mat_mult_opt_q31()
568 px += numColsB; in arm_mat_mult_opt_q31()
579 col = numColsB; in arm_mat_mult_opt_q31()
584 px = pDst->pData + (numColsB) * (numRowsA - 1); in arm_mat_mult_opt_q31()
662 uint16_t numColsB = pSrcB->numCols; /* Number of columns of input matrix B */ in arm_mat_mult_opt_q31() local
690 col = numColsB; in arm_mat_mult_opt_q31()
716 pIn2 += numColsB; in arm_mat_mult_opt_q31()
719 pIn2 += numColsB; in arm_mat_mult_opt_q31()
722 pIn2 += numColsB; in arm_mat_mult_opt_q31()
725 pIn2 += numColsB; in arm_mat_mult_opt_q31()
747 pIn2 += numColsB; in arm_mat_mult_opt_q31()
760 pIn2 = pInB + (numColsB - col); in arm_mat_mult_opt_q31()
765 i = i + numColsB; in arm_mat_mult_opt_q31()