Home
last modified time | relevance | path

Searched refs:hfx (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/msun/src/
H A Ds_expm1f.c41 float y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1f() local
87 hfx = (float)0.5*x; in expm1f()
88 hxs = x*hfx; in expm1f()
90 t = (float)3.0-r1*hfx; in expm1f()
H A Ds_expm1.c131 double y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1() local
180 hfx = 0.5*x; in expm1()
181 hxs = x*hfx; in expm1()
183 t = 3.0-r1*hfx; in expm1()