Lines Matching refs:xsb2
103 unsigned hx0, hx1, hx2, xsb0, xsb1 = 0, xsb2; in __vcos() local
171 xsb2 = HI(x); in __vcos()
172 hx2 = xsb2 & ~0x80000000; in __vcos()
209 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
233 xsb2 = (xsb2 >> 30) & 2; in __vcos()
240 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
249 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
268 xsb2 = (xsb2 >> 30) & 2; in __vcos()
272 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
280 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
299 xsb2 = (xsb2 >> 30) & 2; in __vcos()
303 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
310 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
324 xsb2 = (xsb2 >> 30) & 2; in __vcos()
326 t2 = __vlibm_TBL_sincos_lo[j2+1] - (__vlibm_TBL_sincos_hi[j2+xsb2]*w2 - a2*t2); in __vcos()
599 xsb2 = hx >> 31; in __vcos()
622 n2 = (int) (x2 * invpio2 + half[xsb2]); in __vcos()
669 xsb2 = HI(&x2); in __vcos()
670 i |= (((xsb2 & ~0x80000000) - thresh[n2&1]) >> 29) & 4; in __vcos()
679 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
703 xsb2 = (xsb2 >> 30) & 2; in __vcos()
706 n2 ^= (xsb2 & ~(n2 << 1)); in __vcos()
709 xsb2 |= 1; in __vcos()
715 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vcos()
724 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
747 xsb2 = (xsb2 >> 30) & 2; in __vcos()
749 n2 ^= (xsb2 & ~(n2 << 1)); in __vcos()
751 xsb2 |= 1; in __vcos()
756 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vcos()
765 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
788 xsb2 = (xsb2 >> 30) & 2; in __vcos()
790 n2 ^= (xsb2 & ~(n2 << 1)); in __vcos()
792 xsb2 |= 1; in __vcos()
797 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vcos()
806 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vcos()
828 xsb2 = (xsb2 >> 30) & 2; in __vcos()
829 n2 ^= (xsb2 & ~(n2 << 1)); in __vcos()
830 xsb2 |= 1; in __vcos()
834 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vcos()