Searched refs:rScore (Results 1 – 2 of 2) sorted by relevance
10903 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
11216 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member208761 RtreeDValue rScore; /* The score for this node. Smallest goes first. */209780 pInfo->rScore = pInfo->rParentScore = pSearch->rScore;209784 if( pInfo->rScore<*prScore || *prScore<RTREE_ZERO ){209785 *prScore = pInfo->rScore;209930 if( pA->rScore<pB->rScore ) return -1;209931 if( pA->rScore>pB->rScore ) return +1;209986 RtreeDValue rScore, /* Score for the new search point */210000 pNew->rScore = rScore;210021 RtreeDValue rScore, /* Score for the new search point */[all …]