Searched refs:sqlite3LogEst (Results 1 – 1 of 1) sorted by relevance
21668 SQLITE_PRIVATE LogEst sqlite3LogEst(u64);37226 SQLITE_PRIVATE LogEst sqlite3LogEst(u64 x){ in sqlite3LogEst() function37254 if( x<=2000000000 ) return sqlite3LogEst((u64)x); in sqlite3LogEstFromDouble()100600 sz = sqlite3LogEst((u64)sz);121645 if( aLog ) aLog[i] = sqlite3LogEst(v);121650 aLog[i] = sqlite3LogEst(v);121667 pIndex->szIdxRow = sqlite3LogEst(sz);121673 pIndex->pTable->costMult = sqlite3LogEst(sqlite3Atoi(z+9));124304 pTable->nRowLogEst = sqlite3LogEst(SQLITE_DEFAULT_ROWEST);124306 pTable->nRowLogEst = 200; assert( 200==sqlite3LogEst(1048576) );[all …]