Lines Matching refs:temp
176 float32x4_t temp = {0.0f, 0.0f, 0.0f, 0.0f}; in arm_spline_f32() local
200 temp = diff; in arm_spline_f32()
205 yv = vmlaq_f32(yv, biv, temp); in arm_spline_f32()
207 temp = vmulq_f32(temp, diff); in arm_spline_f32()
208 yv = vmlaq_f32(yv, civ, temp); in arm_spline_f32()
210 temp = vmulq_f32(temp, diff); in arm_spline_f32()
211 yv = vmlaq_f32(yv, div, temp); in arm_spline_f32()
244 temp = diff; in arm_spline_f32()
249 yv = vmlaq_f32(yv, biv, temp); in arm_spline_f32()
251 temp = vmulq_f32(temp, diff); in arm_spline_f32()
252 yv = vmlaq_f32(yv, civ, temp); in arm_spline_f32()
254 temp = vmulq_f32(temp, diff); in arm_spline_f32()
255 yv = vmlaq_f32(yv, div, temp); in arm_spline_f32()