Home
last modified time | relevance | path

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

/dports/math/palp/palp-2.20/
H A DGlobal.h546 #define INCI_LE(x,y) INCI_EQ(INCI_OR(x,y),y)/* bitwise less or equal */ macro
H A DVertex.c30 int INCI_LE(INCI x, INCI y){ in INCI_LE() function