Home
last modified time | relevance | path

Searched refs:x2 (Results 101 – 125 of 131) sorted by last modified time

123456

/illumos-gate/usr/src/lib/libmvec/common/
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()
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__vatan2.c323 x2 = fabs(*y); in __vatan2()
339 x2 = fabs(*x); 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()
414 z2 = ((y2 - t2 * xh) - t2 * (x2 - xh)) / (x2 + y2 * t2); in __vatan2()
419 x2 = z2 * z2; in __vatan2()
425 t2 = ah2 + (z2 + (al2 + (z2 * x2) * (p1 + x2 * in __vatan2()
[all …]
/illumos-gate/usr/src/lib/libmvec/amd64/src/
H A D__vsqrtf.S103 movlhps %xmm3,%xmm2 / xmm2: 0 x3 0 x2
104 shufps $0x88,%xmm2,%xmm0 / xmm0: x3 x2 x1 x0
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dremquol.c97 x2 = (x2 << 16) | (x3 >> 16); in fmodquol()
104 x2 = (x2 << 1) | (x3 >> 31); in fmodquol()
144 x2 = (x2 << 16) | (x3 >> 16); in fmodquol()
152 x2 = (x2 << 1) | (x3 >> 31); in fmodquol()
176 x2 = x2 + x2 + ((x3 & is) != 0); in fmodquol()
202 x2 = z2; in fmodquol()
228 x2 = z2; in fmodquol()
246 x2 = (x2 << 16) | (x3 >> 16); in fmodquol()
251 x2 = x2 + x2 + ((x3 & is) != 0); in fmodquol()
268 x2 = (x1 << (32 - k)) | (x2 >> k); in fmodquol()
[all …]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcpow.c154 double x, y, u, v, t, c, s, r, x2, y2; in cpow() local
268 x2 = t2 - (x1 - t1); /* log(hypot(x,y)) = x1 + x2 */ in cpow()
279 b[3] = (v - v1) * x1 + v * x2; in cpow()
299 b[1] = (u - u1) * x1 + u * x2; in cpow()
H A Dcpowl.c110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; in cpowl() local
215 x2 = t2 - (x1 - t1); /* log(hypot(x,y)) = x1 + x2 */ in cpowl()
226 b[3] = (v - v1) * x1 + v * x2; in cpowl()
242 b[1] = (u - u1) * x1 + u * x2; in cpowl()
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dfmodl.c96 x2 = (x2 << 16) | (x3 >> 16); in fmodl()
103 x2 = (x2 << 1) | (x3 >> 31); in fmodl()
140 x2 = (x2 << 16) | (x3 >> 16); in fmodl()
147 x2 = (x2 << 1) | (x3 >> 31); in fmodl()
171 x2 = x2 + x2 + ((x3 & is) != 0); in fmodl()
188 x2 = z2; in fmodl()
214 x2 = z2; in fmodl()
228 x2 = (x2 << 16) | (x3 >> 16); in fmodl()
233 x2 = x2 + x2 + ((x3 & is) != 0); in fmodl()
251 x2 = (x1 << (32 - k)) | (x2 >> k); in fmodl()
[all …]
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_s390x.c264 BITFLD(r1, x2);
270 BITFLD(m1, x2);
276 BITFLD(r1, x2);
284 BITFLD(r3, x2);
292 BITFLD(r1, x2);
300 BITFLD(m1, x2);
2117 d2, X[inst->rx_a.x2], B[inst->rx_a.b2]); in fmt_rx_a()
2128 d2, X[inst->rx_b.x2], B[inst->rx_b.b2]); in fmt_rx_b()
2131 d2, X[inst->rx_b.x2], B[inst->rx_b.b2]); in fmt_rx_b()
2141 R[inst->rxe.r1], d2, X[inst->rxe.x2], B[inst->rxe.b2]); in fmt_rxe()
[all …]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c806 int x1, x2, blnk, idch, cost, cost_ich1, match; in _useidch() local
846 for (x1 = 0, x2 = idch; x2 < length; ++x1, ++x2) in _useidch()
847 scp[x1] = scp[x2]; in _useidch()
929 for (x1 = length - 1, x2 = length - idch - 1; x2 >= 0; --x1, --x2) in _useidch()
930 scp[x1] = scp[x2]; in _useidch()
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c66 unsigned int x1, x2; in read_id() local
81 if (sscanf(str + i, "%1x", &x2) == 1) { in read_id()
82 x1 = x1 * 16 + x2; in read_id()
/illumos-gate/usr/src/head/
H A Dmath.h120 double x1 = (double)(TYPE)X, x2 = X - x1; \
121 X = x1 - (XN) * (C1); X += x2; X -= (XN) * (C2); }
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dmathimpl.h69 # 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 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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.tab973 +0 short &0x2 , little-endian
1259 +3 byte &0x2 , continuation
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dtypes.sh543 z_t -a c.x2
544 c.x2[9]=x1
/illumos-gate/usr/src/common/ficl/emu/
H A Dgfx_fb.c213 int x1, y1, x2, y2; in gfx_term_drawrect() local
258 x2 += fb.font_width; in gfx_term_drawrect()
271 gfx_fb_bezier(x1, y1 - i, x2 + i, y1 - i, x2 + i, y2, width-i); in gfx_term_drawrect()
281 gfx_fb_bezier(x1, y1 + i, x2 + i, y1 + i, x2 + i, y2, width-i); in gfx_term_drawrect()
291 gfx_fb_bezier(x1, y1 - i, x2 + i, y1 - i, x2 + i, y2, width-i); in gfx_term_drawrect()
298 int err, e2, x2, y2, ed; in gfx_fb_line() local
316 x2 = x0; in gfx_fb_line()
334 x2 += sx; in gfx_fb_line()
358 sx = x2 - x1; in gfx_fb_bezier()
365 x2 = x0; in gfx_fb_bezier()
[all …]
/illumos-gate/usr/src/common/crypto/edonr/
H A Dedonr.c117 #define LS1_256(c, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
121 s0 = c + x07 + x2; \
124 x23 = x2 + x3; \
134 #define LS1_512(c, x0, x1, x2, x3, x4, x5, x6, x7) \ argument
138 s0 = c + x07 + x2; \
141 x23 = x2 + x3; \
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dphdr.msg102 @ MSG_PF_W_CF "PF_W" # 0x2
H A Delf.msg498 @ MSG_EF_SPARCV9_RMO_CF "EF_SPARCV9_RMO" # 0x2
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c66 #define MAX(x1, x2) ((x1) >= (x2) ? (x1) : (x2)) argument
/illumos-gate/usr/src/cmd/ibd_upgrade/
H A Dibd_upgrade.sh126 | while read x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 device_path
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc81 (CBITMASK(synd) == 0x1 || CBITMASK(synd) == 0x2 || \
/illumos-gate/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 ]
H A Dtst.bitfield.d.out5 int d :2 = 0x2

123456