Lines Matching refs:estimatedCost
5401 double estimatedCost; /* Estimated cost of using this index */ member
99932 sqlite3DebugPrintf(" estimatedCost=%g\n", p->estimatedCost);
100533 pIdxInfo->estimatedCost = SQLITE_BIG_DBL / ((double)2);
100554 rCost = pIdxInfo->estimatedCost;
113181 pInfo->estimatedCost = 500000;
113191 pInfo->estimatedCost = 1.0;
113208 pInfo->estimatedCost = 2.0;
116605 pInfo->estimatedCost = 5;
116608 pInfo->estimatedCost = 20000;
116612 pInfo->estimatedCost /= 2;
116617 pInfo->estimatedCost /= 2;
125766 pIdxInfo->estimatedCost = 10.0;
125796 pIdxInfo->estimatedCost = (2000000.0 / (double)(iIdx + 1));