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

/illumos-gate/usr/src/lib/libm/common/C/
H A Dexpm1.c163 double y, hi, lo, c = 0.0L, t, e, hxs, hfx, r1; local
228 hfx = 0.5 * x;
229 hxs = x * hfx;
231 t = 3.0 - r1 * hfx;

Completed in 45 milliseconds