Home | History | Annotate | Download | only in src

Lines Matching refs:d1

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