Searched refs:DiffFilesWithTolerance (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFileUtilities.h23 /// DiffFilesWithTolerance - Compare the two files specified, returning 0 if
30 int DiffFilesWithTolerance(StringRef FileA,
/external/llvm/utils/fpcmp/
H A Dfpcmp.cpp36 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DFileUtilities.h23 /// DiffFilesWithTolerance - Compare the two files specified, returning 0 if
30 int DiffFilesWithTolerance(const sys::PathWithStatus &FileA,
/external/swiftshader/third_party/LLVM/utils/fpcmp/
H A Dfpcmp.cpp36 int DF = DiffFilesWithTolerance(sys::PathWithStatus(File1),
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileUtilities.h23 /// DiffFilesWithTolerance - Compare the two files specified, returning 0 if
30 int DiffFilesWithTolerance(StringRef FileA,
/external/llvm/lib/Support/
H A DFileUtilities.cpp165 /// DiffFilesWithTolerance - Compare the two files specified, returning 0 if the
173 int llvm::DiffFilesWithTolerance(StringRef NameA, function in class:llvm
/external/swiftshader/third_party/LLVM/lib/Support/
H A DFileUtilities.cpp166 /// DiffFilesWithTolerance - Compare the two files specified, returning 0 if the
174 int llvm::DiffFilesWithTolerance(const sys::PathWithStatus &FileA, function in class:llvm
/external/llvm/tools/bugpoint/
H A DExecutionDriver.cpp461 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile,
/external/swiftshader/third_party/LLVM/tools/bugpoint/
H A DExecutionDriver.cpp493 if (int Diff = DiffFilesWithTolerance(sys::Path(ReferenceOutputFile),

Completed in 671 milliseconds