/illumos-gate/usr/src/cmd/mailx/ |
H A D | translate.c | 43 char *xl = value("translate"); in translate() local 50 if (!xl) in translate() 54 i = strlen(xl) + 1; in translate() 59 strcpy(cmd, xl); in translate() 67 perror(xl); in translate()
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | __tan.c | 124 double a, t, z, w = 0.0L, s, c, r, rh, xh, xl; in __k_tan() local 154 xl = (x - xh) + t; in __k_tan() 155 return (rh + r * ((one + rh * xh) + rh * xl)); in __k_tan() 191 xl = (a - xh) + c; in __k_tan() 192 z = rh + r * (((one - rh * xh) - t) - rh * xl); in __k_tan()
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | tgammal.c | 883 long double r1, r2, t2, z, xh, xl, yh, yl, zh, z1, z2, zl, x5, wh, wl; in gam_n() local 929 xl = (x - (zh - one)) * (z2 + zh) - (xh - zh * (zh + one)); in gam_n() 932 rr.l = z * yy.l + xl * yy.h; in gam_n() 941 xl = zl * (zh + z1) - (xh - (zh * zh - one)); in gam_n() 948 rr.l = z2 * wl + xl * wh; in gam_n() 961 xl = yl * (z2 + yh) - (xh - yh * (yh - 2.0L)); in gam_n() 963 rr.l = z * yy.l + xl * yy.h; in gam_n() 978 xl = yl * (z2 + yh) - (xh - yh * (yh - 2.0L)); in gam_n() 984 rr.l = z * wl + xl * wh; in gam_n() 997 xl = yl * (z2 + yh) - (xh - yh * (yh - 2.0L)); in gam_n() [all …]
|
H A D | tgamma.c | 1408 double r1, r2, t2, z, xh, xl, yh, yl, zh, z1, z2, zl, x5, wh, wl; in gam_n() local 1455 xl = (x - (zh - one)) * (z2 + zh) - (xh - zh * (zh + one)); in gam_n() 1457 rr.l = z * yy.l + xl * yy.h; in gam_n() 1469 xl = zl * (z2 + zh * (z1 + zh)) - (xh - zh * (zh * zh - one)); in gam_n() 1471 rr.l = z * yy.l + xl * yy.h; in gam_n() 1483 xl = yl * (z2 + yh) - (xh - yh * (yh - 2.0)); in gam_n() 1485 rr.l = z * yy.l + xl * yy.h; in gam_n() 1500 xl = yl * (z2 + yh) - (xh - yh * (yh - 2.0)); in gam_n() 1506 rr.l = z * wl + xl * wh; in gam_n() 1519 xl = yl * (z2 + yh) - (xh - yh * (yh - 2.0)); in gam_n() [all …]
|
/illumos-gate/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 78 Blowfish_encipher(c, xl, xr) in Blowfish_encipher() argument 80 uint32_t *xl; 88 Xl = *xl; 101 *xl = Xr ^ p[17]; 106 Blowfish_decipher(c, xl, xr) in Blowfish_decipher() argument 108 uint32_t *xl; 116 Xl = *xl; 129 *xl = Xr ^ p[0];
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | div.c | 6 static int xl = 1L / 0; variable
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | optget.c | 2377 int xl; in opthelp() local 2535 xl = 0; in opthelp() 2550 if (xl) in opthelp() 2553 xl = 1; in opthelp() 2728 xl = 1; in opthelp() 2776 xl = 0; in opthelp() 2803 xl = 0; in opthelp() 2809 if (xl) in opthelp() 2816 xl = 1; in opthelp() 2873 if (xl) in opthelp() [all …]
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | caps | 509 pkey_plab, "pfxl" "xl" Prog key #1 to xmit string #2 and show string #3
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 500 pkey_plab pfxl xl str Prog key #1 to xmit #2 and show string #3
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 502 pkey_plab pfxl xl str Prog key #1 to xmit #2 and show string #3
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 16725 cyb83|xl83|cybernex xl-83:\
|
H A D | terminfo.src | 18789 cyb83|xl83|cybernex xl-83,
|