Home | History | Annotate | Download | only in orig

Lines Matching refs:rScale

14779       double rScale = 1.0;
14783 rScale *= 10.0;
14786 ms /= rScale;
116319 ** The (Y/X) term is implemented using stack variable rScale
116321 LogEst rScale, rSortCost;
116323 rScale = sqlite3LogEst((nOrderBy-nSorted)*100/nOrderBy) - 66;
116324 rSortCost = nRow + estLog(nRow) + rScale + 16;