Searched defs:hx0 (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
51 hx0 = *(unsigned*)x & ~0x80000000;
53 *(unsigned*)&x0 = hx0;
55 if (hy0 > hx0)
57 i = hy0 - hx0;
59 if (hx0 == 0)
64 i = hx0 - hy0;
65 j0 = hx0 & 0x7f800000;
68 else if (hx0 == 0)
74 if (hx0
[all...]
H A D__vhypot.c90 hx0 = HI(px); \
103 int hx0, hx1, hy0, j0, diff; local
119 hx0 = HI(px);
124 hx0 &= 0x7fffffff;
127 if (hx0 >= 0x7fe00000) /* |X| >= 2**1023 or Inf or NaN */
129 diff = hy0 - hx0;
141 if (hx0 == 0x7ff00000 && lx == 0) res = x == y ? y : x;
171 diff = hy0 - hx0;
183 if (hx0 == 0x7ff00000 && lx == 0) res = x == y ? y : x;
214 if (hx0 <
348 int hx0, hy0, j0, diff0; local
[all...]
H A D__vrsqrt.c156 int hx0, resh0, res_ch0; local
160 hx0 = HI(&res);
161 sqrt_exp0 = (0x817 - (hx0 >> 21)) << 20;
162 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16;
164 resh0 = (hx0 & 0x001fffff) | 0x3fe00000;
219 int hx0, resh0, res_ch0; local
223 hx0 = HI(&res);
224 sqrt_exp0 = (0x817 - (hx0 >> 21)) << 20;
225 ind0 = (((hx0 >> 10) & 0x7f8) + 8) & -16;
227 resh0 = (hx0
298 int hx0, resh0, res_ch0; local
[all...]
H A D__vcos.c103 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; local
118 hx0 = xsb0 & ~0x80000000; /* mask off sign bit */
119 if (hx0 > 0x3fe921fb) {
124 if (hx0 < 0x3e400000) {
195 * hx0 - 5/32 is negative.
197 i = (hx0 - 0x3fc40000) >> 31;
466 if (hx0 < 0x3fc40000)
H A D__vrhypot.c222 int hx0, hy0, j0, diff0; local
H A D__vsin.c83 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; local
97 hx0 = xsb0 & ~0x80000000;
98 if (hx0 > 0x3fe921fb)
103 if (hx0 < 0x3e400000)
171 i = (hx0 - 0x3fc90000) >> 31;
446 if (hx0 < 0x3fc90000)
H A D__vsincos.c100 unsigned hx0, hx1, hx2, xsb0, xsb1, xsb2; local
118 hx0 = xsb0 & ~0x80000000; /* mask off sign bit */
119 if (hx0 > 0x3fe921fb) {
130 if (hx0 < 0x3e400000) {
224 * hx0 - 5/32 is negative.
228 i |= ((hx0 - 0x3fc40000) >> 29) & 4;
662 if (hx0 < 0x3fc40000)
H A D__vpow.c692 int hx0 = 0, yisint0 = 0, exp0 = 0; local
790 i0 = (hx0 >> 8) & 0xff0;
791 exp0 += (hx0 >> 20);
968 i0 = (hx0 >> 8) & 0xff0;
969 exp0 += (hx0 >> 20);
1143 unsigned hx, hx0, hy, ly, sy; local
1163 hx0 = HI(&ax0);
1176 i0 = (hx0 >> 8) & 0xff0;
1177 exp0 += (hx0 >> 20);

Completed in 57 milliseconds