Searched refs:numRowsB (Results 1 – 4 of 4) sorted by relevance
/cmsis-2.7.6/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_mult_fast_q15.c | 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() [all …]
|
D | arm_mat_cmplx_mult_q15.c | 77 uint32_t numRowsB = pSrcB->numRows; /* number of rows of input matrix A */ in arm_mat_cmplx_mult_q15() local 78 uint32_t col, i = 0u, j, row = numRowsB; /* loop counters */ in arm_mat_cmplx_mult_q15() 328 uint16_t numRowsB = pSrcB->numRows; /* number of rows of input matrix A */ in arm_mat_cmplx_mult_q15() local 330 uint32_t col, i = 0U, row = numRowsB, colCnt; /* Loop counters */ in arm_mat_cmplx_mult_q15() 374 px += numRowsB * 2; in arm_mat_cmplx_mult_q15() 380 px += numRowsB * 2; in arm_mat_cmplx_mult_q15() 386 px += numRowsB * 2; in arm_mat_cmplx_mult_q15() 392 px += numRowsB * 2; in arm_mat_cmplx_mult_q15() 415 px += numRowsB * 2; in arm_mat_cmplx_mult_q15()
|
D | arm_mat_mult_q7.c | 285 uint32_t numRowsB = pSrcB->numRows; /* number of rows of input matrix A */ in arm_mat_mult_q7() local 286 uint32_t col, i = 0u, j, row = numRowsB; /* loop counters */ in arm_mat_mult_q7() 321 BT.numCols = numRowsB; in arm_mat_mult_q7() 352 pInB2 = pInB + numRowsB; in arm_mat_mult_q7() 370 pInB2 = pInB + numRowsB; in arm_mat_mult_q7() 425 j += numRowsB * 2; in arm_mat_mult_q7() 464 pInB = pSrcBT + numRowsB * (numColsB - 1); in arm_mat_mult_q7()
|
D | arm_mat_mult_q15.c | 609 uint16_t numRowsB = pSrcB->numRows; /* Number of rows of input matrix B */ local 610 uint32_t col, i = 0U, row = numRowsB, colCnt; /* Loop counters */ 655 px += numRowsB; 665 px += numRowsB; 676 px += numRowsB; 683 px += numRowsB; 699 px += numRowsB;
|