Lines Matching refs:nDim2
167204 u8 nDim2; /* Twice the number of dimensions */
167810 for(ii=0; ii<pRtree->nDim2; ii++){
167953 }while( ii<pRtree->nDim2 );
168825 p->pInfo->nCoord = pRtree->nDim2;
169009 int ii = pRtree->nDim2 - 2;
169027 }while( ii<pRtree->nDim2 );
169033 }while( ii<pRtree->nDim2 );
169044 for(ii=0; ii<pRtree->nDim2; ii+=2){
169079 for(jj=0; jj<pRtree->nDim2; jj+=2){
170135 assert( nData<=(pRtree->nDim2 + 3) );
170562 pRtree->nDim2 = pRtree->nDim*2;
170563 pRtree->nBytesPerCell = 8 + pRtree->nDim2*4;
170639 tree.nDim2 = tree.nDim*2;
170652 for(jj=0; jj<tree.nDim2; jj++){