Searched refs:sqlite3LogEst (Results 1 – 1 of 1) sorted by relevance
22316 SQLITE_PRIVATE LogEst sqlite3LogEst(u64);38465 SQLITE_PRIVATE LogEst sqlite3LogEst(u64 x){ in sqlite3LogEst() function38493 if( x<=2000000000 ) return sqlite3LogEst((u64)x); in sqlite3LogEstFromDouble()102765 sz = sqlite3LogEst((u64)sz);124958 if( aLog ) aLog[i] = sqlite3LogEst(v);124963 aLog[i] = sqlite3LogEst(v);124980 pIndex->szIdxRow = sqlite3LogEst(sz);124986 pIndex->pTable->costMult = sqlite3LogEst(sqlite3Atoi(z+9));127637 pTable->nRowLogEst = sqlite3LogEst(SQLITE_DEFAULT_ROWEST);127639 pTable->nRowLogEst = 200; assert( 200==sqlite3LogEst(1048576) );[all …]