Searched refs:rScore (Results 1 – 2 of 2) sorted by relevance
11468 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
11789 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member218348 RtreeDValue rScore; /* The score for this node. Smallest goes first. */ member219388 pInfo->rScore = pInfo->rParentScore = pSearch->rScore;219392 if( pInfo->rScore<*prScore || *prScore<RTREE_ZERO ){219393 *prScore = pInfo->rScore;219538 if( pA->rScore<pB->rScore ) return -1;219539 if( pA->rScore>pB->rScore ) return +1;219594 RtreeDValue rScore, /* Score for the new search point */ argument219608 pNew->rScore = rScore;219629 RtreeDValue rScore, /* Score for the new search point */ argument[all …]