Lines Matching refs:RTREE_ZERO
218322 # define RTREE_ZERO 0 macro
218326 # define RTREE_ZERO 0.0 macro
219384 *prScore = RTREE_ZERO;
219392 if( pInfo->rScore<*prScore || *prScore<RTREE_ZERO ){
219803 if( rScore<RTREE_ZERO ) rScore = RTREE_ZERO;
220008 p = rtreeSearchPointNew(pCsr, RTREE_ZERO, 0);
220071 p->u.rValue = RTREE_ZERO;
220086 pNew = rtreeSearchPointNew(pCsr, RTREE_ZERO, (u8)(pRtree->iDepth+1));
220323 RtreeDValue overlap = RTREE_ZERO;
220363 RtreeDValue fMinGrowth = RTREE_ZERO;
220364 RtreeDValue fMinArea = RTREE_ZERO;
220566 RtreeDValue fBestMargin = RTREE_ZERO;
220587 RtreeDValue margin = RTREE_ZERO;
220588 RtreeDValue fBestOverlap = RTREE_ZERO;
220589 RtreeDValue fBestArea = RTREE_ZERO;
223792 p = rtreeSearchPointNew(pCsr, RTREE_ZERO, 0);
223863 pNew = rtreeSearchPointNew(pCsr, RTREE_ZERO, (u8)(pRtree->iDepth+1));