Searched refs:sqlite3LogEst (Results 1 – 1 of 1) sorted by relevance
22338 SQLITE_PRIVATE LogEst sqlite3LogEst(u64);38495 SQLITE_PRIVATE LogEst sqlite3LogEst(u64 x){ in sqlite3LogEst() function38523 if( x<=2000000000 ) return sqlite3LogEst((u64)x); in sqlite3LogEstFromDouble()102923 sz = sqlite3LogEst((u64)sz);125166 if( aLog ) aLog[i] = sqlite3LogEst(v);125171 aLog[i] = sqlite3LogEst(v);125188 pIndex->szIdxRow = sqlite3LogEst(sz);125194 pIndex->pTable->costMult = sqlite3LogEst(sqlite3Atoi(z+9));127845 pTable->nRowLogEst = sqlite3LogEst(SQLITE_DEFAULT_ROWEST);127847 pTable->nRowLogEst = 200; assert( 200==sqlite3LogEst(1048576) );[all …]