Lines Matching refs:t2
70 long double t1, t2, t3, t4, w1, w2, t; in sum4fpl() local
71 t1 = ta[0]; t2 = ta[1]; t3 = ta[2]; t4 = ta[3]; in sum4fpl()
77 t = t2; t2 = t4; t4 = t; in sum4fpl()
80 if (fabsl(t4) > fabsl(t2)) { in sum4fpl()
81 t3 = t4; t4 = t2; t2 = t; in sum4fpl()
83 t3 = t2; t2 = t; in sum4fpl()
85 } else if (fabsl(t3) > fabsl(t2)) { in sum4fpl()
86 t = t2; t2 = t3; in sum4fpl()
87 if (fabsl(t4) > fabsl(t2)) { in sum4fpl()
95 t = t2 + w1; in sum4fpl()
96 w2 += w1 - (t - t2); in sum4fpl()
110 long double t1, t2, t3, t4, x1, x2, y1, y2, u1, v1, b[4], w1, w2; in cpowl() local
169 sincospil(w1, &t1, &t2); in cpowl()
171 s = t1 * t4 + t3 * t2; in cpowl()
172 c = t2 * t4 - t1 * t3; in cpowl()
209 t1 = __k_clog_rl(x, y, &t2); in cpowl()
215 x2 = t2 - (x1 - t1); /* log(hypot(x,y)) = x1 + x2 */ in cpowl()
229 sincosl(w1, &t1, &t2); in cpowl()
231 s = t1 * t4 + t3 * t2; in cpowl()
232 c = t2 * t4 - t1 * t3; in cpowl()
266 t2 = w1 - t1 * ln2hil; in cpowl()
268 r = expl(t2 + t3); in cpowl()