Lines Matching refs:xsb1
103 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; in __vcos() local
145 xsb1 = HI(x); in __vcos()
146 hx1 = xsb1 & ~0x80000000; in __vcos()
209 j1 = (xsb1 + 0x4000) & 0xffff8000; in __vcos()
233 xsb1 = (xsb1 >> 30) & 2; in __vcos()
240 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1); in __vcos()
249 j1 = (xsb1 + 0x4000) & 0xffff8000; in __vcos()
268 xsb1 = (xsb1 >> 30) & 2; in __vcos()
272 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1); in __vcos()
335 j1 = (xsb1 + 0x4000) & 0xffff8000; in __vcos()
354 xsb1 = (xsb1 >> 30) & 2; in __vcos()
358 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1); in __vcos()
365 j1 = (xsb1 + 0x4000) & 0xffff8000; in __vcos()
379 xsb1 = (xsb1 >> 30) & 2; in __vcos()
381 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1); in __vcos()
452 j1 = (xsb1 + 0x4000) & 0xffff8000; in __vcos()
460 xsb1 = (xsb1 >> 30) & 2; in __vcos()
463 - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1); in __vcos()
521 xsb1 = xsb1 >> 31; in __vcos()
572 xsb1 = hx >> 31; in __vcos()
622 n1 = (int) (x1 * invpio2 + half[xsb1]); in __vcos()
668 xsb1 = HI(&x1); in __vcos()
669 i |= (((xsb1 & ~0x80000000) - thresh[n1&1]) >> 30) & 2; in __vcos()
679 j1 = (xsb1 + 0x4000) & 0xffff8000; in __vcos()
703 xsb1 = (xsb1 >> 30) & 2; in __vcos()
706 n1 ^= (xsb1 & ~(n1 << 1)); in __vcos()
709 xsb1 |= 1; in __vcos()
715 t1 = (__vlibm_TBL_sincos_hi[j1+((n1+xsb1)&3)] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+n1]; in __vcos()
724 j1 = (xsb1 + 0x4000) & 0xffff8000; in __vcos()
747 xsb1 = (xsb1 >> 30) & 2; in __vcos()
749 n1 ^= (xsb1 & ~(n1 << 1)); in __vcos()
751 xsb1 |= 1; in __vcos()
756 t1 = (__vlibm_TBL_sincos_hi[j1+((n1+xsb1)&3)] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+n1]; in __vcos()
843 j1 = (xsb1 + 0x4000) & 0xffff8000; in __vcos()
867 xsb1 = (xsb1 >> 30) & 2; in __vcos()
869 n1 ^= (xsb1 & ~(n1 << 1)); in __vcos()
871 xsb1 |= 1; in __vcos()
875 t1 = (__vlibm_TBL_sincos_hi[j1+((n1+xsb1)&3)] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+n1]; in __vcos()
884 j1 = (xsb1 + 0x4000) & 0xffff8000; in __vcos()
907 xsb1 = (xsb1 >> 30) & 2; in __vcos()
908 n1 ^= (xsb1 & ~(n1 << 1)); in __vcos()
909 xsb1 |= 1; in __vcos()
912 t1 = (__vlibm_TBL_sincos_hi[j1+((n1+xsb1)&3)] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+n1]; in __vcos()
1004 n1 = (int) (x1 * invpio2 + half[xsb1]); in __vcos()
1019 xsb1 = HI(&x1); in __vcos()
1020 if ((xsb1 & ~0x80000000) < thresh[n1&1]) in __vcos()
1035 j1 = (xsb1 + 0x4000) & 0xffff8000; in __vcos()
1043 xsb1 = (xsb1 >> 30) & 2; in __vcos()
1044 n1 ^= (xsb1 & ~(n1 << 1)); in __vcos()
1045 xsb1 |= 1; in __vcos()
1047 t1 = (__vlibm_TBL_sincos_hi[j1+((n1+xsb1)&3)] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+n1]; in __vcos()