Lines Matching defs:growth
20735 /* When converting from UTF-16, the maximum growth results from
20743 /* When converting from UTF-8 to UTF-16 the maximum growth is caused
131767 float growth;
131770 growth = cellGrowth(pRtree, &cell, pCell);
131781 || (overlap==fMinOverlap && growth<fMinGrowth)
131782 || (overlap==fMinOverlap && growth==fMinGrowth && area<fMinArea)
131788 if( iCell==0||growth<fMinGrowth||(growth==fMinGrowth && area<fMinArea) ){
131793 fMinGrowth = growth;
131996 float growth = cellGrowth(pRtree, &aCell[ii], &aCell[jj]);
131997 float waste = growth - right;