Searched refs:RelTol (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 180 double AbsTol, double RelTol, in DiffFilesWithTolerance() argument 216 if (AbsTol == 0 && RelTol == 0) { in DiffFilesWithTolerance() 240 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance() 259 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileUtilities.h | 34 double AbsTol, double RelTol,
|