Searched refs:lx (Results 51 - 69 of 69) sorted by relevance

123

/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtgamma.c1214 unsigned lx; local
1244 lx = __LO(x);
1249 __LO(y) = lx;
1536 unsigned lx; local
1539 lx = __LO(x);
1549 (hx == 0x406573fa && lx > 0xE561F647)) {
1580 xk = -2 + (lx & 1);
1584 j = lx >> (52 - k);
1585 if ((j << (52 - k)) == lx)
1591 if ((j << (20 - k)) == ix && lx
[all...]
H A Dtgammaf.c310 unsigned lx; local
314 lx = __LO(x);
318 __LO(y) = lx;
H A Dtgammal.c1014 unsigned lx; local
1017 lx = H3_WORD(x);
1054 xk = -2 + (lx & 1);
1060 xk = -2 + (lx & 1);
1125 if ((lx & 1) == 0) { /* y+1 exact (note that y<184) */
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_put.c57 mvcur(int ly, int lx, int y, int x) argument
61 ly, lx, y, x);
65 outcol = lx;
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrsqrt.c120 int ax, lx, hx, n_n; local
144 lx = LO((px - stridex));
147 if ((ax | lx) == 0) /* |X| = zero */
207 lx = LO(px);
210 if ((ax | lx) == 0) /* |X| = zero */
H A D__vpow.c519 lx = LO(px); \
533 if (hx > 0x7ff00000 || (hx == 0x7ff00000 && lx != 0)) /* |X| = Nan */ \
535 else if ((hx | lx) == 0 || (hx == 0x7ff00000 && lx == 0)) /* X = 0 or Inf */ \
538 LO(pz) = lx; \
556 if (hx > 0x7ff00000 || (hx == 0x7ff00000 && lx != 0) || \
561 if (hx == 0x3ff00000 && (lx == 0)) /* +-1 ** +-Inf */ \
598 hx = lx = 0; \
601 LO(pz) = lx; \
607 if (lx
696 unsigned hx, lx, sx, hy, ly, sy; local
720 unsigned lx = LO(px); local
[all...]
H A D__vrhypot.c139 lx = LO(px); \
143 if (hx##I == 0x7ff00000 && lx == 0) res0 = 0.0; /* |X| = Inf */ \
155 lx = LO(px); \
160 if ((hx##I | hy##I | lx | ly) == 0) /* |X| and |Y| = 0 */ \
229 int lx, ly; local
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfcvt.c121 static char lx[] = "0123456789abcdef"; local
198 ep = (format & SFFMT_UPPER) ? ux : lx;
372 ep = (format & SFFMT_UPPER) ? ux : lx;
/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c1079 unsigned lx = 0; /* running index in l_buf */ local
1084 dist = s->d_buf[lx];
1085 lc = s->l_buf[lx++];
1111 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1114 } while (lx < s->last_lit);
/illumos-gate/usr/src/boot/lib/libz/
H A Dtrees.c1067 unsigned lx = 0; /* running index in l_buf */ local
1072 dist = s->d_buf[lx];
1073 lc = s->l_buf[lx++];
1099 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,
1102 } while (lx < s->last_lit);
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_atan2.c459 int ix, iy, hx, hy, lx, ly; local
466 lx = ((int *) &x)[LOWORD];
492 } else if ((ix | lx) == 0 || (iy | ly) == 0) {
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vpow.S663 ! lx = ((unsigned*)px)[1];
677 ! if (hx > 0x7ff00000 || (hx == 0x7ff00000 && lx != 0)) { /* |X| = Nan */
681 ! else if ((hx | lx) == 0 || (hx == 0x7ff00000 && lx == 0)) { /* X = 0 or Inf */
683 ! ((int*)pz)[1] = lx;
694 ! if (hx > 0x7ff00000 || (hx == 0x7ff00000 && lx != 0) ||
699 ! if (hx == 0x3ff00000 && (lx == 0))
726 ! if (sy) hx = lx = 0;
729 ! ((int*)pz)[1] = lx;
733 ! if (lx
[all...]
H A D__vhypot.S79 ! lx = ((int*)px)[1];
92 ! if ( hx == 0x7ff00000 && lx == 0 ) res = x == y ? y : x;
834 ld [%i1+4],%l1 ! lx = ((int*)px)[1];
904 cmp %l1,0 ! lx ? 0
905 be,pn %icc,2f ! if ( lx == 0 )
H A D__vrhypot.S149 ! lx = ((int*)px)[1];
152 ! if ( hx0 == 0x7ff00000 && lx == 0 ) res0 = 0.0;
166 ! lx = ((int*)px)[1];
169 ! ii |= lx;
2096 ld [%i4+4],%i2 ! lx = ((int*)px)[1];
2098 cmp %i2,0 ! lx ? 0
2099 be 3f ! if ( lx == 0 )
2145 ld [%i4+4],%i2 ! lx = ((int*)px)[1];
2150 or %i2,%g5,%g5 ! ii |= lx;
H A D__vrsqrt.S104 ! lx = ((int*)px)[1];
106 ! if ( (ax | lx) == 0 )
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmAccess.java410 } catch (pmLoginFailedException lx) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2458 unsigned lx = 0; /* running index in l_buf */ local
2463 dist = s->d_buf[lx];
2464 lc = s->l_buf[lx++];
2490 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow");
2492 } while (lx < s->last_lit);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3366 unsigned lx = 0; /* running index in l_buf */ local
3371 dist = s->d_buf[lx];
3372 lc = s->l_buf[lx++];
3407 Assert(s->pending < s->lit_bufsize + 2*lx,
3410 } while (lx < s->last_lit);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c343 bop_printf(NULL, "do_bsys_free(virt=0x%p, size=0x%lx) ignored\n",
914 (void) snprintf(pnp, VBDPATHLEN, "%lx", addr);
1643 bop_printf(NULL, " %s+%lx", ksym, off);
1645 bop_printf(NULL, " 0x%lx", pc);
1660 bop_printf(NULL, "0x%lx", frame->arg[a]);
1700 bop_printf(NULL, "error code 0x%lx\n",
1703 bop_printf(NULL, "instruction pointer 0x%lx\n", tf->inst_ptr);
1704 bop_printf(NULL, "code segment 0x%lx\n", tf->code_seg & 0xffff);
1705 bop_printf(NULL, "flags register 0x%lx\n", tf->flags_reg);
1707 bop_printf(NULL, "return %%rsp 0x%lx\
[all...]

Completed in 113 milliseconds

123