Searched refs:pXq (Results 1 – 1 of 1) sorted by relevance
161 const float32_t * pXq = xq; in arm_spline_f32() local192 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()