Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/rtree/
H A Drtree.c2212 RtreeDValue fMinGrowth = RTREE_ZERO; in ChooseLeaf() local
2232 if( iCell==0||growth<fMinGrowth||(growth==fMinGrowth && area<fMinArea) ){ in ChooseLeaf()
2236 fMinGrowth = growth; in ChooseLeaf()