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

  /external/llvm/include/llvm/Support/
FileUtilities.h 23 /// DiffFilesWithTolerance - Compare the two files specified, returning 0 if
30 int DiffFilesWithTolerance(StringRef FileA,
  /external/llvm/utils/fpcmp/
fpcmp.cpp 36 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance,
  /external/llvm/lib/Support/
FileUtilities.cpp 165 /// DiffFilesWithTolerance - Compare the two files specified, returning 0 if the
173 int llvm::DiffFilesWithTolerance(StringRef NameA,
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 461 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile,

Completed in 109 milliseconds