Lines Matching refs:j2

179 			unsigned	j0, j1, j2;  in __vsin()  local
184 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
187 HI(&t2) = j2; in __vsin()
205 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
211 a2 = __vlibm_TBL_sincos_hi[j2+xsb2]; in __vsin()
214 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
222 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
224 HI(&t2) = j2; in __vsin()
239 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
243 a2 = __vlibm_TBL_sincos_hi[j2+xsb2]; in __vsin()
246 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
254 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
256 HI(&t2) = j2; in __vsin()
271 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
275 a2 = __vlibm_TBL_sincos_hi[j2+xsb2]; in __vsin()
278 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
285 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
286 HI(&t2) = j2; in __vsin()
298 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
300 a2 = __vlibm_TBL_sincos_hi[j2+xsb2]; in __vsin()
303 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
683 unsigned j0, j1, j2; in __vsin() local
688 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
691 HI(&t2) = j2; in __vsin()
709 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
721 a2 = __vlibm_TBL_sincos_hi[j2+n2]; in __vsin()
724 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
733 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
735 HI(&t2) = j2; in __vsin()
754 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
762 a2 = __vlibm_TBL_sincos_hi[j2+n2]; in __vsin()
765 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
774 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
776 HI(&t2) = j2; in __vsin()
795 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
803 a2 = __vlibm_TBL_sincos_hi[j2+n2]; in __vsin()
806 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
815 j2 = (xsb2 + 0x4000) & 0xffff8000; in __vsin()
816 HI(&t2) = j2; in __vsin()
836 j2 = (((j2 & ~0x80000000) - 0x3fc40000) >> 13) & ~0x3; in __vsin()
840 a2 = __vlibm_TBL_sincos_hi[j2+n2]; in __vsin()
843 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
852 j2 = n2 & 1; in __vsin()
868 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
871 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
893 j2 = n2 & 1; in __vsin()
910 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
913 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
930 j2 = n2 & 1; in __vsin()
947 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
950 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
967 j2 = n2 & 1; in __vsin()
985 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
988 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()