/illumos-gate/usr/src/lib/libm/common/Q/ |
H A D | fmodl.c | 61 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodl() local 65 x2 = __H2(x); in fmodl() 95 x1 = (x1 << 16) | (x2 >> 16); in fmodl() 96 x2 = (x2 << 16) | (x3 >> 16); in fmodl() 102 x1 = (x1 << 1) | (x2 >> 31); in fmodl() 103 x2 = (x2 << 1) | (x3 >> 31); in fmodl() 139 x1 = (x1 << 16) | (x2 >> 16); in fmodl() 140 x2 = (x2 << 16) | (x3 >> 16); in fmodl() 146 x1 = (x1 << 1) | (x2 >> 31); in fmodl() 147 x2 = (x2 << 1) | (x3 >> 31); in fmodl() [all …]
|
/illumos-gate/usr/src/lib/libm/common/m9x/ |
H A D | remquol.c | 63 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; in fmodquol() local 67 x2 = __H2(x); in fmodquol() 96 x1 = (x1 << 16) | (x2 >> 16); in fmodquol() 97 x2 = (x2 << 16) | (x3 >> 16); in fmodquol() 103 x1 = (x1 << 1) | (x2 >> 31); in fmodquol() 104 x2 = (x2 << 1) | (x3 >> 31); in fmodquol() 143 x1 = (x1 << 16) | (x2 >> 16); in fmodquol() 144 x2 = (x2 << 16) | (x3 >> 16); in fmodquol() 151 x1 = (x1 << 1) | (x2 >> 31); in fmodquol() 152 x2 = (x2 << 1) | (x3 >> 31); in fmodquol() [all …]
|
/illumos-gate/usr/src/common/util/ |
H A D | popcountdi2.c | 51 unsigned long long x2 = (unsigned long long)val; in __popcountdi2() local 52 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL); in __popcountdi2() 54 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL); in __popcountdi2() 59 x2 = (x2 + (x2 >> 4)) & 0x0F0F0F0F0F0F0F0FuLL; in __popcountdi2() 64 unsigned x = (unsigned)(x2 + (x2 >> 32)); in __popcountdi2()
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vsin.c | 82 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vsin() local 169 x2 = *x; in __vsin() 193 x2 -= t2; in __vsin() 196 z2 = x2 * x2; in __vsin() 202 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin() 228 x2 -= t2; in __vsin() 231 z2 = x2 * x2; in __vsin() 237 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin() 260 x2 -= t2; in __vsin() 263 z2 = x2 * x2; in __vsin() [all …]
|
H A D | __vcos.c | 102 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vcos() local 190 x2 = *x; in __vcos() 219 x2 -= t2; in __vcos() 222 z2 = x2 * x2; in __vcos() 228 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos() 256 x2 -= t2; in __vcos() 259 z2 = x2 * x2; in __vcos() 265 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos() 287 x2 -= t2; in __vcos() 290 z2 = x2 * x2; in __vcos() [all …]
|
H A D | __vcosbig_ultra3.c | 79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; in __vlibm_vcos_big_ultra3() local 170 x2 = *x; in __vlibm_vcos_big_ultra3() 175 n2 = (int) (x2 * invpio2 + half[xsb2]); in __vlibm_vcos_big_ultra3() 184 a2 = x2 - fn2 * pio2_1; in __vlibm_vcos_big_ultra3() 190 x2 = a2 - w2; in __vlibm_vcos_big_ultra3() 193 y2 = (a2 - x2) - w2; in __vlibm_vcos_big_ultra3() 196 a2 = x2; in __vlibm_vcos_big_ultra3() 202 x2 = a2 - w2; in __vlibm_vcos_big_ultra3() 205 y2 = (a2 - x2) - w2; in __vlibm_vcos_big_ultra3() 208 a2 = x2; in __vlibm_vcos_big_ultra3() [all …]
|
H A D | __vsinbig_ultra3.c | 79 double x0, x1, x2, *py0, *py1, *py2, *xsave, *ysave; in __vlibm_vsin_big_ultra3() local 170 x2 = *x; in __vlibm_vsin_big_ultra3() 175 n2 = (int) (x2 * invpio2 + half[xsb2]); in __vlibm_vsin_big_ultra3() 184 a2 = x2 - fn2 * pio2_1; in __vlibm_vsin_big_ultra3() 190 x2 = a2 - w2; in __vlibm_vsin_big_ultra3() 193 y2 = (a2 - x2) - w2; in __vlibm_vsin_big_ultra3() 196 a2 = x2; in __vlibm_vsin_big_ultra3() 202 x2 = a2 - w2; in __vlibm_vsin_big_ultra3() 205 y2 = (a2 - x2) - w2; in __vlibm_vsin_big_ultra3() 208 a2 = x2; in __vlibm_vsin_big_ultra3() [all …]
|
H A D | __vsincos.c | 96 double x0, x1, x2, in __vsincos() local 217 x2 = *x; in __vsincos() 251 x2 -= t2; in __vsincos() 255 z2 = x2 * x2; in __vsincos() 263 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsincos() 314 z2 = x2 * x2; in __vsincos() 349 t2 = x2 + x2 * t2; in __vsincos() 362 x2 -= t2; in __vsincos() 365 z2 = x2 * x2; in __vsincos() 371 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsincos() [all …]
|
H A D | __vatan2.c | 71 double x0, x1, x2, y0, y1, y2, *pz0, *pz1, *pz2; in __vatan2() local 323 x2 = fabs(*y); in __vatan2() 339 x2 = fabs(*x); in __vatan2() 355 if ((hx ^ 0x7ff00000) | LO(&x2)) /* nan */ in __vatan2() 356 ah2 = x2 + y2; in __vatan2() 371 ah2 = y2 / x2; in __vatan2() 382 x2 *= twom3; in __vatan2() 400 x2 *= two110; in __vatan2() 402 hx = HI(&x2); in __vatan2() 412 xh = x2; in __vatan2() [all …]
|
H A D | __vexpf.c | 240 double x0, x1, x2, x3, x4; in __vexpf() local 280 x2 *= K256ONLN2; in __vexpf() 286 k2 = (int)x2; in __vexpf() 292 x2 -= (double)k2; in __vexpf() 298 x2 = (KA2 * x2 + KA1) * x2 + KA0; in __vexpf() 323 *y = (float)(res2 * x2); in __vexpf()
|
H A D | __vatan2f.c | 54 float x0, x1, x2, y0, y1, y2, *pz0 = 0, *pz1, *pz2; in __vatan2f() local 308 x2 = *y; in __vatan2f() 315 x2 = -x2; in __vatan2f() 332 x2 = *x; in __vatan2f() 340 x2 = -x2; in __vatan2f() 353 ah2 = x2 + y2; in __vatan2f() 358 ah2 = y2 / x2; in __vatan2f() 381 x2 *= twop24; /* scale possibly subnormal x */ in __vatan2f() 383 hx = *(int*)&x2; in __vatan2f() 416 dx2 = x2; in __vatan2f()
|
H A D | __vhypotf.c | 52 float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2; in __vhypotf() local 152 x2 = hx2.f; in __vhypotf() 168 z2 = x2 + y2; in __vhypotf() 170 z2 = x2; in __vhypotf() 188 z2 = sqrt(x2 * (double)x2 + y2 * (double)y2); in __vhypotf()
|
H A D | __vexp.c | 410 double x0, x1, x2, x3, x4, x5; in __vexp() local 454 y2 = (x2 * invln2_256) + round; in __vexp() 489 x2 = (x2 - y2 * ln2_256h) - y2 * ln2_256l; in __vexp() 496 y2 = x2 * (one + x2 * (B1 + x2 * (B2 + x2 * B3))); in __vexp()
|
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ec2_mont.c | 87 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, in gf2m_Madd() argument 100 MP_CHECKOK(group->meth->field_mul(z1, x2, z1, group->meth)); in gf2m_Madd() 120 mp_int *x2, mp_int *z2, const ECGroup *group) in gf2m_Mxy() argument 129 MP_CHECKOK(mp_init(&t3, FLAG(x2))); in gf2m_Mxy() 130 MP_CHECKOK(mp_init(&t4, FLAG(x2))); in gf2m_Mxy() 131 MP_CHECKOK(mp_init(&t5, FLAG(x2))); in gf2m_Mxy() 134 mp_zero(x2); in gf2m_Mxy() 141 MP_CHECKOK(mp_copy(x, x2)); in gf2m_Mxy() 158 MP_CHECKOK(group->meth->field_add(z2, x2, z2, group->meth)); in gf2m_Mxy() 169 MP_CHECKOK(group->meth->field_mul(x1, &t3, x2, group->meth)); in gf2m_Mxy() [all …]
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | gfx_fb.c | 191 gfx_fb_drawrect(uint32_t x1, uint32_t y1, uint32_t x2, uint32_t y2, in gfx_fb_drawrect() argument 201 for (x = x1; x <= x2; x++) in gfx_fb_drawrect() 205 gfx_fb_setpixel(x2, y); in gfx_fb_drawrect() 213 int x1, y1, x2, y2; in gfx_term_drawrect() local 234 x2 = row2 * fb.font_width + fb.terminal_origin_x; in gfx_term_drawrect() 235 gfx_fb_drawrect(x1, y1, x2, y1 + width, 1); in gfx_term_drawrect() 238 gfx_fb_drawrect(x1, y2, x2, y2 + width, 1); in gfx_term_drawrect() 257 x2 = row1 * fb.font_width + fb.terminal_origin_x; in gfx_term_drawrect() 258 x2 += fb.font_width; in gfx_term_drawrect() 261 gfx_fb_bezier(x1 + i, y1, x1 + i, y2 + i, x2, y2 + i, width-i); in gfx_term_drawrect() [all …]
|
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | README | 133 hid1: Index = 27 value =0x2 138 hid1: Index = 32 value =0x2 150 hid1: Index = 44 value =0x2 153 hid1: Index = 47 value =0x2 165 hid1: Index = 59 value =0x2 185 hid1: Index = 79 value =0x2 196 hid1: Index = 90 value =0x2 206 hid1: Index = 100 value =0x2 214 hid1: Index = 108 value =0x2 217 hid1: Index = 111 value =0x2 [all …]
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/bitfields/ |
H A D | tst.bitfields.ksh.out | 19 unsigned short:3 c :3 = 0x2 20 unsigned short:2 d :2 = 0x2 25 0x1 0xb 0x2 0x2 0x1 0x1
|
/illumos-gate/usr/src/common/crypto/chacha/ |
H A D | chacha.c | 90 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() local 124 x2 = j2; in chacha_encrypt_bytes() 141 QUARTERROUND( x2, x6,x10,x14) in chacha_encrypt_bytes() 145 QUARTERROUND( x2, x7, x8,x13) in chacha_encrypt_bytes() 150 x2 = PLUS(x2,j2); in chacha_encrypt_bytes() 168 x2 = XOR(x2,U8TO32_LITTLE(m + 8)); in chacha_encrypt_bytes() 192 U32TO8_LITTLE(c + 8,x2); in chacha_encrypt_bytes()
|
/illumos-gate/usr/src/common/ficl/ |
H A D | loader.c | 83 uint32_t x1, y1, x2, y2, f; in ficl_term_putimage() local 91 x2 = ficlStackPopUnsigned(ficlVmGetDataStack(pVM)); in ficl_term_putimage() 98 if (x2 != 0) { in ficl_term_putimage() 99 x2 = tems.ts_p_offset.x + in ficl_term_putimage() 100 x2 * tems.ts_font.vf_width; in ficl_term_putimage() 114 if (gfx_fb_putimage(&png, x1, y1, x2, y2, f) == 0) in ficl_term_putimage() 130 uint32_t x1, y1, x2, y2, f; in ficl_fb_putimage() local 139 x2 = ficlStackPopUnsigned(ficlVmGetDataStack(pVM)); in ficl_fb_putimage() 154 if (gfx_fb_putimage(&png, x1, y1, x2, y2, f) == 0) in ficl_fb_putimage() 192 ficlUnsigned x0, y0, x1, y1, x2, y2, width; in ficl_fb_bezier() local [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | mathimpl.h | 69 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ argument 70 const static long cat3(name,,x)[] = {cat3t(0x,x1,x2), cat3t(0x,x3,x4)}; 78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) ; argument
|
H A D | rand48.c | 72 unsigned short x2 = x[2]; in multadd() local 74 r += a[2]*x2; in multadd() 77 r += a[1]*x2; in multadd() 83 r += a[0]*x2; in multadd()
|
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/ |
H A D | 32.pclmulqdq.out | 1 libdis_test: 66 0f 3a 44 c8 02 pclmulqdq $0x2,%xmm0,%xmm1 2 libdis_test+0x6: 66 0f 3a 44 10 02 pclmulqdq $0x2,(%eax),%xmm2 3 libdis_test+0xc: 66 0f 3a 44 5b 10 pclmulqdq $0x2,0x10(%ebx),%xmm3
|
H A D | 64.pclmulqdq.out | 1 libdis_test: 66 0f 3a 44 c8 02 pclmulqdq $0x2,%xmm0,%xmm1 2 libdis_test+0x6: 66 0f 3a 44 10 02 pclmulqdq $0x2,(%rax),%xmm2 3 libdis_test+0xc: 66 0f 3a 44 5b 10 pclmulqdq $0x2,0x10(%rbx),%xmm3
|
/illumos-gate/usr/src/boot/common/ |
H A D | gfx_fb.c | 1322 gfx_fb_drawrect(uint32_t x1, uint32_t y1, uint32_t x2, uint32_t y2, in gfx_fb_drawrect() argument 1334 0, 0, x1, y1, x2 - x1, y2 - y1, 0); in gfx_fb_drawrect() 1337 0, 0, x1, y1, x2 - x1, 1, 0); in gfx_fb_drawrect() 1339 0, 0, x1, y2, x2 - x1, 1, 0); in gfx_fb_drawrect() 1343 0, 0, x2, y1, 1, y2 - y1, 0); in gfx_fb_drawrect() 1351 int err, e2, x2, y2, ed, width; in gfx_fb_line() local 1367 x2 = x0; in gfx_fb_line() 1386 (x1 != (uint32_t)x2 || dx < dy)) { in gfx_fb_line() 1387 x2 += sx; in gfx_fb_line() 1388 gfx_fb_setpixel(x2, y0); in gfx_fb_line() [all …]
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | align | 24 #define ALIGN_BIT2 0x2 29 #define ALIGN_SETBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)|0x2) 30 #define ALIGN_TSTBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x2)
|