Home | History | Annotate | Download | only in src

Lines Matching refs:d2

924         double a, b, c, d1, d2, s1, s2;
931 d2 = m2[i].x*a + m2[i].y*b + c;
940 err[i] = (float)(d1*d1*s1 + d2*d2*s2);