HomeSort by relevance Sort by last modified time
    Searched refs:hfx (Results 1 - 7 of 7) 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;
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_expm1.c 139 double y,hi,lo,c,t,e,hxs,hfx,r1; local
190 hfx = 0.5*x;
191 hxs = x*hfx;
193 t = 3.0-r1*hfx;
  /prebuilts/go/darwin-x86/src/math/
expm1.go 203 hfx := 0.5 * x
204 hxs := x * hfx
206 t := 3 - r1*hfx
  /prebuilts/go/linux-x86/src/math/
expm1.go 203 hfx := 0.5 * x
204 hxs := x * hfx
206 t := 3 - r1*hfx
  /external/v8/src/base/
ieee754.cc 2270 double y, hi, lo, c, t, e, hxs, hfx, r1, twopk; local
    [all...]

Completed in 342 milliseconds