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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1570 float fMinGrowth; local
1615 || (overlap==fMinOverlap && growth<fMinGrowth)
1616 || (overlap==fMinOverlap && growth==fMinGrowth && area<fMinArea)
1621 if( iCell==0||growth<fMinGrowth||(growth==fMinGrowth && area<fMinArea) ){
1627 fMinGrowth = growth;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c125838 float fMinGrowth; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c146505 RtreeDValue fMinGrowth = RTREE_ZERO; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c146537 RtreeDValue fMinGrowth = RTREE_ZERO; local
[all...]

Completed in 5861 milliseconds