Lines Matching defs:s2
209 double ss,s2,s_h,s_l,t_h,t_l;235 s2 = ss*ss;236 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));238 s2 = s_h*s_h;239 t_h = 3.0+s2+r;241 t_l = r-((t_h-3.0)-s2);