Home | History | Annotate | Download | only in src

Lines Matching refs:dist1

232     double dist1 = 0;
239 dist1 += t1*t1;
244 dist1 += t1*t1;
253 return (float)(dist0 + dist1);