Lines Matching refs:t2

177 			double		t0, t1, t2, z0, z1, z2;  in __vsin()  local
186 HI(&t2) = j2; in __vsin()
189 LO(&t2) = 0; in __vsin()
192 x2 -= t2; in __vsin()
198 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
213 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
216 *py2 = a2 + t2; in __vsin()
223 HI(&t2) = j2; in __vsin()
225 LO(&t2) = 0; in __vsin()
227 x2 -= t2; in __vsin()
233 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
245 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
248 *py2 = a2 + t2; in __vsin()
255 HI(&t2) = j2; in __vsin()
257 LO(&t2) = 0; in __vsin()
259 x2 -= t2; in __vsin()
265 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
277 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
280 *py2 = a2 + t2; in __vsin()
285 HI(&t2) = j2; in __vsin()
286 LO(&t2) = 0; in __vsin()
287 x2 -= t2; in __vsin()
293 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
302 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
305 *py2 = a2 + t2; in __vsin()
322 t2 = z2 * (poly3[0] + z2 * poly4[0]); in __vsin()
325 t2 = z2 * (poly1[0] + z2 * (poly2[0] + t2)); in __vsin()
334 t2 = x2 + x2 * t2; in __vsin()
337 *py2 = t2; in __vsin()
350 t2 = z2 * (poly3[0] + z2 * poly4[0]); in __vsin()
353 t2 = z2 * (poly1[0] + z2 * (poly2[0] + t2)); in __vsin()
359 t2 = x2 + x2 * t2; in __vsin()
362 *py2 = t2; in __vsin()
375 t2 = z2 * (poly3[0] + z2 * poly4[0]); in __vsin()
378 t2 = z2 * (poly1[0] + z2 * (poly2[0] + t2)); in __vsin()
384 t2 = x2 + x2 * t2; in __vsin()
387 *py2 = t2; in __vsin()
396 t2 = z2 * (poly3[0] + z2 * poly4[0]); in __vsin()
399 t2 = z2 * (poly1[0] + z2 * (poly2[0] + t2)); in __vsin()
402 t2 = x2 + x2 * t2; in __vsin()
405 *py2 = t2; in __vsin()
681 double t0, t1, t2, z0, z1, z2; in __vsin() local
690 HI(&t2) = j2; in __vsin()
693 LO(&t2) = 0; in __vsin()
696 x2 = (x2 - t2) + y2; in __vsin()
702 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
723 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
726 *py2 = ( a2 + t2 ); in __vsin()
734 HI(&t2) = j2; in __vsin()
736 LO(&t2) = 0; in __vsin()
742 x2 = (x2 - t2) + y2; in __vsin()
748 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
764 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
767 *py2 = ( a2 + t2 ); in __vsin()
775 HI(&t2) = j2; in __vsin()
777 LO(&t2) = 0; in __vsin()
783 x2 = (x2 - t2) + y2; in __vsin()
789 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
805 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
808 *py2 = ( a2 + t2 ); in __vsin()
815 HI(&t2) = j2; in __vsin()
816 LO(&t2) = 0; in __vsin()
825 x2 = (x2 - t2) + y2; in __vsin()
831 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
842 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
845 *py2 = ( a2 + t2 ); in __vsin()
867 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
870 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
883 t2 = x2_or_one[n2] + (y2_or_zero[n2] + x2_or_one[n2] * t2); in __vsin()
886 *py2 = t2; in __vsin()
909 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
912 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
920 t2 = x2_or_one[n2] + (y2_or_zero[n2] + x2_or_one[n2] * t2); in __vsin()
923 *py2 = t2; in __vsin()
946 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
949 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
957 t2 = x2_or_one[n2] + (y2_or_zero[n2] + x2_or_one[n2] * t2); in __vsin()
960 *py2 = t2; in __vsin()
984 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
987 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
990 t2 = x2_or_one[n2] + (y2_or_zero[n2] + x2_or_one[n2] * t2); in __vsin()
993 *py2 = t2; in __vsin()