Home | History | Annotate | Download | only in src

Lines Matching refs:max_dist

587     double max_dist = DBL_MAX;
689 max_dist = 0;
723 if( max_dist < dist )
724 max_dist = dist;
728 if( max_dist < termcrit.epsilon )