Lines Matching refs:xsb0

103 	unsigned	hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2;  in __vcos()  local
118 xsb0 = HI(x); /* get most significant word */ in __vcos()
119 hx0 = xsb0 & ~0x80000000; /* mask off sign bit */ in __vcos()
208 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
232 xsb0 = (xsb0 >> 30) & 2; in __vcos()
239 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos()
280 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
299 xsb0 = (xsb0 >> 30) & 2; in __vcos()
303 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos()
334 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
353 xsb0 = (xsb0 >> 30) & 2; in __vcos()
357 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos()
388 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
402 xsb0 = (xsb0 >> 30) & 2; in __vcos()
404 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos()
477 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
485 xsb0 = (xsb0 >> 30) & 2; in __vcos()
487 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos()
520 xsb0 = xsb0 >> 31; in __vcos()
526 xsb0 = xsb0 >> 31; in __vcos()
544 xsb0 = hx >> 31; in __vcos()
621 n0 = (int) (x0 * invpio2 + half[xsb0]); in __vcos()
666 xsb0 = HI(&x0); in __vcos()
667 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31; in __vcos()
678 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
702 xsb0 = (xsb0 >> 30) & 2; in __vcos()
705 n0 ^= (xsb0 & ~(n0 << 1)); in __vcos()
708 xsb0 |= 1; in __vcos()
714 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0]; in __vcos()
764 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
788 xsb0 = (xsb0 >> 30) & 2; in __vcos()
790 n0 ^= (xsb0 & ~(n0 << 1)); in __vcos()
792 xsb0 |= 1; in __vcos()
796 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0]; in __vcos()
842 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
866 xsb0 = (xsb0 >> 30) & 2; in __vcos()
868 n0 ^= (xsb0 & ~(n0 << 1)); in __vcos()
870 xsb0 |= 1; in __vcos()
874 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0]; in __vcos()
920 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
944 xsb0 = (xsb0 >> 30) & 2; in __vcos()
945 n0 ^= (xsb0 & ~(n0 << 1)); in __vcos()
946 xsb0 |= 1; in __vcos()
948 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0]; in __vcos()
1051 n0 = (int) (x0 * invpio2 + half[xsb0]); in __vcos()
1066 xsb0 = HI(&x0); in __vcos()
1067 if ((xsb0 & ~0x80000000) < thresh[n0&1]) in __vcos()
1082 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
1090 xsb0 = (xsb0 >> 30) & 2; in __vcos()
1091 n0 ^= (xsb0 & ~(n0 << 1)); in __vcos()
1092 xsb0 |= 1; in __vcos()
1094 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0]; in __vcos()