Lines Matching refs:t1
62 float y1,t1,t2,r,s,sn,t,u,v,w; in powf() local
147 t1 = u+v; in powf()
148 GET_FLOAT_WORD(is,t1); in powf()
149 SET_FLOAT_WORD(t1,is&0xfffff000); in powf()
150 t2 = v-(t1-u); in powf()
199 t1 = (((z_h+z_l)+dp_h[k])+t); in powf()
200 GET_FLOAT_WORD(is,t1); in powf()
201 SET_FLOAT_WORD(t1,is&0xfffff000); in powf()
202 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in powf()
208 p_l = (y-y1)*t1+y*t2; in powf()
209 p_h = y1*t1; in powf()
244 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in powf()
245 r = (z*t1)/(t1-two)-(w+z*w); in powf()