Home | History | Annotate | Download | only in src

Lines Matching defs:s2

149 	    float s2,s_h,s_l,t_h,t_l;
176 s2 = s*s;
177 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6)))));
179 s2 = s_h*s_h;
180 t_h = (float)3.0+s2+r;
183 t_l = r-((t_h-(float)3.0)-s2);