Lines Matching refs:s2
205 double ss,s2,s_h,s_l,t_h,t_l;231 s2 = ss*ss;232 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));234 s2 = s_h*s_h;235 t_h = 3.0+s2+r;237 t_l = r-((t_h-3.0)-s2);