Searched refs:values_are_equal (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/ |
| H A D | util.hpp | 37 inline bool values_are_equal(double x, double y) { in values_are_equal() function 42 return x > y || values_are_equal(x, y); in greater_than_or_equal()
|
| H A D | ring_util.hpp | 412 if (values_are_equal(std::max(dx1p, dx1n), std::max(dx2p, dx2n)) && in first_is_bottom_point() 413 values_are_equal(std::min(dx1p, dx1n), std::min(dx2p, dx2n))) { in first_is_bottom_point() 718 if (values_are_equal(op_next_y, pt.y)) { in point_in_polygon() 719 if (values_are_equal(op_next_x, pt.x) || in point_in_polygon() 720 (values_are_equal(op_y, pt.y) && ((op_next_x > pt.x) == (op_x < pt.x)))) { in point_in_polygon()
|
| H A D | active_bound_list.hpp | 95 if (values_are_equal(bound2.current_x, bound1.current_x)) { in operator ()()
|
| H A D | intersect_util.hpp | 20 if (!values_are_equal(node2.pt.y, node1.pt.y)) { in operator ()()
|