Lines Matching refs:rLogSize
2807 LogEst rLogSize; /* Logarithm of table size */ in whereLoopAddBtreeIndex() local
2842 rLogSize = estLog(rSize); in whereLoopAddBtreeIndex()
2910 if( pProbe->hasStat1 && rLogSize>=10 ){ in whereLoopAddBtreeIndex()
2935 x = M + logK + 10 - (nIn + rLogSize); in whereLoopAddBtreeIndex()
2940 saved_nEq, M, logK, nIn, rLogSize, x)); in whereLoopAddBtreeIndex()
2945 saved_nEq, M, logK, nIn, rLogSize, x, nInMul)); in whereLoopAddBtreeIndex()
2951 saved_nEq, M, logK, nIn, rLogSize, x, nInMul)); in whereLoopAddBtreeIndex()
3096 pNew->rRun = sqlite3LogEstAdd(rLogSize, rCostIdx); in whereLoopAddBtreeIndex()
3447 LogEst rLogSize; /* Logarithm of the number of rows in the table */ in whereLoopAddBtree() local
3450 rLogSize = estLog(rSize); in whereLoopAddBtree()
3467 pNew->rSetup = rLogSize + rSize; in whereLoopAddBtree()
3480 pNew->rRun = sqlite3LogEstAdd(rLogSize,pNew->nOut); in whereLoopAddBtree()