Searched refs:x2 (Results 1 – 4 of 4) sorted by relevance
/include/drm/ |
D | drm_rect.h | 42 int x1, y1, x2, y2; member 61 r->x2 += (dw + 1) >> 1; in drm_rect_adjust_size() 78 r->x2 += dx; in drm_rect_translate() 94 r->x2 /= horz; in drm_rect_downscale() 107 return r->x2 - r->x1; in drm_rect_width() 145 return r1->x1 == r2->x1 && r1->x2 == r2->x2 && in drm_rect_equals()
|
/include/math-emu/ |
D | op-4.h | 516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 525 r2 = x2 + y2 + _c2; \ 530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 539 r2 = x2 + y2; \ 540 _c3 = r2 < x2; \ 548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 557 r2 = x2 - y2 - _c2; \ 562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 571 r2 = x2 - y2; \ 572 _c3 = r2 > x2; \ [all …]
|
/include/video/ |
D | udlfb.h | 16 int x2, y2; member
|
/include/uapi/drm/ |
D | drm.h | 99 unsigned short x2; member
|