Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h10211 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
/third_party/sqlite/src/
Dsqlite3.c10545 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
194859 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 …]