/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_expm1f.c | 44 float y,hi,lo,c,t,e,hxs,hfx,r1,twopk; local 90 hfx = (float)0.5*x; 91 hxs = x*hfx; 93 t = (float)3.0-r1*hfx;
|
s_expm1.c | 135 double y,hi,lo,c,t,e,hxs,hfx,r1,twopk; local 184 hfx = 0.5*x; 185 hxs = x*hfx; 187 t = 3.0-r1*hfx;
|
/external/fdlibm/ |
s_expm1.c | 136 double y,hi,lo,c,t,e,hxs,hfx,r1; local 185 hfx = 0.5*x; 186 hxs = x*hfx; 188 t = 3.0-r1*hfx;
|