Home
last modified time | relevance | path

Searched defs:rScore (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/ext/rtree/
H A Dsqlite3rtree.h100 sqlite3_rtree_dbl rScore; /* OUT: Write the score here */ member
H A Dtest_rtreedoc.c281 double rScore = 0.0; in box_query() local
H A Drtree.c239 RtreeDValue rScore; /* The score for this node. Smallest goes first. */ member
1460 RtreeDValue rScore, /* Score for the new search point */ in rtreeEnqueue()
1495 RtreeDValue rScore, /* Score for the new search point */ in rtreeSearchPointNew()
1630 sqlite3_rtree_dbl rScore = (sqlite3_rtree_dbl)-1; in rtreeStepToLeaf() local