Searched refs:yl (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dacc.c177 status_t eng_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
189 ACCW(BMP_UCRECSZ_0, (((xe - xs) << 16) | (yl & 0x0000ffff)));
237 status_t eng_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
249 ACCW(BMP_UCRECSZ_0, (((xe - xs) << 16) | (yl & 0x0000ffff)));
H A Dproto.h108 status_t eng_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
110 status_t eng_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
/haiku/src/add-ons/accelerants/via/engine/
H A Dacc.c177 status_t eng_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
189 ACCW(BMP_UCRECSZ_0, (((xe - xs) << 16) | (yl & 0x0000ffff)));
237 status_t eng_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
249 ACCW(BMP_UCRECSZ_0, (((xe - xs) << 16) | (yl & 0x0000ffff)));
H A Dproto.h108 status_t eng_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
110 status_t eng_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexpl.s75 # yl = log2e_hi - yh
79 # fpu stack: 2^hi x lo xh xl yl
80 # lo += xh*yl + xl*yl
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexpl.s74 # yl = log2e_hi - yh
78 # fpu stack: 2^hi x lo xh xl yl
79 # lo += xh*yl + xl*yl
/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_acc.c326 status_t nm_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
350 ACCW(2070_XYEXT, (((yl - 1) << 16) | ((xe - xs - 1) & 0x0000ffff)));
355 ACCW(2090_XYEXT, ((yl << 16) | ((xe - xs) & 0x0000ffff)));
405 status_t nm_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
427 ACCW(2070_XYEXT, (((yl - 1) << 16) | ((xe - xs - 1) & 0x0000ffff)));
432 ACCW(2090_XYEXT, ((yl << 16) | ((xe - xs) & 0x0000ffff)));
H A Dnm_proto.h61 status_t nm_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
63 status_t nm_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_proto.h167 status_t nv_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
169 status_t nv_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl);
H A Dnv_acc.c1469 status_t nv_acc_rectangle(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
1483 (((xe - xs) << 16) | (yl & 0x0000ffff));
1531 status_t nv_acc_rectangle_invert(uint32 xs,uint32 xe,uint32 ys,uint32 yl) argument
1545 (((xe - xs) << 16) | (yl & 0x0000ffff));

Completed in 122 milliseconds