Home | History | Annotate | Download | only in fdlibm

Lines Matching refs:hxs

136 	double y,hi,lo,c,t,e,hxs,hfx,r1;
186 hxs = x*hfx;
187 r1 = one+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5))));
189 e = hxs*((r1-t)/(6.0 - x*t));
190 if(k==0) return x - (x*e-hxs); /* c is 0 */
193 e -= hxs;