Home
last modified time | relevance | path

Searched refs:RTREE_ZERO (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c218322 # 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;
[all …]