Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileUtilities.h30 int DiffFilesWithTolerance(StringRef FileA,
/external/llvm/utils/fpcmp/
Dfpcmp.cpp36 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance, in main()
/external/llvm/lib/Support/
DFileUtilities.cpp173 int llvm::DiffFilesWithTolerance(StringRef NameA, in DiffFilesWithTolerance() function in llvm
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp454 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile, in diffProgram()