Home
last modified time | relevance | path

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

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_expm1f.c44 float y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1f() local
90 hfx = (float)0.5*x; in expm1f()
91 hxs = x*hfx; in expm1f()
93 t = (float)3.0-r1*hfx; in expm1f()
Ds_expm1.c135 double y,hi,lo,c,t,e,hxs,hfx,r1,twopk; in expm1() local
184 hfx = 0.5*x; in expm1()
185 hxs = x*hfx; in expm1()
187 t = 3.0-r1*hfx; in expm1()