Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileUtilities.h30 int DiffFilesWithTolerance(StringRef FileA,
/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/swiftshader/third_party/LLVM/utils/fpcmp/
Dfpcmp.cpp36 int DF = DiffFilesWithTolerance(sys::PathWithStatus(File1), in main()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileUtilities.h30 int DiffFilesWithTolerance(const sys::PathWithStatus &FileA,
/external/swiftshader/third_party/LLVM/lib/Support/
DFileUtilities.cpp174 int llvm::DiffFilesWithTolerance(const sys::PathWithStatus &FileA, in DiffFilesWithTolerance() function in llvm
/external/llvm/lib/Support/
DFileUtilities.cpp173 int llvm::DiffFilesWithTolerance(StringRef NameA, in DiffFilesWithTolerance() function in llvm
/external/llvm/tools/bugpoint/
DExecutionDriver.cpp461 if (int Diff = DiffFilesWithTolerance(ReferenceOutputFile, in diffProgram()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DExecutionDriver.cpp493 if (int Diff = DiffFilesWithTolerance(sys::Path(ReferenceOutputFile), in diffProgram()