Searched defs:hx1 (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypotf.c45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; local
98 hx1 = *(unsigned*)x & ~0x80000000;
100 *(unsigned*)&x1 = hx1;
102 if (hy1 > hx1)
104 i = hy1 - hx1;
106 if (hx1 == 0)
111 i = hx1 - hy1;
112 j1 = hx1 & 0x7f800000;
115 else if (hx1 == 0)
121 if (hx1
[all...]
H A D__vhypot.c103 int hx0, hx1, hy0, j0, diff; local
212 hx1 = HI(px);
235 hx0 = hx1;
H A D__vrsqrt.c299 int hx1, resh1, res_ch1; local
315 hx1 = HI(px);
324 sqrt_exp1 = (0x5fe - (hx1 >> 21)) << 20;
327 ind1 = (((hx1 >> 10) & 0x7f8) + 8) & -16;
331 resh1 = (hx1 & 0x001fffff) | 0x3fe00000;
H A D__vcos.c103 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; local
145 hx1 = xsb1 & ~0x80000000;
146 if (hx1 > 0x3fe921fb)
151 if (hx1 < 0x3e400000)
198 i |= ((hx1 - 0x3fc40000) >> 30) & 2;
441 if (hx1 < 0x3fc40000)
H A D__vrhypot.c224 int hx1, hy1; local
H A D__vsin.c83 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; local
124 hx1 = xsb1 & ~0x80000000;
125 if (hx1 > 0x3fe921fb)
130 if (hx1 < 0x3e400000)
172 i |= ((hx1 - 0x3fc90000) >> 30) & 2;
422 if (hx1 < 0x3fc90000)
H A D__vsincos.c100 unsigned hx0, hx1, hx2, xsb0, xsb1, xsb2; local
155 hx1 = xsb1 & ~0x80000000;
156 if (hx1 > 0x3fe921fb)
167 if (hx1 < 0x3e400000)
227 i |= ((hx1 - 0x3fc40000) >> 30) & 2;
630 if (hx1 < 0x3fc40000)
H A D__vpow.c693 int hx1 = 0, yisint1 = 0, exp1 = 0; local
794 i1 = (hx1 >> 8) & 0xff0;
795 exp1 += (hx1 >> 20);
1026 i0 = (hx1 >> 8) & 0xff0;
1027 exp1 += (hx1 >> 20);

Completed in 74 milliseconds