Searched refs:SQLITE_BIG_DBL (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h319 # ifndef SQLITE_BIG_DBL
320 # define SQLITE_BIG_DBL (((sqlite3_int64)1)<<50) macro
327 #ifndef SQLITE_BIG_DBL
328 # define SQLITE_BIG_DBL (1e99) macro
H A Dwhere.c2201 pIdxInfo->estimatedCost = SQLITE_BIG_DBL / ((double)2);
2227 /* The cost is not allowed to be larger than SQLITE_BIG_DBL (the
2234 if( (SQLITE_BIG_DBL/((double)2))<rCost ){
2235 pCost->rCost = (SQLITE_BIG_DBL/((double)2));
2677 ** SQLITE_BIG_DBL. If a plan is found that uses the named index,
2706 pCost->rCost = SQLITE_BIG_DBL;
4527 bestPlan.rCost = SQLITE_BIG_DBL;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7299 # ifndef SQLITE_BIG_DBL
7300 # define SQLITE_BIG_DBL (((sqlite3_int64)1)<<50) macro
7307 #ifndef SQLITE_BIG_DBL
7308 # define SQLITE_BIG_DBL (1e99) macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8375 # ifndef SQLITE_BIG_DBL
8376 # define SQLITE_BIG_DBL (((sqlite3_int64)1)<<50) macro
8383 #ifndef SQLITE_BIG_DBL
8384 # define SQLITE_BIG_DBL (1e99) macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8375 # ifndef SQLITE_BIG_DBL
8376 # define SQLITE_BIG_DBL (((sqlite3_int64)1)<<50) macro
8383 #ifndef SQLITE_BIG_DBL
8384 # define SQLITE_BIG_DBL (1e99) macro
[all...]

Completed in 1749 milliseconds