Lines Matching full:dist2
1735 double dist2 = 0., beta = c_weights[idx];1739 dist2 += t*t;1741 if( min_dist2 > dist2 )1743 min_dist2 = dist2;