Searched refs:rScore (Results 1 – 2 of 2) sorted by relevance
8463 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
8723 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member160145 RtreeDValue rScore; /* The score for this node. Smallest goes first. */160944 pInfo->rScore = pInfo->rParentScore = pSearch->rScore;160948 if( pInfo->rScore<*prScore || *prScore<RTREE_ZERO ){160949 *prScore = pInfo->rScore;161075 if( pA->rScore<pB->rScore ) return -1;161076 if( pA->rScore>pB->rScore ) return +1;161131 RtreeDValue rScore, /* Score for the new search point */161145 pNew->rScore = rScore;161166 RtreeDValue rScore, /* Score for the new search point */[all …]