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

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_expm1.c143 double y,hi,lo,c,t,e,hxs,hfx,r1,h2,h4,R1,R2,R3; local
193 hfx = 0.5*x;
194 hxs = x*hfx;
203 t = 3.0-r1*hfx;
H A Ds_expm1f.c49 float y,hi,lo,c,t,e,hxs,hfx,r1; local
96 hfx = (float)0.5*x;
97 hxs = x*hfx;
99 t = (float)3.0-r1*hfx;

Completed in 103 milliseconds