Lines Matching refs:RTREE_ZERO
144810 # define RTREE_ZERO 0
144814 # define RTREE_ZERO 0.0
145623 *prScore = RTREE_ZERO;
145631 if( pInfo->rScore<*prScore || *prScore<RTREE_ZERO ){
146011 if( rScore<RTREE_ZERO ) rScore = RTREE_ZERO;
146196 p = rtreeSearchPointNew(pCsr, RTREE_ZERO, 0);
146250 pNew = rtreeSearchPointNew(pCsr, RTREE_ZERO, pRtree->iDepth+1);
146465 RtreeDValue overlap = RTREE_ZERO;
146505 RtreeDValue fMinGrowth = RTREE_ZERO;
146506 RtreeDValue fMinArea = RTREE_ZERO;
146756 RtreeDValue fBestMargin = RTREE_ZERO;
146777 RtreeDValue margin = RTREE_ZERO;
146778 RtreeDValue fBestOverlap = RTREE_ZERO;
146779 RtreeDValue fBestArea = RTREE_ZERO;
147199 aDistance[ii] = RTREE_ZERO;