Lines Matching refs:estimatedCost
2795 pIdxInfo->estimatedCost = (double)(((sqlite3_int64)1) << 50);
2803 pIdxInfo->estimatedCost = 10.0;
2806 pIdxInfo->estimatedCost = 100.0;
3340 pIdxInfo->estimatedCost = (double)5000 - 1000*nArg;
5000 pIdxInfo->estimatedCost = 1000.0;
5003 pIdxInfo->estimatedCost = (double)(((sqlite3_int64)1) << 50);
6433 pIdxInfo->estimatedCost = 1000000.0 / (n+1);