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

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypotf.c45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; local
145 hx2 = *(unsigned*)x & ~0x80000000;
147 *(unsigned*)&x2 = hx2;
149 if (hy2 > hx2)
151 i = hy2 - hx2;
153 if (hx2 == 0)
158 i = hx2 - hy2;
159 j2 = hx2 & 0x7f800000;
162 else if (hx2 == 0)
168 if (hx2
[all...]
H A D__vrsqrt.c300 int hx2, resh2, res_ch2; local
319 hx2 = HI(px);
325 sqrt_exp2 = (0x5fe - (hx2 >> 21)) << 20;
328 ind2 = (((hx2 >> 10) & 0x7f8) + 8) & -16;
332 resh2 = (hx2 & 0x001fffff) | 0x3fe00000;
H A D__vcos.c103 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; local
172 hx2 = xsb2 & ~0x80000000;
173 if (hx2 > 0x3fe921fb)
178 if (hx2 < 0x3e400000)
199 i |= ((hx2 - 0x3fc40000) >> 29) & 4;
H A D__vrhypot.c226 int hx2, hy2; local
H A D__vsin.c83 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; local
151 hx2 = xsb2 & ~0x80000000;
152 if (hx2 > 0x3fe921fb)
157 if (hx2 < 0x3e400000)
173 i |= ((hx2 - 0x3fc90000) >> 29) & 4;
H A D__vsincos.c100 unsigned hx0, hx1, hx2, xsb0, xsb1, xsb2; local
192 hx2 = xsb2 & ~0x80000000;
193 if (hx2 > 0x3fe921fb)
204 if (hx2 < 0x3e400000)
226 i = (hx2 - 0x3fc40000) >> 31;
H A D__vpow.c694 int hx2, yisint2, exp2; local
798 i2 = (hx2 >> 8) & 0xff0;
799 exp2 += (hx2 >> 20);

Completed in 66 milliseconds