Searched refs:numRowsB (Results 1 – 7 of 7) sorted by relevance
/cmsis-dsp-latest/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_q15.c | 337 uint32_t numRowsB = pSrcB->numRows; /* number of rows of input matrix A */ in arm_mat_mult_q15() local 338 uint32_t col, i = 0u, j, row = numRowsB; /* loop counters */ in arm_mat_mult_q15() 378 BT.numCols = numRowsB; in arm_mat_mult_q15() 409 pInB2 = pInB + numRowsB; in arm_mat_mult_q15() 426 pInB2 = pInB + numRowsB; in arm_mat_mult_q15() 479 j += numRowsB * 2; in arm_mat_mult_q15() 516 pInB = pSrcBT + numRowsB * (numColsB - 1); in arm_mat_mult_q15() 641 uint16_t numRowsB = pSrcB->numRows; /* Number of rows of input matrix B */ local 642 uint32_t col, i = 0U, row = numRowsB, colCnt; /* Loop counters */ 664 BT.numCols = numRowsB;
|
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_opt_q31.c | 355 uint32_t numRowsB = pSrcB->numRows; /* number of rows of input matrix A */ in arm_mat_mult_opt_q31() local 356 uint32_t col, i = 0u, j, row = numRowsB; /* loop counters */ in arm_mat_mult_opt_q31() 393 BT.numCols = numRowsB; in arm_mat_mult_opt_q31() 436 pInB2 = pInB + numRowsB; in arm_mat_mult_opt_q31() 499 j += numRowsB * 2; in arm_mat_mult_opt_q31() 535 pInB = pSrcBT + numRowsB * (numColsB - 1); in arm_mat_mult_opt_q31()
|
/cmsis-dsp-latest/dsppp/Include/dsppp/Helium/ |
D | matrix_multiply_fixed.hpp | 340 uint32_t numRowsB = pSrcB.rows(); /* number of rows of input matrix A */ 341 uint32_t col, i = 0u, j, row = numRowsB; /* loop counters */ 396 pInB2 = pInB + numRowsB; 413 pInB2 = pInB + numRowsB; 467 j += numRowsB * 2; 506 pInB = pSrcBT + numRowsB * (numColsB - 1);
|
/cmsis-dsp-latest/dsppp/Include/dsppp/DSP/ |
D | matrix_multiply.hpp | 278 uint16_t numRowsB = pSrcB.rows(); /* Number of rows of input matrix B */ in _dot_m_m() local 279 uint32_t col, i = 0U, row = numRowsB, colCnt; /* Loop counters */ in _dot_m_m()
|