Lines Matching refs:q7_t

65     q7_t const *pInB = (q7_t const *)pSrcB->pData;  /* input data matrix pointer B */  in arm_mat_mult_q7_2x2_mve()
66 q7_t *pInA = pSrcA->pData; /* input data matrix pointer A */ in arm_mat_mult_q7_2x2_mve()
67 q7_t *pOut = pDst->pData; /* output data matrix pointer */ in arm_mat_mult_q7_2x2_mve()
69 q7_t *pInA0 = pInA; in arm_mat_mult_q7_2x2_mve()
70 q7_t *pInA1 = pInA0 + MATRIX_DIM; in arm_mat_mult_q7_2x2_mve()
87 pOut[0 * MATRIX_DIM] = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7_2x2_mve()
88 pOut[1 * MATRIX_DIM] = (q7_t) __SSAT(acc1 >> 7, 8); in arm_mat_mult_q7_2x2_mve()
99 pOut[0 * MATRIX_DIM] = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7_2x2_mve()
100 pOut[1 * MATRIX_DIM] = (q7_t) __SSAT(acc1 >> 7, 8); in arm_mat_mult_q7_2x2_mve()
114 q7_t const *pInB = (q7_t const *)pSrcB->pData; /* input data matrix pointer B */ in arm_mat_mult_q7_3x3_mve()
115 q7_t *pInA = pSrcA->pData; /* input data matrix pointer A */ in arm_mat_mult_q7_3x3_mve()
116 q7_t *pOut = pDst->pData; /* output data matrix pointer */ in arm_mat_mult_q7_3x3_mve()
118 q7_t *pInA0 = pInA; in arm_mat_mult_q7_3x3_mve()
119 q7_t *pInA1 = pInA0 + MATRIX_DIM; in arm_mat_mult_q7_3x3_mve()
120 q7_t *pInA2 = pInA1 + MATRIX_DIM; in arm_mat_mult_q7_3x3_mve()
140 pOut[0 * MATRIX_DIM] = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7_3x3_mve()
141 pOut[1 * MATRIX_DIM] = (q7_t) __SSAT(acc1 >> 7, 8); in arm_mat_mult_q7_3x3_mve()
142 pOut[2 * MATRIX_DIM] = (q7_t) __SSAT(acc2 >> 7, 8); in arm_mat_mult_q7_3x3_mve()
154 pOut[0 * MATRIX_DIM] = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7_3x3_mve()
155 pOut[1 * MATRIX_DIM] = (q7_t) __SSAT(acc1 >> 7, 8); in arm_mat_mult_q7_3x3_mve()
156 pOut[2 * MATRIX_DIM] = (q7_t) __SSAT(acc2 >> 7, 8); in arm_mat_mult_q7_3x3_mve()
168 pOut[0 * MATRIX_DIM] = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7_3x3_mve()
169 pOut[1 * MATRIX_DIM] = (q7_t) __SSAT(acc1 >> 7, 8); in arm_mat_mult_q7_3x3_mve()
170 pOut[2 * MATRIX_DIM] = (q7_t) __SSAT(acc2 >> 7, 8); in arm_mat_mult_q7_3x3_mve()
184 q7_t const *pInB = (q7_t const *)pSrcB->pData; /* input data matrix pointer B */ in arm_mat_mult_q7_4x4_mve()
185 q7_t *pInA = pSrcA->pData; /* input data matrix pointer A */ in arm_mat_mult_q7_4x4_mve()
186 q7_t *pOut = pDst->pData; /* output data matrix pointer */ in arm_mat_mult_q7_4x4_mve()
188 q7_t *pInA0 = pInA; in arm_mat_mult_q7_4x4_mve()
189 q7_t *pInA1 = pInA0 + MATRIX_DIM; in arm_mat_mult_q7_4x4_mve()
190 q7_t *pInA2 = pInA1 + MATRIX_DIM; in arm_mat_mult_q7_4x4_mve()
191 q7_t *pInA3 = pInA2 + MATRIX_DIM; in arm_mat_mult_q7_4x4_mve()
212 pOut[0 * MATRIX_DIM] = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
213 pOut[1 * MATRIX_DIM] = (q7_t) __SSAT(acc1 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
214 pOut[2 * MATRIX_DIM] = (q7_t) __SSAT(acc2 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
215 pOut[3 * MATRIX_DIM] = (q7_t) __SSAT(acc3 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
228 pOut[0 * MATRIX_DIM] = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
229 pOut[1 * MATRIX_DIM] = (q7_t) __SSAT(acc1 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
230 pOut[2 * MATRIX_DIM] = (q7_t) __SSAT(acc2 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
231 pOut[3 * MATRIX_DIM] = (q7_t) __SSAT(acc3 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
244 pOut[0 * MATRIX_DIM] = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
245 pOut[1 * MATRIX_DIM] = (q7_t) __SSAT(acc1 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
246 pOut[2 * MATRIX_DIM] = (q7_t) __SSAT(acc2 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
247 pOut[3 * MATRIX_DIM] = (q7_t) __SSAT(acc3 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
260 pOut[0 * MATRIX_DIM] = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
261 pOut[1 * MATRIX_DIM] = (q7_t) __SSAT(acc1 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
262 pOut[2 * MATRIX_DIM] = (q7_t) __SSAT(acc2 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
263 pOut[3 * MATRIX_DIM] = (q7_t) __SSAT(acc3 >> 7, 8); in arm_mat_mult_q7_4x4_mve()
274 q7_t * pState) in arm_mat_mult_q7()
276 q7_t *pInA = pSrcA->pData; /* input data matrix pointer A of Q7 type */ in arm_mat_mult_q7()
277 q7_t *pInB = pSrcB->pData; /* input data matrix pointer B of Q7 type */ in arm_mat_mult_q7()
278 q7_t *pInA2; in arm_mat_mult_q7()
279 q7_t *pInB2; in arm_mat_mult_q7()
280 q7_t *px; /* Temporary output data matrix pointer */ in arm_mat_mult_q7()
281 q7_t *px2; /* Temporary output data matrix pointer */ in arm_mat_mult_q7()
287 q7_t *pSrcBT = pState; /* input data matrix pointer for transpose */ in arm_mat_mult_q7()
360 q7_t const *pSrcAVec, *pSrcBVec, *pSrcA2Vec, *pSrcB2Vec; in arm_mat_mult_q7()
372 pSrcAVec = (q7_t const *) pInA; in arm_mat_mult_q7()
373 pSrcA2Vec = (q7_t const *)pInA2; in arm_mat_mult_q7()
374 pSrcBVec = (q7_t const *) pInB; in arm_mat_mult_q7()
375 pSrcB2Vec = (q7_t const *)pInB2; in arm_mat_mult_q7()
421 *px++ = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7()
422 *px++ = (q7_t) __SSAT(acc2 >> 7, 8); in arm_mat_mult_q7()
423 *px2++ = (q7_t) __SSAT(acc1 >> 7, 8); in arm_mat_mult_q7()
424 *px2++ = (q7_t) __SSAT(acc3 >> 7, 8); in arm_mat_mult_q7()
457 q7_t const *pSrcAVec, *pSrcBVec; in arm_mat_mult_q7()
467 pSrcAVec = (q7_t const *) pInA; in arm_mat_mult_q7()
468 pSrcBVec = (q7_t const *) pInB; in arm_mat_mult_q7()
495 *px = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7()
520 q7_t const *pSrcAVec, *pSrcBVec; in arm_mat_mult_q7()
533 pSrcAVec = (q7_t const *) pInA; in arm_mat_mult_q7()
534 pSrcBVec = (q7_t const *) pInB; in arm_mat_mult_q7()
561 *px++ = (q7_t) __SSAT(acc0 >> 7, 8); in arm_mat_mult_q7()
579 …nstance_q7 *pSrcA, const arm_matrix_instance_q7 *pSrcB, arm_matrix_instance_q7 *pDst, q7_t *pState) in arm_mat_mult_q7()
582 q7_t *pIn1 = pSrcA->pData; /* input data matrix pointer A */ in arm_mat_mult_q7()
583 q7_t *pIn2 = pSrcB->pData; /* input data matrix pointer B */ in arm_mat_mult_q7()
584 q7_t *pInA = pSrcA->pData; /* input data matrix pointer A of Q7 type */ in arm_mat_mult_q7()
585 q7_t *pInB = pSrcB->pData; /* input data matrix pointer B of Q7 type */ in arm_mat_mult_q7()
586 q7_t *pOut = pDst->pData; /* output data matrix pointer */ in arm_mat_mult_q7()
587 q7_t *px; /* Temporary output data matrix pointer */ in arm_mat_mult_q7()
648 *px++ = (q7_t)__SSAT((sum >> 7), 8); in arm_mat_mult_q7()