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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Ds_expm1.c139 double y,hi,lo,c,t,e,hxs,hfx,r1; local
190 hfx = 0.5*x;
191 hxs = x*hfx;
193 t = 3.0-r1*hfx;

Completed in 65 milliseconds