Home
last modified time | relevance | path

Searched refs:hfx (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-libm/
H A Dexpm1.c142 double y, hi, lo, c, e, hxs, hfx, r1; in expm1() local
231 hfx = 0.5 * x; in expm1()
232 hxs = x * hfx; in expm1()
234 t.dbl = 3.0 - r1 * hfx; in expm1()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dexpm1.c123 double_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1() local
168 hfx = 0.5*x; in expm1()
169 hxs = x*hfx; in expm1()
171 t = 3.0-r1*hfx; in expm1()
H A Dexpm1f.c32 float_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1f() local
77 hfx = 0.5f*x; in expm1f()
78 hxs = x*hfx; in expm1f()
80 t = 3.0f - r1*hfx; in expm1f()
/third_party/musl/src/math/
H A Dexpm1.c123 double_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1() local
168 hfx = 0.5*x; in expm1()
169 hxs = x*hfx; in expm1()
171 t = 3.0-r1*hfx; in expm1()
H A Dexpm1f.c32 float_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1f() local
77 hfx = 0.5f*x; in expm1f()
78 hxs = x*hfx; in expm1f()
80 t = 3.0f - r1*hfx; in expm1f()
/third_party/node/deps/v8/src/base/
H A Dieee754.cc2227 double y, hi, lo, c, t, e, hxs, hfx, r1, twopk; in expm1() local
2282 hfx = 0.5 * x; in expm1()
2283 hxs = x * hfx; in expm1()
2285 t = 3.0 - r1 * hfx; in expm1()

Completed in 7 milliseconds