Searched refs:rScore (Results 1 – 2 of 2) sorted by relevance
10211 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
10545 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member194859 RtreeDValue rScore; /* The score for this node. Smallest goes first. */195874 pInfo->rScore = pInfo->rParentScore = pSearch->rScore;195878 if( pInfo->rScore<*prScore || *prScore<RTREE_ZERO ){195879 *prScore = pInfo->rScore;196024 if( pA->rScore<pB->rScore ) return -1;196025 if( pA->rScore>pB->rScore ) return +1;196080 RtreeDValue rScore, /* Score for the new search point */196094 pNew->rScore = rScore;196115 RtreeDValue rScore, /* Score for the new search point */[all …]