Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.h10903 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
Dsqlite3.c11216 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
208761 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 …]