Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/math/
H A Dexpm1f.c33 float_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1f() local
78 hfx = 0.5f*x; in expm1f()
79 hxs = x*hfx; in expm1f()
81 t = 3.0f - r1*hfx; in expm1f()
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()