Searched refs:t1 (Results 1 – 6 of 6) sorted by relevance
/libm/ |
A D | e_hypot.c | 81 t1=0; in __ieee754_hypot() 83 b *= t1; in __ieee754_hypot() 84 a *= t1; in __ieee754_hypot() 97 t1 = 0; in __ieee754_hypot() 99 t2 = a-t1; in __ieee754_hypot() 100 w = __ieee754_sqrt(t1*t1-(b*(-b)-t2*(a+t1))); in __ieee754_hypot() 106 t1 = 0; in __ieee754_hypot() 108 t2 = a - t1; in __ieee754_hypot() 109 w = __ieee754_sqrt(t1*_y1-(w*(-w)-(t1*y2+t2*b))); in __ieee754_hypot() 113 t1 = 1.0; in __ieee754_hypot() [all …]
|
A D | e_sqrt.c | 92 u_int32_t r,t1,s1,ix1,q1; in __ieee754_sqrt() local 147 t1 = s1+r; in __ieee754_sqrt() 149 if((t<ix0)||((t==ix0)&&(t1<=ix1))) { in __ieee754_sqrt() 150 s1 = t1+r; in __ieee754_sqrt() 151 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1; in __ieee754_sqrt() 153 if (ix1 < t1) ix0 -= 1; in __ieee754_sqrt() 154 ix1 -= t1; in __ieee754_sqrt()
|
A D | e_pow.c | 97 double _y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local 194 t1 = u+v; in __ieee754_pow() 195 SET_LOW_WORD(t1,0); in __ieee754_pow() 196 t2 = v-(t1-u); in __ieee754_pow() 242 t1 = (((z_h+z_l)+dp_h[k])+t); in __ieee754_pow() 243 SET_LOW_WORD(t1,0); in __ieee754_pow() 244 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_pow() 254 p_l = (y-_y1)*t1+y*t2; in __ieee754_pow() 255 p_h = _y1*t1; in __ieee754_pow() 293 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5)))); in __ieee754_pow() [all …]
|
A D | e_log2.c | 75 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log2() local 107 t1= w*(Lg2+w*(Lg4+w*Lg6)); in __ieee754_log2() 110 R = t2+t1; in __ieee754_log2()
|
A D | e_log.c | 82 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local 117 t1= w*(Lg2+w*(Lg4+w*Lg6)); in __ieee754_log() 120 R = t2+t1; in __ieee754_log()
|
A D | e_lgamma_r.c | 104 t1 = -1.47587722994593911752e-01, /* 0xBFC2E427, 0x8DC6C509 */ variable 258 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13))); in __ieee754_lgamma_r()
|
Completed in 9 milliseconds