Searched refs:t2 (Results 1 – 9 of 9) sorted by relevance
/bionic/libm/src/ |
D | e_hypotf.c | 26 float a=x,b=y,t1,t2,y1,y2,w; in __ieee754_hypotf() local 69 t2 = a-t1; in __ieee754_hypotf() 70 w = __ieee754_sqrtf(t1*t1-(b*(-b)-t2*(a+t1))); in __ieee754_hypotf() 76 t2 = a - t1; in __ieee754_hypotf() 77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b))); in __ieee754_hypotf()
|
D | e_hypot.c | 56 double a=x,b=y,t1,t2,y1,y2,w; in __ieee754_hypot() local 106 t2 = a-t1; in __ieee754_hypot() 107 w = sqrt(t1*t1-(b*(-b)-t2*(a+t1))); in __ieee754_hypot() 115 t2 = a - t1; in __ieee754_hypot() 116 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b))); in __ieee754_hypot()
|
D | e_logf.c | 38 float hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_logf() local 72 t2= z*(Lg1+w*Lg3); in __ieee754_logf() 74 R = t2+t1; in __ieee754_logf()
|
D | e_log.c | 89 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local 124 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in __ieee754_log() 126 R = t2+t1; in __ieee754_log()
|
D | e_powf.c | 60 float y1,t1,t2,r,s,sn,t,u,v,w; in __ieee754_powf() local 145 t2 = v-(t1-u); in __ieee754_powf() 197 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_powf() 203 p_l = (y-y1)*t1+y*t2; in __ieee754_powf()
|
D | e_pow.c | 101 double y1,t1,t2,r,s,t,u,v,w; in __ieee754_pow() local 203 t2 = v-(t1-u); in __ieee754_pow() 251 t2 = z_l-(((t1-t)-dp_h[k])-z_h); in __ieee754_pow() 257 p_l = (y-y1)*t1+y*t2; in __ieee754_pow()
|
D | e_lgammaf_r.c | 46 t2 = 6.4624942839e-02, /* 0x3d845a15 */ variable 194 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgammaf_r()
|
D | e_lgamma_r.c | 112 t2 = 6.46249402391333854778e-02, /* 0x3FB08B42, 0x94D5419B */ variable 260 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14))); in __ieee754_lgamma_r()
|
/bionic/libc/kernel/common/linux/ |
D | wanrouter.h | 74 unsigned t2; member
|