Searched defs:hy1 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vhypotf.c45 unsigned hx0, hx1, hx2, hy0, hy1, hy2; local
99 hy1 = *(unsigned*)y & ~0x80000000;
101 *(unsigned*)&y1 = hy1;
102 if (hy1 > hx1)
104 i = hy1 - hx1;
105 j1 = hy1 & 0x7f800000;
111 i = hx1 - hy1;
113 if (hy1 == 0)
123 else if (hy1 == 0x7f800000)
125 else if (hx1 > 0x7f800000 || hy1 >
[all...]
H A D__vatan2f.c60 int hy0, hy1, hy2; local
185 hy1 = *(int*)y;
188 sy = hy1 & 0x80000000;
189 hy1 &= ~0x80000000;
194 if (hy1 > hx)
199 hx = hy1;
200 hy1 = i;
236 if (hx >= 0x7f800000 || hx - hy1 >= 0x0c800000)
242 else if (hy1 >= 0x7f800000)
256 if (hy1 <
[all...]
H A D__vrhypot.c224 int hx1, hy1; local

Completed in 72 milliseconds