Lines Matching refs:t1
51 long double a=x,b=y,t1,t2,y1,y2,w;
85 t1=0;
86 SET_HIGH_WORD(t1,ESW(MAX_EXP-2)); /* t1=2^(MAX_EXP-2) */
87 b *= t1;
88 a *= t1;
101 t1 = a;
103 uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
104 t2 = a-t1;
105 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1)));
112 t1 = a;
113 uv.e = t1; uv.bits.manl = 0; t1 = uv.e;
114 t2 = a - t1;
115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
119 t1 = 1.0;
120 GET_HIGH_WORD(high,t1);
121 SET_HIGH_WORD(t1,high+DESW(k));
122 return t1*w;