Home
last modified time | relevance | path

Searched refs:estimatedCost (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2474 double estimatedCost; /* Estimated cost of using this index */ member
/external/sqlite/dist/
Dsqlite3.h4253 double estimatedCost; /* Estimated cost of using this index */ member
Dsqlite3.c4777 double estimatedCost; /* Estimated cost of using this index */ member
88295 sqlite3DebugPrintf(" estimatedCost=%g\n", p->estimatedCost);
88644 pIdxInfo->estimatedCost = SQLITE_BIG_DBL / ((double)2);
88668 if( (SQLITE_BIG_DBL/((double)2))<pIdxInfo->estimatedCost ){
88671 pCost->rCost = pIdxInfo->estimatedCost;
99461 pInfo->estimatedCost = 500000;
99471 pInfo->estimatedCost = 1.0;
99488 pInfo->estimatedCost = 2.0;
108669 pIdxInfo->estimatedCost = 10.0;
108724 pIdxInfo->estimatedCost = (2000000.0 / (double)(iIdx + 1));
Dsqlite3.h.orig4225 ** ^The estimatedCost value is an estimate of the cost of doing the
4253 double estimatedCost; /* Estimated cost of using this index */
Dsqlite3.c.orig4749 ** ^The estimatedCost value is an estimate of the cost of doing the
4777 double estimatedCost; /* Estimated cost of using this index */
88284 sqlite3DebugPrintf(" estimatedCost=%g\n", p->estimatedCost);
88633 pIdxInfo->estimatedCost = SQLITE_BIG_DBL / ((double)2);
88657 if( (SQLITE_BIG_DBL/((double)2))<pIdxInfo->estimatedCost ){
88660 pCost->rCost = pIdxInfo->estimatedCost;
99427 pInfo->estimatedCost = 500000;
99437 pInfo->estimatedCost = 1.0;
99454 pInfo->estimatedCost = 2.0;
108629 pIdxInfo->estimatedCost = 10.0;
[all …]