Searched refs:hfx (Results 1 – 2 of 2) sorted by relevance
/haiku/src/system/libroot/posix/musl/math/ |
H A D | expm1f.c | 33 float_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1f() local 78 hfx = 0.5f*x; in expm1f() 79 hxs = x*hfx; in expm1f() 81 t = 3.0f - r1*hfx; in expm1f()
|
H A D | expm1.c | 123 double_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1() local 168 hfx = 0.5*x; in expm1() 169 hxs = x*hfx; in expm1() 171 t = 3.0-r1*hfx; in expm1()
|