Lines Matching refs:pIn
67 const float64_t *pIn = pSrc; /* Source pointer */ in arm_f64_to_q7() local
85 in = (*pIn++ * 128); in arm_f64_to_q7()
89 in = (*pIn++ * 128); in arm_f64_to_q7()
93 in = (*pIn++ * 128); in arm_f64_to_q7()
97 in = (*pIn++ * 128); in arm_f64_to_q7()
103 *pDst++ = __SSAT((q31_t) (*pIn++ * 128.0), 8); in arm_f64_to_q7()
104 *pDst++ = __SSAT((q31_t) (*pIn++ * 128.0), 8); in arm_f64_to_q7()
105 *pDst++ = __SSAT((q31_t) (*pIn++ * 128.0), 8); in arm_f64_to_q7()
106 *pDst++ = __SSAT((q31_t) (*pIn++ * 128.0), 8); in arm_f64_to_q7()
131 in = (*pIn++ * 128); in arm_f64_to_q7()
137 *pDst++ = (q7_t) __SSAT((q31_t) (*pIn++ * 128.0), 8); in arm_f64_to_q7()