Lines Matching full:t2

178 			double		t0, t1, t2, z0, z1, z2;  in __vsin()  local
187 HI(&t2) = j2; in __vsin()
190 LO(&t2) = 0; in __vsin()
193 x2 -= t2; in __vsin()
199 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
214 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
217 *py2 = a2 + t2; in __vsin()
224 HI(&t2) = j2; in __vsin()
226 LO(&t2) = 0; in __vsin()
228 x2 -= t2; in __vsin()
234 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
246 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
249 *py2 = a2 + t2; in __vsin()
256 HI(&t2) = j2; in __vsin()
258 LO(&t2) = 0; in __vsin()
260 x2 -= t2; in __vsin()
266 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
278 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
281 *py2 = a2 + t2; in __vsin()
286 HI(&t2) = j2; in __vsin()
287 LO(&t2) = 0; in __vsin()
288 x2 -= t2; in __vsin()
294 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
303 t2 = (__vlibm_TBL_sincos_hi[j2+1] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+xsb2]; in __vsin()
306 *py2 = a2 + t2; in __vsin()
323 t2 = z2 * (poly3[0] + z2 * poly4[0]); in __vsin()
326 t2 = z2 * (poly1[0] + z2 * (poly2[0] + t2)); in __vsin()
335 t2 = x2 + x2 * t2; in __vsin()
338 *py2 = t2; in __vsin()
351 t2 = z2 * (poly3[0] + z2 * poly4[0]); in __vsin()
354 t2 = z2 * (poly1[0] + z2 * (poly2[0] + t2)); in __vsin()
360 t2 = x2 + x2 * t2; in __vsin()
363 *py2 = t2; in __vsin()
376 t2 = z2 * (poly3[0] + z2 * poly4[0]); in __vsin()
379 t2 = z2 * (poly1[0] + z2 * (poly2[0] + t2)); in __vsin()
385 t2 = x2 + x2 * t2; in __vsin()
388 *py2 = t2; in __vsin()
397 t2 = z2 * (poly3[0] + z2 * poly4[0]); in __vsin()
400 t2 = z2 * (poly1[0] + z2 * (poly2[0] + t2)); in __vsin()
403 t2 = x2 + x2 * t2; in __vsin()
406 *py2 = t2; in __vsin()
682 double t0, t1, t2, z0, z1, z2; in __vsin() local
691 HI(&t2) = j2; in __vsin()
694 LO(&t2) = 0; in __vsin()
697 x2 = (x2 - t2) + y2; in __vsin()
703 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
724 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
727 *py2 = ( a2 + t2 ); in __vsin()
735 HI(&t2) = j2; in __vsin()
737 LO(&t2) = 0; in __vsin()
743 x2 = (x2 - t2) + y2; in __vsin()
749 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
765 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
768 *py2 = ( a2 + t2 ); in __vsin()
776 HI(&t2) = j2; in __vsin()
778 LO(&t2) = 0; in __vsin()
784 x2 = (x2 - t2) + y2; in __vsin()
790 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
806 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
809 *py2 = ( a2 + t2 ); in __vsin()
816 HI(&t2) = j2; in __vsin()
817 LO(&t2) = 0; in __vsin()
826 x2 = (x2 - t2) + y2; in __vsin()
832 t2 = z2 * (qq1 + z2 * qq2); in __vsin()
843 t2 = (__vlibm_TBL_sincos_hi[j2+((n2+xsb2)&3)] * w2 + a2 * t2) + __vlibm_TBL_sincos_lo[j2+n2]; in __vsin()
846 *py2 = ( a2 + t2 ); in __vsin()
868 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
871 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
884 t2 = x2_or_one[n2] + (y2_or_zero[n2] + x2_or_one[n2] * t2); in __vsin()
887 *py2 = t2; in __vsin()
910 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
913 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
921 t2 = x2_or_one[n2] + (y2_or_zero[n2] + x2_or_one[n2] * t2); in __vsin()
924 *py2 = t2; in __vsin()
947 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
950 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
958 t2 = x2_or_one[n2] + (y2_or_zero[n2] + x2_or_one[n2] * t2); in __vsin()
961 *py2 = t2; in __vsin()
985 t2 = z2 * (poly3[j2] + z2 * poly4[j2]); in __vsin()
988 t2 = z2 * (poly1[j2] + z2 * (poly2[j2] + t2)); in __vsin()
991 t2 = x2_or_one[n2] + (y2_or_zero[n2] + x2_or_one[n2] * t2); in __vsin()
994 *py2 = t2; in __vsin()