Searched defs:hfx (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libm/common/C/ | ||
H A D | expm1.c | 163 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 63 milliseconds