Home
last modified time | relevance | path

Searched refs:pSrcBT (Results 1 – 4 of 4) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/MatrixFunctions/
Darm_mat_mult_fast_q15.c74 q15_t *pSrcBT = pState; /* Input data matrix pointer for transpose */ in arm_mat_mult_fast_q15() local
115 px = pSrcBT + i; in arm_mat_mult_fast_q15()
236 pInB = pSrcBT; in arm_mat_mult_fast_q15()
257 pInB = pSrcBT + j; in arm_mat_mult_fast_q15()
381 pInB = pSrcBT + numRowsB * (numColsB-1); in arm_mat_mult_fast_q15()
425 pInB = pSrcBT; in arm_mat_mult_fast_q15()
Darm_mat_mult_q7.c287 q7_t *pSrcBT = pState; /* input data matrix pointer for transpose */ in arm_mat_mult_q7() local
322 BT.pData = pSrcBT; in arm_mat_mult_q7()
351 pInB = pSrcBT; in arm_mat_mult_q7()
369 pInB = pSrcBT + j; in arm_mat_mult_q7()
464 pInB = pSrcBT + numRowsB * (numColsB - 1); in arm_mat_mult_q7()
528 pInB = pSrcBT + i; in arm_mat_mult_q7()
Darm_mat_cmplx_mult_q15.c321 q15_t *pSrcBT = pScratch; /* input data matrix pointer for transpose */ in arm_mat_cmplx_mult_q15() local
359 px = pSrcBT + i; in arm_mat_cmplx_mult_q15()
441 pInB = pSrcBT; in arm_mat_cmplx_mult_q15()
Darm_mat_mult_q15.c602 q15_t *pSrcBT = pState; /* Input data matrix pointer for transpose */ local
635 px = pSrcBT + i;
725 pInB = pSrcBT;