Searched refs:ux1 (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 442 if (ux1 > fb.fb_width || uy1 > fb.fb_height) { in gfx_fb_putimage() 467 ux2 = ux1 + png->width; 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() 484 fwidth = ux2 - ux1; in gfx_fb_putimage() 494 if (ux1 == 0) { in gfx_fb_putimage() 500 ux1 = ux2 - fwidth; in gfx_fb_putimage() 512 if (ux1 >= ux2 || uy1 >= uy2) { in gfx_fb_putimage() 526 png->width, png->height, fwidth, fheight, ux1, uy1); 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 1492 if (ux1 != 0) in gfx_term_drawrect() 1493 ux1--; in gfx_term_drawrect() 1500 tem_image_display(tems.ts_active, uy1, ux1, uy2 + 1, ux2 + 1); in gfx_term_drawrect() 1505 x1 = (ux1 + 1) * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect() 1516 x1 = ux1 * vf_width + tems.ts_p_offset.x + xshift; in gfx_term_drawrect() 1526 x1 = ux1 * vf_width + tems.ts_p_offset.x + xshift; in gfx_term_drawrect() 1530 x2 = ux1 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect() 1537 x1 = ux1 * vf_width + tems.ts_p_offset.x; in gfx_term_drawrect() 1541 x2 = ux1 * vf_width + tems.ts_p_offset.x + xshift; in gfx_term_drawrect() [all …]
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vpow.c | 687 double ax1 = 0.0L, x1 = 0.0L, s_h1, ux1; in __vpow() local 763 LO(&ux1) = 0; in __vpow() 782 s_l1 = (x1 - (ux1 - ax1)); in __vpow() 786 s_l1 = u1 - s_h1 * ux1 - s_h1 * s_l1; in __vpow() 1018 LO(&ux1) = 0; in __vpow() 1023 s_l0 = (x1 - (ux1 - ax1)); in __vpow() 1024 s_l0 = u0 - s_h0 * ux1 - s_h0 * s_l0; in __vpow()
|