Lines Matching refs:truthProb
118274 LogEst truthProb; /* Probability of truth for this expression */
120137 pTerm->truthProb = sqlite3LogEst(p->iTable) - 270;
120139 pTerm->truthProb = 1;
120375 pWC->a[iChild].truthProb = pWC->a[iParent].truthProb;
122565 if( pTerm->truthProb<=0 ){
122566 nRet += pTerm->truthProb;
122877 if( pLower && pLower->truthProb>0 && pUpper && pUpper->truthProb>0 ){
123025 iTerm, pTerm, zType, pTerm->leftCursor, pTerm->truthProb,
123510 if( pTerm->truthProb<=0 ){
123513 pLoop->nOut += pTerm->truthProb;
123709 if( pTerm->truthProb<=0 && pProbe->aiColumn[saved_nEq]>=0 ){
123712 pNew->nOut += pTerm->truthProb;