Home
last modified time | relevance | path

Searched refs:cmpxqp (Results 1 – 3 of 3) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Segment_Delaunay_graph_Linf_2/
H A DBasic_predicates_C2.h382 Comparison_result cmpxqp = cmpx(q,p); in compute_horizontal_line_from_to() local
383 CGAL_assertion(cmpxqp != EQUAL); in compute_horizontal_line_from_to()
384 b = (cmpxqp == SMALLER) ? RT(-1) : RT(1); in compute_horizontal_line_from_to()
385 c = (cmpxqp == SMALLER) ? p.y() : RT(-p.y()); in compute_horizontal_line_from_to()
H A DVoronoi_vertex_ring_C2.h170 Comparison_result cmpxqp = CGAL::compare(q.x(), p.x()); in compute_ppp() local
172 if (cmpxqp == SMALLER) { // q.x() < p.x() in compute_ppp()
175 } else if (cmpxqp == LARGER) { // q.x() > p.x() in compute_ppp()
405 if ((cmpxqp == LARGER) && (cmpxqr == LARGER)) { in compute_ppp()
409 if ((cmpxqp == SMALLER) && (cmpxqr == SMALLER)) { in compute_ppp()
435 if ((cmpxqp == LARGER) && (cmpxqr == LARGER)) { in compute_ppp()
439 if ((cmpxqp == SMALLER) && (cmpxqr == SMALLER)) { in compute_ppp()
H A DVoronoi_vertex_sqrt_field_new_C2.h189 Comparison_result cmpxqp = CGAL::compare(q.x(), p.x()); in compute_vv_points() local
191 if (cmpxqp == SMALLER) { // q.x() < p.x() in compute_vv_points()
194 } else if (cmpxqp == LARGER) { // q.x() > p.x() in compute_vv_points()
423 if ((cmpxqp == LARGER) && (cmpxqr == LARGER)) { in compute_vv_points()
427 if ((cmpxqp == SMALLER) && (cmpxqr == SMALLER)) { in compute_vv_points()
453 if ((cmpxqp == LARGER) && (cmpxqr == LARGER)) { in compute_vv_points()
457 if ((cmpxqp == SMALLER) && (cmpxqr == SMALLER)) { in compute_vv_points()