Lines Matching defs:LEQ
54 #define LEQ(x,y) (*pq->leq)(x,y)
58 #define LEQ(x,y) VertLeq((GLUvertex *)x, (GLUvertex *)y)
62 PriorityQ *pqNewPriorityQ( int (*leq)(PQkey key1, PQkey key2) )
84 pq->leq = leq;
110 if( child < pq->size && LEQ( h[n[child+1].handle].key,
118 if( child > pq->size || LEQ( h[hCurr].key, h[hChild].key )) {
141 if( parent == 0 || LEQ( h[hParent].key, h[hCurr].key )) {
251 if( curr <= 1 || LEQ( h[n[curr>>1].handle].key, h[n[curr].handle].key )) {