Lines Matching refs:numColsB
75 uint32_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_cmplx_mult_q15() local
101 vecColBOffs[2] = numColsB * CMPLX_DIM; in arm_mat_cmplx_mult_q15()
102 vecColBOffs[3] = (numColsB * CMPLX_DIM) + 1; in arm_mat_cmplx_mult_q15()
103 vecColBOffs[4] = 2 * numColsB * CMPLX_DIM; in arm_mat_cmplx_mult_q15()
104 vecColBOffs[5] = 2 * (numColsB * CMPLX_DIM) + 1; in arm_mat_cmplx_mult_q15()
105 vecColBOffs[6] = 3 * numColsB * CMPLX_DIM; in arm_mat_cmplx_mult_q15()
106 vecColBOffs[7] = 3 * (numColsB * CMPLX_DIM) + 1; in arm_mat_cmplx_mult_q15()
127 col = numColsB >> 1; in arm_mat_cmplx_mult_q15()
180 vecOffs = vaddq_n_u16(vecOffs, (uint16_t) (numColsB * 4 * CMPLX_DIM)); in arm_mat_cmplx_mult_q15()
206 vecOffs = vaddq_n_u16(vecOffs, (uint16_t) (numColsB * 4 * CMPLX_DIM)); in arm_mat_cmplx_mult_q15()
221 col = numColsB & 1; in arm_mat_cmplx_mult_q15()
272 vecOffs = vaddq_n_u16(vecOffs, (uint16_t) (numColsB * 4 * CMPLX_DIM)); in arm_mat_cmplx_mult_q15()
326 uint16_t numColsB = pSrcB->numCols; /* number of columns of input matrix B */ in arm_mat_cmplx_mult_q15() local
364 col = numColsB >> 2; in arm_mat_cmplx_mult_q15()
400 col = numColsB % 0x4U; in arm_mat_cmplx_mult_q15()
405 col = numColsB; in arm_mat_cmplx_mult_q15()
438 col = numColsB; in arm_mat_cmplx_mult_q15()