Home | History | Annotate | Download | only in dist

Lines Matching refs:rScale

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