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

  /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;
  /bionic/libm/src/
s_expm1.c 133 double y,hi,lo,c,t,e,hxs,hfx,r1; local
183 hfx = 0.5*x;
184 hxs = x*hfx;
186 t = 3.0-r1*hfx;
s_expm1f.c 41 float y,hi,lo,c,t,e,hxs,hfx,r1; local
88 hfx = (float)0.5*x;
89 hxs = x*hfx;
91 t = (float)3.0-r1*hfx;

Completed in 144 milliseconds