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

/bionic/libm/src/
H A Ds_expm1.c133 double y,hi,lo,c,t,e,hxs,hfx,r1; local
183 hfx = 0.5*x;
184 hxs = x*hfx;
186 t = 3.0-r1*hfx;
H A Ds_expm1f.c41 float y,hi,lo,c,t,e,hxs,hfx,r1; local
88 hfx = (float)0.5*x;
89 hxs = x*hfx;
91 t = (float)3.0-r1*hfx;

Completed in 71 milliseconds