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

/freebsd-10.2-release/lib/msun/src/
H A Ds_expm1f.c44 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;
H A Ds_expm1.c135 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;

Completed in 51 milliseconds