Searched defs:x_b_dot (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vega/
H A Darc.c561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; local
595 x_b_dot = -a_sin_eta_b * arc->cos_theta -
615 double xADot = x_b_dot;
629 x_b_dot = -a_sin_eta_b * arc->cos_theta -
637 (float) (x_b - alpha * x_b_dot), (float) (y_b - alpha * y_b_dot),

Completed in 97 milliseconds