Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/InterpolationFunctions/
Darm_spline_interp_f32.c178 float32x4_t yv; in arm_spline_f32() local
203 yv = aiv; in arm_spline_f32()
205 yv = vmlaq_f32(yv, biv, temp); in arm_spline_f32()
208 yv = vmlaq_f32(yv, civ, temp); in arm_spline_f32()
211 yv = vmlaq_f32(yv, div, temp); in arm_spline_f32()
214 vst1q_f32(pDst, yv); in arm_spline_f32()
247 yv = aiv; in arm_spline_f32()
249 yv = vmlaq_f32(yv, biv, temp); in arm_spline_f32()
252 yv = vmlaq_f32(yv, civ, temp); in arm_spline_f32()
255 yv = vmlaq_f32(yv, div, temp); in arm_spline_f32()
[all …]