Searched refs:sign_of_compare (Results 1 – 1 of 1) sorted by relevance
152 int sign_of_compare(T const& a, T const& b, T const& c, T const& d) in sign_of_compare() function in boost::geometry::strategy::side::side_of_intersection212 ? sign_of_compare(a, b, -c, d) in sign_of_addition_of_two_products()213 : sign_of_compare(c, d, -a, b); in sign_of_addition_of_two_products()