Lines Matching refs:q7_t
55 const q7_t *pSrcVec, in arm_mat_vec_mult_q7()
56 q7_t *pDstVec) in arm_mat_vec_mult_q7()
58 const q7_t *pMatSrc = pSrcMat->pData; in arm_mat_vec_mult_q7()
59 const q7_t *pMat0, *pMat1; in arm_mat_vec_mult_q7()
62 q7_t *px; in arm_mat_vec_mult_q7()
74 q7_t const *pMat0Vec, *pMat1Vec, *pMat2Vec, *pMat3Vec, *pVec; in arm_mat_vec_mult_q7()
75 const q7_t *pMat2, *pMat3; in arm_mat_vec_mult_q7()
76 q7_t const *pSrcVecPtr = pSrcVec; in arm_mat_vec_mult_q7()
160 q7_t const *pMat0Vec, *pMat1Vec, *pVec; in arm_mat_vec_mult_q7()
161 q7_t const *pSrcVecPtr = pSrcVec; in arm_mat_vec_mult_q7()
229 q7_t const *pMat0Vec, *pVec; in arm_mat_vec_mult_q7()
230 q7_t const *pSrcVecPtr = pSrcVec; in arm_mat_vec_mult_q7()
279 …IBUTE void arm_mat_vec_mult_q7(const arm_matrix_instance_q7 *pSrcMat, const q7_t *pVec, q7_t *pDst) in arm_mat_vec_mult_q7()
283 const q7_t *pSrcA = pSrcMat->pData; in arm_mat_vec_mult_q7()
284 const q7_t *pInA1; /* input data matrix pointer of Q7 type */ in arm_mat_vec_mult_q7()
285 const q7_t *pInA2; /* input data matrix pointer of Q7 type */ in arm_mat_vec_mult_q7()
286 const q7_t *pInA3; /* input data matrix pointer of Q7 type */ in arm_mat_vec_mult_q7()
287 const q7_t *pInA4; /* input data matrix pointer of Q7 type */ in arm_mat_vec_mult_q7()
288 const q7_t *pInVec; /* input data vector pointer of Q7 type */ in arm_mat_vec_mult_q7()
289 q7_t *px; /* output data pointer */ in arm_mat_vec_mult_q7()
371 *px++ = (q7_t)(__SSAT((sum1 >> 7), 8)); in arm_mat_vec_mult_q7()
372 *px++ = (q7_t)(__SSAT((sum2 >> 7), 8)); in arm_mat_vec_mult_q7()
373 *px++ = (q7_t)(__SSAT((sum3 >> 7), 8)); in arm_mat_vec_mult_q7()
374 *px++ = (q7_t)(__SSAT((sum4 >> 7), 8)); in arm_mat_vec_mult_q7()
411 *px++ = (q7_t)(__SSAT((sum >> 7), 8)); in arm_mat_vec_mult_q7()