Searched refs:x_sc (Results 1 – 1 of 1) sorted by relevance
165 float32_t x_sc; in arm_spline_f32() local222 x_sc = *pXq++; in arm_spline_f32()224 …*pDst = y[i]+b[i]*(x_sc-x[i])+c[i]*(x_sc-x[i])*(x_sc-x[i])+d[i]*(x_sc-x[i])*(x_sc-x[i])*(x_sc-x[i]… in arm_spline_f32()272 x_sc = *pXq++; in arm_spline_f32()274 …*pDst = y[i-1]+b[i-1]*(x_sc-x[i-1])+c[i-1]*(x_sc-x[i-1])*(x_sc-x[i-1])+d[i-1]*(x_sc-x[i-1])*(x_sc-… in arm_spline_f32()