Lines Matching defs:t4
1151 double t3, t4, y, z;
1159 t4 = TZ1 * yh;
1160 r.h = (double) ((float) (t4 + GZ1_h + t3));
1161 t3 += (t4 - (r.h - GZ1_h));
1187 double t3, t4, y, z;
1195 t4 = TZ3 * yh;
1196 r.h = (double) ((float) (t4 + GZ3_h + t3));
1197 t3 += (t4 - (r.h - GZ3_h));
1216 double u2, ss_h, ss_l, r_h, w_h, w_l, t4;
1258 t4 = T2[j2 + 1] + T1[n2 + 1];
1263 t2 = t4 + u * ((two + z2 * A1) + (z2 * z2) * (A2 + z2 * A3));
1265 t5 = t4 + u * (z2 * A1 + (z2 * z2) * (A2 + z2 * A3));
1335 double z, t1, t2, t3, t4;
1342 t4 = t1 * ks[0];
1345 xx.l = t4 + t3;
1373 double z, t1, t2, t3, t4, x4, x8;
1383 t4 = t1 * t1; /* 48 bits mantissa */
1385 t4 *= npi_2_h; /* npi_2_h is 5 bits const. The product is exact */
1386 xx.l = x8 + t4; /* that will minimized the rounding error in xx.l */
1534 double t, t1, t2, t3, t4, t5, w, y, z, z1, z2, z3, z5;
1649 t4 = ww.h + ww.l;
1651 t2 = (double) ((float) t4);
1652 /* t4 will not be too large */
1661 t4 = ww.h + ww.l;
1663 t2 = (double) ((float) t4);
1666 t3 = t3 * t4; /* t3 = ss*ww */
1669 z5 = z1 * t4 + t1 * z2; /* (t5,z5) = ss*ww */