Home
last modified time | relevance | path

Searched refs:rScale (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Ddate.c214 double rScale = 1.0; in parseHhMmSs() local
218 rScale *= 10.0; in parseHhMmSs()
221 ms /= rScale; in parseHhMmSs()
H A Dwhere.c4746 LogEst rScale, rSortCost; in whereSortingCost() local
4748 rScale = sqlite3LogEst((nOrderBy-nSorted)*100/nOrderBy) - 66; in whereSortingCost()
4749 rSortCost = nRow + rScale + 16; in whereSortingCost()