Searched refs:rScore (Results 1 – 2 of 2) sorted by relevance
11470 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
11791 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member218720 RtreeDValue rScore; /* The score for this node. Smallest goes first. */ member219763 pInfo->rScore = pInfo->rParentScore = pSearch->rScore;219767 if( pInfo->rScore<*prScore || *prScore<RTREE_ZERO ){219768 *prScore = pInfo->rScore;219913 if( pA->rScore<pB->rScore ) return -1;219914 if( pA->rScore>pB->rScore ) return +1;219969 RtreeDValue rScore, /* Score for the new search point */ argument219983 pNew->rScore = rScore;220004 RtreeDValue rScore, /* Score for the new search point */ argument[all …]