Lines Matching refs:rCost
197 fuzzer_cost rCost; /* Cost of this transformation */ member
267 if( pA->rCost<=pB->rCost ){ in fuzzerMergeRules()
351 pRule->rCost = nCost; in fuzzerLoadOneRule()
657 return pStem->rCostX = pStem->rBaseCost + pStem->pRule->rCost; in fuzzerCost()
995 pCur->nullRule.rCost = 0; in fuzzerFilter()
1085 double rCost = 1e12; in fuzzerBestIndex() local
1101 rCost /= 1e6; in fuzzerBestIndex()
1110 rCost /= 10.0; in fuzzerBestIndex()
1119 rCost /= 10.0; in fuzzerBestIndex()
1138 if( seenMatch && (iPlan&1)==0 ) rCost = 1e99; in fuzzerBestIndex()
1139 pIdxInfo->estimatedCost = rCost; in fuzzerBestIndex()