Searched defs:x1 (Results 1 - 25 of 48) sorted by relevance

12

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.h36 int x1; member in struct:__anon4458
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtsubrs.c56 va_list x1; local
58 va_start(x1);
59 prf(stdout, fmt, x1);
60 va_end(x1);
72 va_list x1; local
74 va_start(x1);
75 prf(fd, fmt, x1);
76 va_end(x1);
87 va_list x1; local
90 va_start(x1);
108 va_list x1; local
[all...]
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c66 unsigned int x1, x2; local
77 if (sscanf(str + i, "%1x", &x1) != 1)
82 x1 = x1 * 16 + x2;
89 output[n] = (unsigned char)x1;
/illumos-gate/usr/src/lib/libmp/common/
H A Dgcd.c47 mp_invert(MINT *x1, MINT *x0, MINT *c) argument
73 _mp_move(x1, &v3);
76 /* invariant: x0*u1 + x1*u2 = u3 */
88 /* now x0*u1 + x1*u2 == 1, therefore, (u2*x1) % x0 == 1 */
H A Dmdiv.c125 int x1; local
135 x1 = c1 - v1 * d;
136 x1 = x1 * 0100000 + u3 - v2 * d;
138 } while (x1 < 0);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_reftree.c55 space_reftree_compare(const void *x1, const void *x2) argument
57 const space_ref_t *sr1 = x1;
H A Drange_tree.c112 range_tree_seg_compare(const void *x1, const void *x2) argument
114 const range_seg_t *r1 = x1;
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c198 static int compare_entries(const void *x1, const void *x2) { argument
199 cache_entry_t *e1 = (cache_entry_t *)x1;
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S100 #define x1 %o4 define
302 add x0,stridex2,x1! x += 2*stridex
311 lda [x1]0x82,ival2 ! (Y2_0) ival = *(int*)(x);
332 lda [stridex+x1]0x82,ival3 ! (Y3_0) ival = *(int*)(x)
389 lda [x1]0x82,%f10 ! (Y2_0) *(float*)&exp = *(float*)(x)
391 add x1,stridex2,x0 ! x += 2*stridex
396 lda [stridex+x1]0x82,%f12 ! (Y3_0) *(float*)&exp = *(float*)(x)
402 add x0,stridex2,x1 ! x += 2*stridex
410 lda [x1]0x82,ival2 ! (Y2_1) ival = *(int*)(x);
438 lda [stridex+x1]
[all...]
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dfmodl.c61 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; local
64 x1 = __H1(x);
94 x0 = x1 >> 16;
95 x1 = (x1 << 16) | (x2 >> 16);
101 x0 = (x0 << 1) | (x1 >> 31);
102 x1 = (x1 << 1) | (x2 >> 31);
138 x0 = x1 >> 16;
139 x1
[all...]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquol.c63 unsigned x1, x2, x3, y1, y2, y3, z1, z2, z3; local
66 x1 = __H1(x);
95 x0 = x1 >> 16;
96 x1 = (x1 << 16) | (x2 >> 16);
102 x0 = (x0 << 1) | (x1 >> 31);
103 x1 = (x1 << 1) | (x2 >> 31);
142 x0 = x1 >> 16;
143 x1
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vexpf.c240 double x0, x1, x2, x3, x4; local
279 x1 *= K256ONLN2;
285 k1 = (int)x1;
291 x1 -= (double)k1;
297 x1 = (KA2 * x1 + KA1) * x1 + KA0;
321 *y = (float)(res1 * x1);
H A D__vhypotf.c44 float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2; local
100 *(unsigned*)&x1 = hx1;
120 z1 = x1 + y1;
122 z1 = x1;
186 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1);
202 z1 = sqrt(x1 * (double)x1 + y1 * (double)y1);
H A D__vatan2.c71 double x0, x1, x2, y0, y1, y2, *pz0, *pz1, *pz2; local
208 x1 = fabs(*y);
224 x1 = fabs(*x);
240 if ((hx ^ 0x7ff00000) | LO(&x1)) /* nan */
241 ah1 = x1 + y1;
256 ah1 = y1 / x1;
267 x1 *= twom3;
285 x1 *= two110;
287 hx = HI(&x1);
297 xh = x1;
[all...]
H A D__vexp.c410 double x0, x1, x2, x3, x4, x5; local
453 y1 = (x1 * invln2_256) + round;
488 x1 = (x1 - y1 * ln2_256h) - y1 * ln2_256l;
495 y1 = x1 * (one + x1 * (B1 + x1 * (B2 + x1 * B3)));
H A D__vrhypotf.c358 float x1, y1; local
368 x1 = *px;
381 hyp1 = x1 * (double)x1 + y1 * (double)y1;
H A D__vatan2f.c54 float x0, x1, x2, y0, y1, y2, *pz0 = 0, *pz1, *pz2; local
196 x1 = *y;
203 x1 = -x1;
220 x1 = *x;
228 x1 = -x1;
241 ah1 = x1 + y1;
246 ah1 = y1 / x1;
269 x1 *
[all...]
H A D__vcos.c102 double x0, x1, x2, *py0 = 0, *py1 = 0, *py2, *xsave, *ysave; local
162 x1 = *x;
217 x1 -= t1;
220 z1 = x1 * x1;
226 w1 = x1 * (one + z1 * (pp1 + z1 * pp2));
254 x1 -= t1;
257 z1 = x1 * x1;
263 w1 = x1 * (on
[all...]
/illumos-gate/usr/src/common/crypto/ecc/
H A Dec2_mont.c84 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in
89 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, argument
101 MP_CHECKOK(group->meth->field_mul(x1, z2, x1, group->meth));
103 MP_CHECKOK(group->meth->field_mul(x1, z1, &t2, group->meth));
104 MP_CHECKOK(group->meth->field_add(z1, x1, z1, group->meth));
106 MP_CHECKOK(group->meth->field_mul(z1, &t1, x1, group->meth));
107 MP_CHECKOK(group->meth->field_add(x1, &t2, x1, grou
121 gf2m_Mxy(const mp_int *x, const mp_int *y, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, const ECGroup *group) argument
199 mp_int x1, x2, z1, z2; local
[all...]
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drand48.c73 unsigned short x1 = x[1]; local
78 r += a[2]*x1;
82 r += a[1]*x1;
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpow.c155 double b[4], t1, t2, t3, t4, w1, w2, u1, v1, x1, y1; local
260 x1 = t1;
266 ((int *) &x1)[LOWORD] &= 0xf8000000;
268 x2 = t2 - (x1 - t1); /* log(hypot(x,y)) = x1 + x2 */
278 b[2] = v1 * x1;
279 b[3] = (v - v1) * x1 + v * x2;
298 b[0] = u1 * x1;
299 b[1] = (u - u1) * x1 + u * x2;
H A Dcpowl.c110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; local
211 x1 = t1; HALF(x1);
215 x2 = t2 - (x1 - t1); /* log(hypot(x,y)) = x1 + x2 */
225 b[2] = v1 * x1;
226 b[3] = (v - v1) * x1 + v * x2;
241 b[0] = u1 * x1;
242 b[1] = (u - u1) * x1 + u * x2;
/illumos-gate/usr/src/common/bignum/
H A Dmont_mulf.c75 double tmp, tmp1, x, x1; local
81 x1 = dt[i + 1];
83 dt[i + 1] = lower32(x1, Zero) + tmp1;
85 tmp1 = upper32(x1);
/illumos-gate/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; local
123 x1 = j1;
140 QUARTERROUND( x1, x5, x9,x13)
144 QUARTERROUND( x1, x6,x11,x12)
149 x1 = PLUS(x1,j1);
167 x1 = XOR(x1,U8TO32_LITTLE(m + 4));
191 U32TO8_LITTLE(c + 4,x1);
/illumos-gate/usr/src/cmd/filesync/
H A Danal.c550 char *s1, *s2, *x1, *x2; local
559 x1 = f1->f_fullname;
605 if (*s1 == 0 && x1 != 0) {
606 s1 = x1;
607 x1 = 0;

Completed in 138 milliseconds

12