Home
last modified time | relevance | path

Searched refs:pXq (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/InterpolationFunctions/
Darm_spline_interp_f32.c161 const float32_t * pXq = xq; in arm_spline_f32() local
192 while( *(pXq+4) <= x[i+1] && blkCnt > 4 ) in arm_spline_f32()
195 xqv = vld1q_f32(pXq); in arm_spline_f32()
196 pXq+=4; in arm_spline_f32()
220 while( *pXq <= x[i+1] && blkCnt > 0 ) in arm_spline_f32()
222 x_sc = *pXq++; in arm_spline_f32()
239 xqv = vld1q_f32(pXq); in arm_spline_f32()
240 pXq+=4; in arm_spline_f32()
272 x_sc = *pXq++; in arm_spline_f32()