Searched refs:rScale (Results 1 – 2 of 2) sorted by relevance
214 double rScale = 1.0; in parseHhMmSs() local218 rScale *= 10.0; in parseHhMmSs()221 ms /= rScale; in parseHhMmSs()
4746 LogEst rScale, rSortCost; in whereSortingCost() local4748 rScale = sqlite3LogEst((nOrderBy-nSorted)*100/nOrderBy) - 66; in whereSortingCost()4749 rSortCost = nRow + rScale + 16; in whereSortingCost()