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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1482 static float cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell){ function
1606 growth = cellGrowth(pRtree, &cell, pCell);
1796 float left = cellGrowth(pRtree, pLeftBox, &aCell[ii]);
1797 float right = cellGrowth(pRtree, pLeftBox, &aCell[ii]);
1830 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]);
2124 cellGrowth(pRtree, pBboxLeft, pNext) -
2125 cellGrowth(pRtree, pBboxRight, pNext)
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c125750 static float cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c146449 static RtreeDValue cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c146481 static RtreeDValue cellGrowth(Rtree *pRtree, RtreeCell *p, RtreeCell *pCell){ function
[all...]

Completed in 538 milliseconds