Lines Matching refs:pInB

72   q31_t *pInB = pSrcB->pData;                    /* Input data matrix pointer B */  in arm_mat_mult_fast_q31()  local
113 pInB = pSrcB->pData; in arm_mat_mult_fast_q31()
130 pInB = pSrcB->pData + j; in arm_mat_mult_fast_q31()
141 inB1 = pInB[0]; in arm_mat_mult_fast_q31()
143 inB2 = pInB[1]; in arm_mat_mult_fast_q31()
144 pInB += numColsB; in arm_mat_mult_fast_q31()
199 pInB = pSrcB->pData + numColsB-1; in arm_mat_mult_fast_q31()
213 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31()
215 sum1 = (q31_t) ((((q63_t) sum1 << 32) + ((q63_t) *pInA++ * *pInB)) >> 32); in arm_mat_mult_fast_q31()
217 pInB += numColsB; in arm_mat_mult_fast_q31()
220 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31()
222 sum1 = (q31_t) ((((q63_t) sum1 << 32) + ((q63_t) *pInA++ * *pInB)) >> 32); in arm_mat_mult_fast_q31()
224 pInB += numColsB; in arm_mat_mult_fast_q31()
227 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31()
229 sum1 = (q31_t) ((((q63_t) sum1 << 32) + ((q63_t) *pInA++ * *pInB)) >> 32); in arm_mat_mult_fast_q31()
231 pInB += numColsB; in arm_mat_mult_fast_q31()
234 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31()
236 sum1 = (q31_t) ((((q63_t) sum1 << 32) + ((q63_t) *pInA++ * *pInB)) >> 32); in arm_mat_mult_fast_q31()
238 pInB += numColsB; in arm_mat_mult_fast_q31()
256 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31()
258 sum1 = (q31_t) ((((q63_t) sum1 << 32) + ((q63_t) *pInA++ * *pInB)) >> 32); in arm_mat_mult_fast_q31()
260 pInB += numColsB; in arm_mat_mult_fast_q31()
289 pInB = pSrcB->pData + i; in arm_mat_mult_fast_q31()
304 inB1 = *pInB; in arm_mat_mult_fast_q31()
305 pInB += numColsB; in arm_mat_mult_fast_q31()
306 inB2 = *pInB; in arm_mat_mult_fast_q31()
307 pInB += numColsB; in arm_mat_mult_fast_q31()
318 inB1 = *pInB; in arm_mat_mult_fast_q31()
319 pInB += numColsB; in arm_mat_mult_fast_q31()
320 inB2 = *pInB; in arm_mat_mult_fast_q31()
321 pInB += numColsB; in arm_mat_mult_fast_q31()
346 sum1 = __SMMLA(*pInA++, *pInB, sum1); in arm_mat_mult_fast_q31()
348 sum1 = (q31_t) ((((q63_t) sum1 << 32) + ((q63_t) *pInA++ * *pInB)) >> 32); in arm_mat_mult_fast_q31()
350 pInB += numColsB; in arm_mat_mult_fast_q31()