Lines Matching refs:in
70 float64_t in; in arm_f64_to_q7() local
85 in = (*pIn++ * 128); in arm_f64_to_q7()
86 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q7()
87 *pDst++ = (q7_t) (__SSAT((q15_t) (in), 8)); in arm_f64_to_q7()
89 in = (*pIn++ * 128); in arm_f64_to_q7()
90 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q7()
91 *pDst++ = (q7_t) (__SSAT((q15_t) (in), 8)); in arm_f64_to_q7()
93 in = (*pIn++ * 128); in arm_f64_to_q7()
94 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q7()
95 *pDst++ = (q7_t) (__SSAT((q15_t) (in), 8)); in arm_f64_to_q7()
97 in = (*pIn++ * 128); in arm_f64_to_q7()
98 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q7()
99 *pDst++ = (q7_t) (__SSAT((q15_t) (in), 8)); in arm_f64_to_q7()
131 in = (*pIn++ * 128); in arm_f64_to_q7()
132 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q7()
133 *pDst++ = (q7_t) (__SSAT((q15_t) (in), 8)); in arm_f64_to_q7()