Searched refs:hfx (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_expm1f.c | 42 float y,hi,lo,c,t,e,hxs,hfx,r1; in __expm1f() local 93 hfx = (float)0.5*x; in __expm1f() 94 hxs = x*hfx; in __expm1f() 96 t = (float)3.0-r1*hfx; in __expm1f()
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_expm1.c | 136 double y, hi, lo, c, t, e, hxs, hfx, r1, h2, h4, R1, R2, R3; in __expm1() local 209 hfx = 0.5 * x; in __expm1() 210 hxs = x * hfx; in __expm1() 215 t = 3.0 - r1 * hfx; in __expm1()
|