HomeSort by relevance Sort by last modified time
    Searched refs:hfx (Results 1 - 4 of 4) sorted by null

  /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;
  /external/chromium_org/v8/third_party/fdlibm/
fdlibm.js 672 var hfx = 0.5 * x; variable
673 var hxs = x * hfx;
676 t = 3 - r1 * hfx;

Completed in 602 milliseconds