Home
last modified time | relevance | path

Searched defs:INCI_OR (Results 1 – 2 of 2) sorted by relevance

/dports/math/palp/palp-2.20/
H A DGlobal.h543 #define INCI_OR(x,y) ((x) | (y)) /* bitwise logical or */ macro
H A DVertex.c22 INCI INCI_OR(INCI x, INCI y){ in INCI_OR() function