Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h627 # ifndef SQLITE_BIG_DBL
628 # define SQLITE_BIG_DBL (((sqlite3_int64)1)<<50) macro
635 #ifndef SQLITE_BIG_DBL
636 # define SQLITE_BIG_DBL (1e99) macro
H A Dwhere.c3717 pIdxInfo->estimatedCost = SQLITE_BIG_DBL / (double)2; in whereLoopAddVirtualOne()