Lines Matching defs:Quality
154 /// ComputeMatchDistance - Compute an arbitrary estimate for the quality of524 // Compute the "quality" of this match as an arbitrary combination of the527 double Quality = Distance + (NumLinesForward / 100.);529 if (Quality < BestQuality || Best == StringRef::npos) {531 BestQuality = Quality;