Home | History | Annotate | Download | only in src

Lines Matching defs:s2

207 	    double ss,s2,s_h,s_l,t_h,t_l;
233 s2 = ss*ss;
234 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
236 s2 = s_h*s_h;
237 t_h = 3.0+s2+r;
239 t_l = r-((t_h-3.0)-s2);