Lines Matching refs:pIn
138 const float32_t *pIn = pSrc; /* Src pointer */ in arm_float_to_q31() local
164 inV = vld1q_f32(pIn); in arm_float_to_q31()
169 pIn += 4; in arm_float_to_q31()
180 inV = vld1q_f32(pIn); in arm_float_to_q31()
186 pIn += 4; in arm_float_to_q31()
205 in = *pIn++; in arm_float_to_q31()
214 *pDst++ = clip_q63_to_q31((q63_t) (*pIn++ * 2147483648.0f)); in arm_float_to_q31()
231 const float32_t *pIn = pSrc; /* Source pointer */ in arm_float_to_q31() local
249 in = (*pIn++ * 2147483648.0f); in arm_float_to_q31()
253 in = (*pIn++ * 2147483648.0f); in arm_float_to_q31()
257 in = (*pIn++ * 2147483648.0f); in arm_float_to_q31()
261 in = (*pIn++ * 2147483648.0f); in arm_float_to_q31()
269 *pDst++ = clip_q63_to_q31((q63_t) (*pIn++ * 2147483648.0f)); in arm_float_to_q31()
270 *pDst++ = clip_q63_to_q31((q63_t) (*pIn++ * 2147483648.0f)); in arm_float_to_q31()
271 *pDst++ = clip_q63_to_q31((q63_t) (*pIn++ * 2147483648.0f)); in arm_float_to_q31()
272 *pDst++ = clip_q63_to_q31((q63_t) (*pIn++ * 2147483648.0f)); in arm_float_to_q31()
297 in = (*pIn++ * 2147483648.0f); in arm_float_to_q31()
305 *pDst++ = clip_q63_to_q31((q63_t) (*pIn++ * 2147483648.0f)); in arm_float_to_q31()