Lines Matching refs:pIn
67 const float64_t *pIn = pSrc; /* Source pointer */ in arm_f64_to_q15() local
84 in = (*pIn++ * 32768.0); in arm_f64_to_q15()
88 in = (*pIn++ * 32768.0); in arm_f64_to_q15()
92 in = (*pIn++ * 32768.0); in arm_f64_to_q15()
96 in = (*pIn++ * 32768.0); in arm_f64_to_q15()
102 *pDst++ = (q15_t) __SSAT((q31_t) (*pIn++ * 32768.0), 16); in arm_f64_to_q15()
103 *pDst++ = (q15_t) __SSAT((q31_t) (*pIn++ * 32768.0), 16); in arm_f64_to_q15()
104 *pDst++ = (q15_t) __SSAT((q31_t) (*pIn++ * 32768.0), 16); in arm_f64_to_q15()
105 *pDst++ = (q15_t) __SSAT((q31_t) (*pIn++ * 32768.0), 16); in arm_f64_to_q15()
130 in = (*pIn++ * 32768.0); in arm_f64_to_q15()
138 *pDst++ = (q15_t) __SSAT((q31_t) (*pIn++ * 32768.0), 16); in arm_f64_to_q15()