Home | History | Annotate | Download | only in rtree

Lines Matching refs:xleft2

1954       double xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]);
1959 || (xleft1==xright1 && xleft2<xright2)
1975 float xleft2 = aCell[aIdx[jj-1]].aCoord[iDim*2+1];
1978 assert( xleft1<=xright1 && (xleft1<xright1 || xleft2<=xright2) );