Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 103) sorted by relevance

12345

/titanic_41/usr/src/lib/libm/common/Q/
H A Dfmodl.c61 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 …]
/titanic_41/usr/src/lib/libm/common/m9x/
H A Dremquol.c63 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 …]
/titanic_41/usr/src/common/crypto/ecc/
H A Dec2_mont.c89 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, in gf2m_Madd() argument
102 MP_CHECKOK(group->meth->field_mul(z1, x2, z1, group->meth)); in gf2m_Madd()
122 mp_int *x2, mp_int *z2, const ECGroup *group) in gf2m_Mxy() argument
131 MP_CHECKOK(mp_init(&t3, FLAG(x2))); in gf2m_Mxy()
132 MP_CHECKOK(mp_init(&t4, FLAG(x2))); in gf2m_Mxy()
133 MP_CHECKOK(mp_init(&t5, FLAG(x2))); in gf2m_Mxy()
136 mp_zero(x2); in gf2m_Mxy()
143 MP_CHECKOK(mp_copy(x, x2)); in gf2m_Mxy()
160 MP_CHECKOK(group->meth->field_add(z2, x2, z2, group->meth)); in gf2m_Mxy()
171 MP_CHECKOK(group->meth->field_mul(x1, &t3, x2, group->meth)); in gf2m_Mxy()
[all …]
/titanic_41/usr/src/lib/libmvec/common/
H A D__vsin.c82 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vsin() local
168 x2 = *x; in __vsin()
192 x2 -= t2; in __vsin()
195 z2 = x2 * x2; in __vsin()
201 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
227 x2 -= t2; in __vsin()
230 z2 = x2 * x2; in __vsin()
236 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vsin()
259 x2 -= t2; in __vsin()
262 z2 = x2 * x2; in __vsin()
[all …]
H A D__vcos.c102 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; in __vcos() local
189 x2 = *x; in __vcos()
218 x2 -= t2; in __vcos()
221 z2 = x2 * x2; in __vcos()
227 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos()
255 x2 -= t2; in __vcos()
258 z2 = x2 * x2; in __vcos()
264 w2 = x2 * (one + z2 * (pp1 + z2 * pp2)); in __vcos()
286 x2 -= t2; in __vcos()
289 z2 = x2 * x2; in __vcos()
[all …]
H A D__vsinbig_ultra3.c79 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__vcosbig_ultra3.c79 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__vsincos.c96 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.c71 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.c240 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.c54 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.c44 float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2; in __vhypotf() local
147 *(unsigned*)&x2 = hx2; in __vhypotf()
167 z2 = x2 + y2; in __vhypotf()
169 z2 = x2; in __vhypotf()
187 z2 = sqrt(x2 * (double)x2 + y2 * (double)y2); in __vhypotf()
H A D__vexp.c410 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()
/titanic_41/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME133 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 …]
/titanic_41/usr/src/cmd/egrep/
H A Degrep.y996 int i, x1, x2; in mdotenter() local
998 x2 = enter(MDOT); in mdotenter()
1000 x2 = node(CAT, x2, enter(MDOT)); in mdotenter()
1001 x1 = node(OR, x1, x2); in mdotenter()
1003 x2 = enter('\216'); in mdotenter()
1005 x2 = node(CAT, x2, enter(MDOT)); in mdotenter()
1006 x1 = node(OR, x1, x2); in mdotenter()
1009 x2 = enter('\217'); in mdotenter()
1011 x2 = node(CAT, x2, enter(MDOT)); in mdotenter()
1012 x1 = node(OR, x1, x2); in mdotenter()
[all …]
/titanic_41/usr/src/common/crypto/chacha/
H A Dchacha.c90 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()
/titanic_41/usr/src/lib/libast/common/uwin/
H A Drand48.c72 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()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c58 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) argument
60 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) argument
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dalign25 #define ALIGN_BIT2 0x2
30 #define ALIGN_SETBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)|0x2)
31 #define ALIGN_TSTBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x2)
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dalign25 #define ALIGN_BIT2 0x2
30 #define ALIGN_SETBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)|0x2)
31 #define ALIGN_TSTBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x2)
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dalign25 #define ALIGN_BIT2 0x2
30 #define ALIGN_SETBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)|0x2)
31 #define ALIGN_TSTBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x2)
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dalign25 #define ALIGN_BIT2 0x2
30 #define ALIGN_SETBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)|0x2)
31 #define ALIGN_TSTBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x2)
/titanic_41/usr/src/uts/common/inet/ipf/
H A Ddrand48.c81 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) argument
83 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) argument
/titanic_41/usr/src/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d.out1 int [3] [ 0x1, 0x2, 0x3 ]
12 int [3] a = [ 0x1, 0x2, 0x3 ]
/titanic_41/usr/src/uts/intel/nsmb/
H A Dioc_check.ref21 #define SV_SM 0x2
51 #define IOC_RQ_SERROR 0x2
59 #define IOC_SETUP_INCR 0x2
94 #define IOC_PRMODE 0x2

12345