Home | History | Annotate | Download | only in src

Lines Matching refs:hxs

41 	float y,hi,lo,c,t,e,hxs,hfx,r1;
89 hxs = x*hfx;
90 r1 = one+hxs*(Q1+hxs*(Q2+hxs*(Q3+hxs*(Q4+hxs*Q5))));
92 e = hxs*((r1-t)/((float)6.0 - x*t));
93 if(k==0) return x - (x*e-hxs); /* c is 0 */
96 e -= hxs;