Home
last modified time | relevance | path

Searched refs:AbsTol (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DFileUtilities.cpp179 double AbsTol, double RelTol, in DiffFilesWithTolerance() argument
215 if (AbsTol == 0 && RelTol == 0) { in DiffFilesWithTolerance()
239 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
258 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileUtilities.h34 double AbsTol, double RelTol,