Home
last modified time | relevance | path

Searched refs: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; in expm1() local
228 hfx = 0.5 * x; in expm1()
229 hxs = x * hfx; in expm1()
231 t = 3.0 - r1 * hfx; in expm1()