Searched defs:msw (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dpack_float.c111 unsigned msw; /* msw before increment */ local
138 msw=pu->significand[0]; /* save msw before round */
145 if (pu->significand[0] < msw) { /* rounding carried out */
162 kluge.f.msw.sign = pu->sign;
165 kluge.f.msw.exponent = 0;
166 kluge.f.msw.significand = 0;
170 kluge.f.msw.exponent = 0xff;
171 kluge.f.msw
[all...]
H A Dbase_conversion.h109 single_msw msw; member in struct:__anon2800
114 double_msw msw; member in struct:__anon2801
120 extended_msw msw; member in struct:__anon2802
127 quadruple_msw msw; member in struct:__anon2803
155 single_msw msw; member in struct:__anon2808
159 double_msw msw; member in struct:__anon2809
164 extended_msw msw; member in struct:__anon2810
170 quadruple_msw msw; member in struct:__anon2811
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dpack_float.c108 unsigned msw; /* msw before increment */ local
134 msw = pu->significand[0]; /* save msw before round */
141 if (pu->significand[0] < msw) { /* rounding carried out */
161 kluge.f.msw.sign = pu->sign;
164 kluge.f.msw.exponent = 0;
165 kluge.f.msw.significand = 0;
169 kluge.f.msw.exponent = 0xff;
170 kluge.f.msw
[all...]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sparc.c72 int msw = *(int*)a & ~0x80000000; local
74 if (msw >= 0x7fff0000) {
75 if (((msw & 0xffff) | *(1+(int*)a) | *(2+(int*)a) | *(3+(int*)a)) == 0)
77 else if (msw & 0x8000)
81 } else if (msw < 0x10000) {
82 if ((msw | *(1+(int*)a) | *(2+(int*)a) | *(3+(int*)a)) == 0)
/illumos-gate/usr/src/lib/libc/sparc/fp/
H A Dquad.h85 * in struct longdouble, msw implicitly consists of
94 unsigned int msw; member in struct:longdouble::__anon3079
104 (((x).l.msw & 0x7fff0000) == 0x7fff0000 && \
105 (((x).l.msw & 0xffff) | (x).l.frac2 | (x).l.frac3 | (x).l.frac4))
108 (!(((x).l.msw & 0x7fffffff) | (x).l.frac2 | (x).l.frac3 | (x).l.frac4))
H A D_Q_div.c109 unsigned int msw, frac2, frac3, frac4, rm; local
112 xm = x->l.msw & 0x7fffffff;
113 ym = y->l.msw & 0x7fffffff;
114 sign = (x->l.msw ^ y->l.msw) & ~0x7fffffff;
122 if (!(y->l.msw & 0x8000)) {
128 Z.l.msw |= 0x8000;
134 } else if (QUAD_ISNAN(*x) && !(x->l.msw & 0x8000)) {
140 Z.l.msw |= 0x8000;
151 if (!(x->l.msw
[all...]
H A D_Q_mul.c91 unsigned int msw, frac2, frac3, frac4, rm; local
94 xm = x->l.msw & 0x7fffffff;
95 ym = y->l.msw & 0x7fffffff;
96 sign = (x->l.msw ^ y->l.msw) & ~0x7fffffff;
104 if (!(y->l.msw & 0x8000)) {
110 Z.l.msw |= 0x8000;
116 } else if (QUAD_ISNAN(*x) && !(x->l.msw & 0x8000)) {
122 Z.l.msw |= 0x8000;
133 if (!(x->l.msw
[all...]
H A D_Q_sqrt.c100 unsigned int msw, frac2, frac3, frac4, rm; local
108 xm = x->l.msw;
114 if ((x->l.msw & 0xffff) | x->l.frac2 | x->l.frac3 |
116 if (!(x->l.msw & 0x8000)) {
122 Z.l.msw |= 0x8000;
132 if (x->l.msw & 0x80000000) {
137 Z.l.msw = 0x7fffffff;
154 Z.l.msw = 0x7fffffff;
302 msw = u.l.lo;
343 if (++msw
[all...]
/illumos-gate/usr/src/lib/libc/inc/
H A Dbase_conversion.h101 single_msw msw; member in struct:__anon2887
106 double_msw msw; member in struct:__anon2888
112 extended_msw msw; member in struct:__anon2889
119 quadruple_msw msw; member in struct:__anon2890
149 single_msw msw; member in struct:__anon2895
153 double_msw msw; member in struct:__anon2896
158 extended_msw msw; member in struct:__anon2897
164 quadruple_msw msw; member in struct:__anon2898
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsqrtl.c40 * in struct longdouble, msw consists of
58 unsigned int msw; member in struct:longdouble::__anon3492
82 unsigned int msw; member in struct:longdouble::__anon3494
140 ex = (int) ((x->l.msw & 0x7fffffff) >> 16);
141 lx = x->l.msw & 0xffff;
240 unsigned int msw, frac2, frac3, frac4; local
257 msw = u.l[LOWORD];
297 if (++msw == 0x10000)
299 msw = 0;
306 x->l.msw |
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_espc.h92 uint32_t msw; /* Most significant word */ member in struct:_mac_addr_0_t::__anon8198
96 uint32_t msw; /* Most significant word */
128 uint32_t msw; /* Most significant word */ member in struct:_mac_addr_1_t::__anon8201
132 uint32_t msw; /* Most significant word */
163 uint32_t msw; /* Most significant word */ member in struct:_phy_type_t::__anon8204
167 uint32_t msw; /* Most significant word */
200 uint32_t msw; /* Most significant word */ member in struct:_intr_num_t::__anon8207
204 uint32_t msw; /* Most significant word */
H A Dnxge_mac_hw.h305 uint32_t msw; /* Most significant word */ member in struct:_btxmac_config_t::__anon8384
309 uint32_t msw; /* Most significant word */
345 uint32_t msw; /* Most significant word */ member in struct:_brxmac_config_t::__anon8387
349 uint32_t msw; /* Most significant word */
400 uint32_t msw; /* Most significant word */ member in struct:_bxif_config_t::__anon8390
404 uint32_t msw; /* Most significant word */
537 uint32_t msw; /* Most significant word */ member in struct:_xmac_cfg_t::__anon8393
541 uint32_t msw; /* Most significant word */
1165 uint32_t msw; /* Most significant word */ member in struct:hostinfo::__anon8396
1169 uint32_t msw; /* Mos
1250 uint32_t msw; /* Most significant word */ member in struct:_mif_frame_t::__anon8399
1307 uint32_t msw; /* Most significant word */ member in struct:_mif_cfg_t::__anon8402
1358 uint32_t msw; /* Most significant word */ member in struct:_mif_poll_stat_t::__anon8405
1393 uint32_t msw; /* Most significant word */ member in struct:_mif_poll_mask_t::__anon8408
1432 uint32_t msw; /* Most significant word */ member in struct:_mif_stat_t::__anon8411
1508 uint32_t msw; /* Most significant word */ member in struct:_pcs_ctrl_t::__anon8414
1568 uint32_t msw; /* Most significant word */ member in struct:_pcs_stat_t::__anon8417
1632 uint32_t msw; /* Most significant word */ member in struct:_pcs_anar_t::__anon8420
1688 uint32_t msw; /* Most significant word */ member in struct:_pcs_cfg_t::__anon8423
1752 uint32_t msw; /* Most significant word */ member in struct:_pcs_stat_mc_t::__anon8426
1842 uint32_t msw; /* Most significant word */ member in struct:_xpcs_ctrl1_t::__anon8429
1898 uint32_t msw; /* Most significant word */ member in struct:_xpcs_stat1_t::__anon8432
1945 uint32_t msw; /* Most significant word */ member in struct:_xpcs_speed_ab_t::__anon8435
1992 uint32_t msw; /* Most significant word */ member in struct:_xpcs_dev_in_pkg_t::__anon8438
2046 uint32_t msw; /* Most significant word */ member in struct:_xpcs_ctrl2_t::__anon8441
2089 uint32_t msw; /* Most significant word */ member in struct:_xpcs_stat2_t::__anon8444
2145 uint32_t msw; /* Most significant word */ member in struct:_xpcs_stat_t::__anon8447
2198 uint32_t msw; /* Most significant word */ member in struct:_xpcs_test_ctl_t::__anon8450
2253 uint32_t msw; /* Most significant word */ member in struct:_xpcs_diag_t::__anon8453
2314 uint32_t msw; /* Most significant word */ member in struct:_xpcs_config_t::__anon8456
[all...]

Completed in 95 milliseconds