Home
last modified time | relevance | path

Searched refs:hfx (Results 1 – 2 of 2) sorted by relevance

/external/fdlibm/
Ds_expm1.c136 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/
Dieee754.cc2271 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()