Searched defs:x_b (Results 1 - 2 of 2) sorted by relevance
/external/clang/test/Sema/ |
H A D | cast.c | 169 typedef enum { x_a, x_b } X; enumerator in enum:__anon2807
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
H A D | arc.c | 561 b_cos_eta_b, x_b, y_b, x_b_dot, y_b_dot, lx, ly; local 591 x_b = arc->cx + a_cos_eta_b * arc->cos_theta - 601 VGfloat x = x_b, y = y_b; 605 lx = x_b; 613 double xA = x_b; 625 x_b = arc->cx + a_cos_eta_b * arc->cos_theta - 637 (float) (x_b - alpha * x_b_dot), (float) (y_b - alpha * y_b_dot), 638 (float) x_b, (float) y_b); 649 lx = x_b;
|
Completed in 58 milliseconds