Searched defs:hy2 (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
146 hy2 = *(unsigned*)y & ~0x80000000;
148 *(unsigned*)&y2 = hy2;
149 if (hy2 > hx2)
151 i = hy2 - hx2;
152 j2 = hy2 & 0x7f800000;
158 i = hx2 - hy2;
160 if (hy2 == 0)
170 else if (hy2 == 0x7f800000)
172 else if (hx2 > 0x7f800000 || hy2 >
[all...]
H A D__vatan2f.c60 int hy0, hy1, hy2; local
297 hy2 = *(int*)y;
300 sy = hy2 & 0x80000000;
301 hy2 &= ~0x80000000;
306 if (hy2 > hx)
311 hx = hy2;
312 hy2 = i;
348 if (hx >= 0x7f800000 || hx - hy2 >= 0x0c800000)
354 else if (hy2 >= 0x7f800000)
368 if (hy2 <
[all...]
H A D__vrhypot.c226 int hx2, hy2; local

Completed in 61 milliseconds