Searched refs:ux2 (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/common/ficl/emu/ |
| H A D | gfx_fb.c | 420 gfx_fb_putimage(png_t *png, uint32_t ux1, uint32_t uy1, uint32_t ux2, in gfx_fb_putimage() argument 465 if (ux2 == 0 && uy2 == 0) { in gfx_fb_putimage() 467 ux2 = ux1 + png->width; in gfx_fb_putimage() 470 } else if (ux2 == 0) { in gfx_fb_putimage() 472 ux2 = ux1 + (png->width * (uy2 - uy1)) / png->height; in gfx_fb_putimage() 475 uy2 = uy1 + (png->height * (ux2 - ux1)) / png->width; in gfx_fb_putimage() 478 if (ux2 > fb.fb_width || uy2 > fb.fb_height) { in gfx_fb_putimage() 484 fwidth = ux2 - ux1; in gfx_fb_putimage() 499 ux2 = fb.fb_width - fb.terminal_origin_x; in gfx_fb_putimage() 500 ux1 = ux2 - fwidth; in gfx_fb_putimage() [all …]
|
| /illumos-gate/usr/src/boot/common/ |
| H A D | gfx_fb.c | 1475 gfx_term_drawrect(uint32_t ux1, uint32_t uy1, uint32_t ux2, uint32_t uy2) in gfx_term_drawrect() argument 1496 ux2--; in gfx_term_drawrect() 1500 tem_image_display(tems.ts_active, uy1, ux1, uy2 + 1, ux2 + 1); in gfx_term_drawrect() 1507 x2 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect() 1521 x1 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect() 1547 x1 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect() 1549 x2 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect() 1557 x1 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect() 1560 x2 = ux2 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect() 1568 gfx_fb_putimage(png_t *png, uint32_t ux1, uint32_t uy1, uint32_t ux2, in gfx_fb_putimage() argument [all …]
|
| /illumos-gate/usr/src/lib/libmvec/common/ |
| H A D | __vpow.c | 688 double ax2, x2, s_h2, ux2; in __vpow() local 765 LO(&ux2) = 0; in __vpow() 783 s_l2 = (x2 - (ux2 - ax2)); in __vpow() 787 s_l2 = u2 - s_h2 * ux2 - s_h2 * s_l2; in __vpow()
|