Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dsqlite3.h11180 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
H A Dsqlite3.c11499 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
213709 RtreeDValue rScore; /* The score for this node. Smallest goes first. */
214733 pInfo->rScore = pInfo->rParentScore = pSearch->rScore;
214737 if( pInfo->rScore<*prScore || *prScore<RTREE_ZERO ){
214738 *prScore = pInfo->rScore;
214883 if( pA->rScore<pB->rScore ) return -1;
214884 if( pA->rScore>pB->rScore ) return +1;
214939 RtreeDValue rScore, /* Score for the new search point */
214953 pNew->rScore = rScore;
214974 RtreeDValue rScore, /* Score for the new search point */
[all …]