Searched refs:found_outside (Results 1 – 1 of 1) sorted by relevance
62 bool found_outside = false; in point_multipoint_check() local77 found_outside = true; in point_multipoint_check()79 if ( found_inside && found_outside ) in point_multipoint_check()83 return std::make_pair(found_inside, found_outside); in point_multipoint_check()219 bool found_outside = false; in search() local231 found_outside = true; in search()233 if ( found_inside && found_outside ) in search()244 if ( found_outside ) // some point of MP2 was found outside of MP1 in search()