Home
last modified time | relevance | path

Searched defs:RIGHT_OF (Results 1 – 6 of 6) sorted by relevance

/dports/databases/grass7/grass-7.8.6/vector/v.delaunay/
H A Dgeom_primitives.h72 #define RIGHT_OF(p1, p2, p3) (CROSS_PRODUCT_3P(p1, p2, p3) < 0) macro
/dports/net/quagga/quagga-1.2.4/lib/
H A Dpqueue.c42 #define RIGHT_OF(x) (2 * x + 2) macro
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dpriority_queue.c12 #define RIGHT_OF(index) (((index) << 1) + 2) macro
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/workbench/modeling/
H A DEModelService.java55 int RIGHT_OF = 3; field
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Drbtree.c94 #define RIGHT_OF(p) right_of(NODE(p)) macro
/dports/comms/flrig/flrig-1.3.54/src/UI/
H A Drigpanel.cxx361 #define RIGHT_OF(widget) (widget->x() + widget->w()) macro