Lines Matching refs:j2

178 			unsigned	j0, j1, j2;  in __vsin()  local
183 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
186 HI(&t2) = j2; in __vsin()
204 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
210 a2 = __vlibm_TBL_sincos_hi[j2+xsb2]; in __vsin()
213 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
221 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
223 HI(&t2) = j2; in __vsin()
238 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
242 a2 = __vlibm_TBL_sincos_hi[j2+xsb2]; in __vsin()
245 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
253 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
255 HI(&t2) = j2; in __vsin()
270 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
274 a2 = __vlibm_TBL_sincos_hi[j2+xsb2]; in __vsin()
277 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
284 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
285 HI(&t2) = j2; in __vsin()
297 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
299 a2 = __vlibm_TBL_sincos_hi[j2+xsb2]; in __vsin()
302 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
682 unsigned j0, j1, j2; in __vsin() local
687 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
690 HI(&t2) = j2; in __vsin()
708 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
720 a2 = __vlibm_TBL_sincos_hi[j2+n2]; in __vsin()
723 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
732 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
734 HI(&t2) = j2; in __vsin()
753 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
761 a2 = __vlibm_TBL_sincos_hi[j2+n2]; in __vsin()
764 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
773 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
775 HI(&t2) = j2; in __vsin()
794 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
802 a2 = __vlibm_TBL_sincos_hi[j2+n2]; in __vsin()
805 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
814 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
815 HI(&t2) = j2; in __vsin()
835 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
839 a2 = __vlibm_TBL_sincos_hi[j2+n2]; in __vsin()
842 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
851 j2 = n2 & 1; in __vsin()
867 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
870 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
892 j2 = n2 & 1; in __vsin()
909 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
912 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
929 j2 = n2 & 1; in __vsin()
946 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
949 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
966 j2 = n2 & 1; in __vsin()
984 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
987 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()