Searched refs:test_p (Results 1 – 2 of 2) sorted by relevance
71 #define closest(test_p,p1,p2) \ argument74 ((dist_square (test_p->pos, p1->pos) < \75 dist_square (test_p->pos, p2->pos)) ? \
479 PROTOTYPE* test_p = (PROTOTYPE *) first_node (list_it); in MergeInsignificantProtos() local480 if (test_p != Prototype && !test_p->Merged) { in MergeInsignificantProtos()483 Prototype->Mean, test_p->Mean); in MergeInsignificantProtos()485 best_match = test_p; in MergeInsignificantProtos()