Lines Matching refs:h_dist
409 double h_dist = 0, h_a_t = 0, h_b_t = 0;
414 if (dist > h_dist) {
417 h_dist = dist;
422 if (dist > h_dist) {
425 h_dist = dist;
435 if (dist >= distAtBu-.1 && distAtBu > h_dist) {
438 h_dist = distAtBu;
445 return h_dist;
454 double h_dist = hausdorfl(A, B, m_precision, a_t, b_t);
460 if (dist > h_dist) {
463 h_dist = dist;
468 if (dist > h_dist) {
471 h_dist = dist;
474 return h_dist;