Searched refs:hfx (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/system/libroot/posix/musl/math/
H A Dexpm1f.c33 float_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; local
78 hfx = 0.5f*x;
79 hxs = x*hfx;
81 t = 3.0f - r1*hfx;
H A Dexpm1.c123 double_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; local
168 hfx = 0.5*x;
169 hxs = x*hfx;
171 t = 3.0-r1*hfx;

Completed in 42 milliseconds