Home
last modified time | relevance | path

Searched refs:op_y (Results 1 – 2 of 2) 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 Dring_util.hpp715 double op_y = static_cast<double>(op->y); in point_in_polygon() local
720 (values_are_equal(op_y, pt.y) && ((op_next_x > pt.x) == (op_x < pt.x)))) { in point_in_polygon()
724 if ((op_y < pt.y) != (op_next_y < pt.y)) { in point_in_polygon()
736 (op_x - pt.x) * (op_next_y - pt.y) - (op_next_x - pt.x) * (op_y - pt.y); in point_in_polygon()
740 if ((d > 0.0) == (op_next_y > op_y)) { in point_in_polygon()
753 (op_x - pt.x) * (op_next_y - pt.y) - (op_next_x - pt.x) * (op_y - pt.y); in point_in_polygon()
757 if ((d > 0.0) == (op_next_y > op_y)) { in point_in_polygon()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Duprobes.c600 #define COND(op_y, op_n, expr) \ argument
601 case 0x ## op_y: DO((expr) != 0) \