Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c2335 RtreeDValue *aDistance, in SortByDistance() argument
2347 SortByDistance(aLeft, nLeft, aDistance, aSpare); in SortByDistance()
2348 SortByDistance(aRight, nRight, aDistance, aSpare); in SortByDistance()
2361 RtreeDValue fLeft = aDistance[aLeft[iLeft]]; in SortByDistance()
2362 RtreeDValue fRight = aDistance[aRight[iRight]]; in SortByDistance()
2378 RtreeDValue left = aDistance[aIdx[jj-1]]; in SortByDistance()
2379 RtreeDValue right = aDistance[aIdx[jj]]; in SortByDistance()
2879 RtreeDValue *aDistance; in Reinsert() local
2906 aDistance = (RtreeDValue *)&aSpare[n]; in Reinsert()
2925 aDistance[ii] = RTREE_ZERO; in Reinsert()
[all …]