Lines Matching defs:a1

202 			double		a0, a1, a2, w0, w1, w2;
235 a1 = __vlibm_TBL_sincos_hi[j1+1];
239 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1);
243 *py1 = a1 + t1;
269 a1 = __vlibm_TBL_sincos_hi[j1+1];
271 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1);
274 *py1 = a1 + t1;
355 a1 = __vlibm_TBL_sincos_hi[j1+1];
357 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1);
359 *py1 = a1 + t1;
379 a1 = __vlibm_TBL_sincos_hi[j1+1];
380 t1 = __vlibm_TBL_sincos_lo[j1+1] - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1);
382 *py1 = a1 + t1;
435 double a0, a1, w0, w1;
460 a1 = __vlibm_TBL_sincos_hi[j1+1];
462 - (__vlibm_TBL_sincos_hi[j1+xsb1]*w1 - a1*t1);
463 *py1 = a1 + t1;
533 double fn0, fn1, fn2, a0, a1, a2, w0, w1, w2, y0, y1, y2;
630 a1 = x1 - fn1 * pio2_1;
636 x1 = a1 - w1;
639 y1 = (a1 - x1) - w1;
642 a1 = x1;
648 x1 = a1 - w1;
651 y1 = (a1 - x1) - w1;
654 a1 = x1;
660 x1 = a1 - w1;
663 y1 = (a1 - x1) - w1;
711 a1 = __vlibm_TBL_sincos_hi[j1+n1];
714 t1 = (__vlibm_TBL_sincos_hi[j1+((n1+xsb1)&3)] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+n1];
717 *py1 = ( a1 + t1 );
752 a1 = __vlibm_TBL_sincos_hi[j1+n1];
755 t1 = (__vlibm_TBL_sincos_hi[j1+((n1+xsb1)&3)] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+n1];
758 *py1 = ( a1 + t1 );
872 a1 = __vlibm_TBL_sincos_hi[j1+n1];
874 t1 = (__vlibm_TBL_sincos_hi[j1+((n1+xsb1)&3)] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+n1];
877 *py1 = ( a1 + t1 );
909 a1 = __vlibm_TBL_sincos_hi[j1+n1];
911 t1 = (__vlibm_TBL_sincos_hi[j1+((n1+xsb1)&3)] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+n1];
914 *py1 = ( a1 + t1 );
996 double fn0, fn1, a0, a1, w0, w1, y0, y1;
1006 a1 = x1 - fn1 * pio2_1;
1008 x1 = a1 - w1;
1009 y1 = (a1 - x1) - w1;
1010 a1 = x1;
1012 x1 = a1 - w1;
1013 y1 = (a1 - x1) - w1;
1014 a1 = x1;
1016 x1 = a1 - w1;
1017 y1 = (a1 - x1) - w1;
1045 a1 = __vlibm_TBL_sincos_hi[j1+n1];
1046 t1 = (__vlibm_TBL_sincos_hi[j1+((n1+xsb1)&3)] * w1 + a1 * t1) + __vlibm_TBL_sincos_lo[j1+n1];
1047 *py1 = ( a1 + t1 );