Lines Matching refs:xsb2

103 	unsigned	hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2;  in __vcos()  local
172 xsb2 = HI(x); in __vcos()
173 hx2 = xsb2 & ~0x80000000; in __vcos()
210 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
234 xsb2 = (xsb2 >> 30) & 2; in __vcos()
241 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
250 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
269 xsb2 = (xsb2 >> 30) & 2; in __vcos()
273 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
281 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
300 xsb2 = (xsb2 >> 30) & 2; in __vcos()
304 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
311 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
325 xsb2 = (xsb2 >> 30) & 2; in __vcos()
327 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
600 xsb2 = hx >> 31; in __vcos()
623 n2 = (int) (x2 * invpio2 + half[xsb2]); in __vcos()
670 xsb2 = HI(&x2); in __vcos()
671 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4; in __vcos()
680 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
704 xsb2 = (xsb2 >> 30) & 2; in __vcos()
707 n2 ^= (xsb2 & ~(n2 << 1)); in __vcos()
710 xsb2 |= 1; in __vcos()
716 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vcos()
725 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
748 xsb2 = (xsb2 >> 30) & 2; in __vcos()
750 n2 ^= (xsb2 & ~(n2 << 1)); in __vcos()
752 xsb2 |= 1; in __vcos()
757 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vcos()
766 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
789 xsb2 = (xsb2 >> 30) & 2; in __vcos()
791 n2 ^= (xsb2 & ~(n2 << 1)); in __vcos()
793 xsb2 |= 1; in __vcos()
798 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vcos()
807 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
829 xsb2 = (xsb2 >> 30) & 2; in __vcos()
830 n2 ^= (xsb2 & ~(n2 << 1)); in __vcos()
831 xsb2 |= 1; in __vcos()
835 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vcos()