Home | History | Annotate | Download | only in common

Lines Matching refs:t_sup

676                 final float t_sup = SPLINE_TIME[index + 1];
677 final float timeCoef = t_inf + (x - x_inf) / (x_sup - x_inf) * (t_sup - t_inf);
921 final float t_sup = (float) (index + 1) / NB_SAMPLES;
924 velocityCoef = (d_sup - d_inf) / (t_sup - t_inf);