Lines Matching refs:xsb0

103 	unsigned	hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2;  in __vcos()  local
117 xsb0 = HI(x); /* get most significant word */ in __vcos()
118 hx0 = xsb0 & ~0x80000000; /* mask off sign bit */ in __vcos()
207 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
231 xsb0 = (xsb0 >> 30) & 2; in __vcos()
238 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos()
279 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
298 xsb0 = (xsb0 >> 30) & 2; in __vcos()
302 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos()
333 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
352 xsb0 = (xsb0 >> 30) & 2; in __vcos()
356 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos()
387 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
401 xsb0 = (xsb0 >> 30) & 2; in __vcos()
403 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos()
476 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
484 xsb0 = (xsb0 >> 30) & 2; in __vcos()
486 t0 = __vlibm_TBL_sincos_lo[j0+1] - (__vlibm_TBL_sincos_hi[j0+xsb0]*w0 - a0*t0); in __vcos()
519 xsb0 = xsb0 >> 31; in __vcos()
525 xsb0 = xsb0 >> 31; in __vcos()
543 xsb0 = hx >> 31; in __vcos()
620 n0 = (int) (x0 * invpio2 + half[xsb0]); in __vcos()
665 xsb0 = HI(&x0); in __vcos()
666 i = ((xsb0 & ~0x80000000) - thresh[n0&1]) >> 31; in __vcos()
677 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
701 xsb0 = (xsb0 >> 30) & 2; in __vcos()
704 n0 ^= (xsb0 & ~(n0 << 1)); in __vcos()
707 xsb0 |= 1; in __vcos()
713 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0]; in __vcos()
763 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
787 xsb0 = (xsb0 >> 30) & 2; in __vcos()
789 n0 ^= (xsb0 & ~(n0 << 1)); in __vcos()
791 xsb0 |= 1; in __vcos()
795 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0]; in __vcos()
841 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
865 xsb0 = (xsb0 >> 30) & 2; in __vcos()
867 n0 ^= (xsb0 & ~(n0 << 1)); in __vcos()
869 xsb0 |= 1; in __vcos()
873 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0]; in __vcos()
919 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
943 xsb0 = (xsb0 >> 30) & 2; in __vcos()
944 n0 ^= (xsb0 & ~(n0 << 1)); in __vcos()
945 xsb0 |= 1; in __vcos()
947 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0]; in __vcos()
1050 n0 = (int) (x0 * invpio2 + half[xsb0]); in __vcos()
1065 xsb0 = HI(&x0); in __vcos()
1066 if ((xsb0 & ~0x80000000) < thresh[n0&1]) in __vcos()
1081 j0 = (xsb0 + 0x4000) & 0xffff8000; in __vcos()
1089 xsb0 = (xsb0 >> 30) & 2; in __vcos()
1090 n0 ^= (xsb0 & ~(n0 << 1)); in __vcos()
1091 xsb0 |= 1; in __vcos()
1093 t0 = (__vlibm_TBL_sincos_hi[j0+((n0+xsb0)&3)] * w0 + a0 * t0) + __vlibm_TBL_sincos_lo[j0+n0]; in __vcos()