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

/netbsd-current/lib/libm/src/
H A Ds_expm1f.c42 float y,hi,lo,c,t,e,hxs,hfx,r1; local
92 hfx = (float)0.5*x;
93 hxs = x*hfx;
95 t = (float)3.0-r1*hfx;
H A Ds_expm1.c134 double y,hi,lo,c,t,e,hxs,hfx,r1; local
187 hfx = 0.5*x;
188 hxs = x*hfx;
190 t = 3.0-r1*hfx;

Completed in 119 milliseconds