Home | History | Annotate | Download | only in rtree

Lines Matching refs:iLeft

1870     int iLeft = 0;
1884 while( iLeft<nLeft || iRight<nRight ){
1885 if( iLeft==nLeft ){
1886 aIdx[iLeft+iRight] = aRight[iRight];
1889 aIdx[iLeft+iRight] = aLeft[iLeft];
1890 iLeft++;
1892 float fLeft = aDistance[aLeft[iLeft]];
1895 aIdx[iLeft+iRight] = aLeft[iLeft];
1896 iLeft++;
1898 aIdx[iLeft+iRight] = aRight[iRight];
1939 int iLeft = 0;
1952 while( iLeft<nLeft || iRight<nRight ){
1953 double xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);
1954 double xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]);
1957 if( (iLeft!=nLeft) && ((iRight==nRight)
1961 aIdx[iLeft+iRight] = aLeft[iLeft];
1962 iLeft++;
1964 aIdx[iLeft+iRight] = aRight[iRight];