Home
last modified time | relevance | path

Searched defs:BETW (Results 1 – 3 of 3) sorted by relevance

/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A DplplotP.h233 #define BETW(ix,ia,ib) (((ix)<=(ia)&&(ix)>=(ib)) || ((ix)>=(ia)&&(ix)<=(ib))) macro
/dports/math/plplot-ada/plplot-5.15.0/include/
H A DplplotP.h205 #define BETW( ix, ia, ib ) ( ( ( ix ) <= ( ia ) && ( ix ) >= ( ib ) ) || ( ( ix ) >= … macro
/dports/math/plplot/plplot-5.15.0/include/
H A DplplotP.h205 #define BETW( ix, ia, ib ) ( ( ( ix ) <= ( ia ) && ( ix ) >= ( ib ) ) || ( ( ix ) >= … macro