/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | fmaf.c | 46 } xy, zz; in __fmaf() local 55 xy.d = (double) x * y; in __fmaf() 62 exy = (xy.i[0] >> 20) & 0x7ff; in __fmaf() 66 return ((float) (xy.d + zz.d)); in __fmaf() 75 u = xy.i[1]; in __fmaf() 79 xy.i[1] = u & ~(s - 1); in __fmaf() 81 u = xy.i[0]; in __fmaf() 83 if ((u & (s - 1)) | xy.i[1]) in __fmaf() 85 xy.i[0] = u & ~(s - 1); in __fmaf() 86 xy.i[1] = 0; in __fmaf() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.re | 141 xy 143 xr?y ~ xy 245 xy 246 x[0-9]?y ~ xy 250 !~ xy 255 !~ xy 261 !~ xy 266 !~ xy 270 !~ xy 276 !~ xy [all …]
|
H A D | T.sub | 76 a xy aaa xyaa xyxyxy 105 ^a.$ xy a a a 107 ab xy xy 115 ^.*a xy "" "" "" 116 a xy xy 118 ba xy xy 119 ^.+a xy "" "" "" 122 ba xy xy 152 xr+y q xy xy xy 211 x[0-9]+y Q xy xy xy no change
|
/illumos-gate/usr/src/boot/forth/ |
H A D | frames.4th | 73 at-xy \ move cursor 115 at-xy 141 2dup at-xy lt_el @ xemit \ Draw left-top corner 142 2dup 4 pick + at-xy lb_el @ xemit \ Draw left bottom corner 143 2dup swap 5 pick + swap at-xy rt_el @ xemit \ Draw right top corner 144 2 pick + swap 3 pick + swap at-xy rb_el @ xemit
|
H A D | menu.4th | 211 dup menuX @ swap at-xy 220 dup menuX @ 1+ swap at-xy 227 menuX @ 3 + swap at-xy 358 at-xy type 496 at-xy 563 menu_timeout_x @ menu_timeout_y @ at-xy \ position cursor 678 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 679 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 680 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ 681 2dup at-xy 38 spaces 1+ 2dup at-xy 38 spaces 1+ [all …]
|
H A D | screen.4th | 42 : at-xy ( x y -- ) escc .# [char] ; emit .# [char] H emit ; 80 : at-bl 0 sr at-xy ;
|
H A D | check-password.4th | 70 read-start @ sr at-xy 115 3 spaces read-start @ sr at-xy \ Erase the twiddle 120 0= if 3 spaces read-start @ sr at-xy then \ Twiddle
|
H A D | logo-orbbw.4th | 30 2swap 2dup at-xy 2swap \ position the cursor
|
H A D | brand-fbsd.4th | 30 2swap 2dup at-xy 2swap \ position the cursor
|
H A D | logo-beastiebw.4th | 31 2swap 2dup at-xy 2swap \ position the cursor
|
H A D | logo-fbsdbw.4th | 31 2swap 2dup at-xy 2swap \ position the cursor
|
H A D | logo-orb.4th | 30 2swap 2dup at-xy 2swap \ position the cursor
|
H A D | brand-illumos.4th | 28 2swap 2dup at-xy 2swap \ position the cursor
|
H A D | logo-beastie.4th | 32 2swap 2dup at-xy 2swap \ position the cursor
|
H A D | logo-illumos.4th | 31 2swap 2dup at-xy 2swap \ position the cursor
|
H A D | version.4th | 84 dup versionX @ swap - versionY @ at-xy
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | gfx_fb.c | 350 int sx, sy, xx, yy, xy, width; in gfx_fb_bezier() local 378 xy = 2 * xx * yy; in gfx_fb_bezier() 384 xy = -xy; in gfx_fb_bezier() 387 dx = 4 * sy * curvature * (x1 - x0) + xx - xy; in gfx_fb_bezier() 388 dy = 4 * sx * curvature * (y0 - y1) + yy - xy; in gfx_fb_bezier() 391 err = dx + dy + xy; in gfx_fb_bezier() 400 dx -= xy; in gfx_fb_bezier() 406 dy -= xy; in gfx_fb_bezier()
|
/illumos-gate/usr/src/boot/common/ |
H A D | gfx_fb.c | 1406 int sx, sy, xx, yy, xy, width; in gfx_fb_bezier() local 1434 xy = (xx*yy) << 1; in gfx_fb_bezier() 1440 xy = -xy; in gfx_fb_bezier() 1443 dx = 4 * sy * curvature * (x1 - x0) + xx - xy; in gfx_fb_bezier() 1444 dy = 4 * sx * curvature * (y0 - y1) + yy - xy; in gfx_fb_bezier() 1447 err = dx + dy + xy; in gfx_fb_bezier() 1456 dx -= xy; in gfx_fb_bezier() 1462 dy -= xy; in gfx_fb_bezier()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/envd/ |
H A D | piclenvd.c | 310 point_t *xy; in init_table() local 318 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) { in init_table() 324 tblp->xymap = xy; in init_table()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/envd/ |
H A D | piclenvd.c | 448 point_t *xy; in init_table() local 456 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) { in init_table() 462 tblp->xymap = xy; in init_table()
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/excalibur/envd/ |
H A D | piclenvd.c | 460 point_t *xy; in init_table() local 468 if ((xy = malloc(sizeof (*xy) * npoints)) == NULL) { in init_table() 474 tblp->xymap = xy; in init_table()
|
/illumos-gate/usr/src/cmd/sendmail/lib/ |
H A D | helpfile | 64 verb Go into verbose mode. This sends 0xy responses that are
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pp.probe | 216 int ab,xy; 217 #define xy XY
|
/illumos-gate/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 570 # issue temporary errors (4xy) instead of permanent errors (5xy)?
|
/illumos-gate/usr/src/cmd/sendmail/cf/ |
H A D | README | 1264 In the last two cases, a 4xy/5xy SMTP reply code should 3808 (4xy) instead of permanent errors 3809 (5xy). This can be useful during
|