Searched refs:hfx (Results 1 – 2 of 2) sorted by relevance
/external/fdlibm/ |
D | 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;
|
/external/v8/src/base/ |
D | ieee754.cc | 2271 double y, hi, lo, c, t, e, hxs, hfx, r1, twopk; in expm1() local 2326 hfx = 0.5 * x; in expm1() 2327 hxs = x * hfx; in expm1() 2329 t = 3.0 - r1 * hfx; in expm1()
|