Lines Matching refs:in
72 float64_t in; in arm_f64_to_q31() local
87 in = (*pIn++ * 2147483648.0); in arm_f64_to_q31()
88 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q31()
89 *pDst++ = clip_q63_to_q31((q63_t) (in)); in arm_f64_to_q31()
91 in = (*pIn++ * 2147483648.0); in arm_f64_to_q31()
92 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q31()
93 *pDst++ = clip_q63_to_q31((q63_t) (in)); in arm_f64_to_q31()
95 in = (*pIn++ * 2147483648.0); in arm_f64_to_q31()
96 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q31()
97 *pDst++ = clip_q63_to_q31((q63_t) (in)); in arm_f64_to_q31()
99 in = (*pIn++ * 2147483648.0); in arm_f64_to_q31()
100 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q31()
101 *pDst++ = clip_q63_to_q31((q63_t) (in)); in arm_f64_to_q31()
135 in = (*pIn++ * 2147483648.0); in arm_f64_to_q31()
136 in += in > 0.0 ? 0.5 : -0.5; in arm_f64_to_q31()
137 *pDst++ = clip_q63_to_q31((q63_t) (in)); in arm_f64_to_q31()