Searched refs:DCOORD (Results 1 – 1 of 1) sorted by relevance
218426 # define DCOORD(coord) ((RtreeDValue)coord.i) macro218428 # define DCOORD(coord) ( \ macro220268 margin += (DCOORD(p->aCoord[ii+1]) - DCOORD(p->aCoord[ii]));220329 x1 = MAX(DCOORD(p->aCoord[jj]), DCOORD(aCell[ii].aCoord[jj]));220330 x2 = MIN(DCOORD(p->aCoord[jj+1]), DCOORD(aCell[ii].aCoord[jj+1]));220516 RtreeDValue xleft1 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2]);220517 RtreeDValue xleft2 = DCOORD(aCell[aLeft[iLeft]].aCoord[iDim*2+1]);220518 RtreeDValue xright1 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2]);220519 RtreeDValue xright2 = DCOORD(aCell[aRight[iRight]].aCoord[iDim*2+1]);