Home | History | Annotate | Download | only in FileCheck

Lines Matching refs:Quality

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