Home
last modified time | relevance | path

Searched refs:DiffFilesWithTolerance (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/utils/fpcmp/
H A Dfpcmp.cpp35 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance, in main()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileUtilities.h32 int DiffFilesWithTolerance(StringRef FileA,
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileUtilities.cpp177 int llvm::DiffFilesWithTolerance(StringRef NameA, in DiffFilesWithTolerance() function in llvm
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DExecutionDriver.cpp439 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile, *Output, in diffProgram()