Lines Matching refs:pIn
69 const float64_t *pIn = pSrc; /* Source pointer */ in arm_f64_to_q31() local
87 in = (*pIn++ * 2147483648.0); in arm_f64_to_q31()
91 in = (*pIn++ * 2147483648.0); in arm_f64_to_q31()
95 in = (*pIn++ * 2147483648.0); in arm_f64_to_q31()
99 in = (*pIn++ * 2147483648.0); in arm_f64_to_q31()
107 *pDst++ = clip_q63_to_q31((q63_t) (*pIn++ * 2147483648.0)); in arm_f64_to_q31()
108 *pDst++ = clip_q63_to_q31((q63_t) (*pIn++ * 2147483648.0)); in arm_f64_to_q31()
109 *pDst++ = clip_q63_to_q31((q63_t) (*pIn++ * 2147483648.0)); in arm_f64_to_q31()
110 *pDst++ = clip_q63_to_q31((q63_t) (*pIn++ * 2147483648.0)); in arm_f64_to_q31()
135 in = (*pIn++ * 2147483648.0); in arm_f64_to_q31()
143 *pDst++ = clip_q63_to_q31((q63_t) (*pIn++ * 2147483648.0)); in arm_f64_to_q31()