Lines Matching refs:t1
174 float y1,t1,t2,r,s,sn,t,u,v,w; in powf() local
264 t1 = u + v; in powf()
265 GET_FLOAT_WORD(is, t1); in powf()
266 SET_FLOAT_WORD(t1, is & 0xfffff000); in powf()
267 t2 = v - (t1-u); in powf()
325 t1 = (((z_h + z_l) + dp_h[k]) + t); in powf()
326 GET_FLOAT_WORD(is, t1); in powf()
327 SET_FLOAT_WORD(t1, is & 0xfffff000); in powf()
328 t2 = z_l - (((t1 - t) - dp_h[k]) - z_h); in powf()
334 p_l = (y-y1)*t1 + y*t2; in powf()
335 p_h = y1*t1; in powf()
372 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in powf()
373 r = (z*t1)/(t1-2.0f) - (w+z*w); in powf()
638 float_t hfsq,f,s,z,R,w,t1,t2,dk; in logf() local
670 t1= w*(Lg2+w*Lg4); in logf()
672 R = t2 + t1; in logf()