HomeSort by relevance Sort by last modified time
    Searched refs:BestQuality (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Support/
TargetRegistry.cpp 34 unsigned BestQuality = 0;
37 if (!Best || Qual > BestQuality) {
40 BestQuality = Qual;
41 } else if (Qual == BestQuality)
  /external/swiftshader/third_party/LLVM/utils/FileCheck/
FileCheck.cpp 397 double BestQuality = 0;
414 if (Quality < BestQuality || Best == StringRef::npos) {
416 BestQuality = Quality;
423 if (Best && Best != StringRef::npos && BestQuality < 50) {
  /external/llvm/utils/FileCheck/
FileCheck.cpp 537 double BestQuality = 0;
554 if (Quality < BestQuality || Best == StringRef::npos) {
556 BestQuality = Quality;
563 if (Best && Best != StringRef::npos && BestQuality < 50) {
    [all...]

Completed in 318 milliseconds