OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_b
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/vega/
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
;
/external/clang/test/Sema/
cast.c
169
typedef enum { x_a,
x_b
} X;
enumerator in enum:__anon8699
Completed in 516 milliseconds