Searched defs:jx (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/mpi/
H A Dmpprime.c93 unsigned int ix, jx; local
98 for(jx = 0; jx < sizeof(mp_digit); jx++) {
H A Dmpi.c2543 int ix, jx, pos = 1; local
2554 for(jx = sizeof(mp_digit) - 1; jx >= 0; jx--) {
2555 str[pos++] = (char)(d >> (jx * CHAR_BIT));
4773 int jx; local
4776 for(jx = sizeof(mp_digit) - 1; jx >= 0; jx--) {
4777 unsigned char x = (unsigned char)(d >> (jx * CHAR_BI
4805 int jx; local
4850 int jx; local
[all...]
/illumos-gate/usr/src/lib/libm/common/C/
H A D__rem_pio2m.c106 * jx nx - 1
168 int jz, jx, jv, jp, jk, carry, n, iq[20]; local
180 /* determine jx,jv,q0, note that 3>q0 */
181 jx = nx - 1;
187 /* set up f[0] to f[jx+jk] where f[jx+jk] = ipio2[jv+jk] */
188 j = jv - jx;
189 m = jx + jk;
195 for (j = 0, fw = zero; j <= jx; j++)
196 fw += x[j] * f[jx
[all...]
/illumos-gate/usr/src/lib/libm/common/R/
H A Dpowf.c130 int ix, iy, jx, jy, k, iw, yisint; local
134 jx = ix & ~0x80000000;
141 else if (((0x7f800000 - jx) | (0x7f800000 - jy)) < 0)
167 if (jx == 0x3f800000) {
174 } else if (jx > 0x3f800000) {
194 if (jx != 0 && jx != 0x7f800000)
200 if ((jx & ~0x7f800000) == 0) {
201 if (jx == 0x7f800000 || jx
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_cm.c793 uint_t jx, nbinds = 0, nports = 0; local
815 for (jx = 0; jx < hcap->hca_nports; jx++) {
817 if (hcap->hca_pinfop[jx].p_linkstate !=
824 hcap->hca_bindhdl[jx] = NULL;
828 gid = hcap->hca_pinfop[jx].p_sgid_tbl[0];
831 hcap->hca_pinfop[jx].p_port_num, gid.gid_prefix,
836 NULL, statep, &hcap->hca_bindhdl[jx]);
841 hcap->hca_pinfop[jx]
[all...]
H A Drdsib_ep.c1752 uint_t nwr = 0, ix, jx; local
1780 jx = 0;
1783 jx++;
1807 jx++;
1812 nwr = spool->pool_nfree - jx;
1813 spool->pool_nfree = jx;
1824 jx = (nwr > 100) ? 100 : nwr;
1827 for (ix = 0; ix < jx; ix++) {
1838 ret = ibt_post_send(ep->ep_chanhdl, wrp, jx, &ix);
1841 "failed: %d for % pkts", ep, ret, jx);
[all...]
H A Drdsib_ib.c717 uint_t ix, jx, kx; local
770 bp = rds_get_buf(gp, nspace, &jx);
786 if (jx != nspace) {
788 "needed: %d available: %d", ep, nspace, jx);
789 nspace = jx;
811 jx = (npost > RDS_POST_FEW_ATATIME) ?
813 for (ix = 0; ix < jx; ix++) {
820 ret = ibt_post_recv(chanhdl, wrp, jx, &kx);
821 if ((ret != IBT_SUCCESS) || (kx != jx)) {
828 npost -= jx;
[all...]

Completed in 82 milliseconds