Lines Matching refs:in
70 float64_t in; in arm_f64_to_q15() local
84 in = (*pIn++ * 32768.0); in arm_f64_to_q15()
85 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q15()
86 *pDst++ = (q15_t) (__SSAT((q31_t) (in), 16)); in arm_f64_to_q15()
88 in = (*pIn++ * 32768.0); in arm_f64_to_q15()
89 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q15()
90 *pDst++ = (q15_t) (__SSAT((q31_t) (in), 16)); in arm_f64_to_q15()
92 in = (*pIn++ * 32768.0); in arm_f64_to_q15()
93 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q15()
94 *pDst++ = (q15_t) (__SSAT((q31_t) (in), 16)); in arm_f64_to_q15()
96 in = (*pIn++ * 32768.0); in arm_f64_to_q15()
97 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q15()
98 *pDst++ = (q15_t) (__SSAT((q31_t) (in), 16)); in arm_f64_to_q15()
130 in = (*pIn++ * 32768.0); in arm_f64_to_q15()
131 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q15()
132 *pDst++ = (q15_t) (__SSAT((q31_t) (in), 16)); in arm_f64_to_q15()