Searched refs:AbsTol (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Support/ |
D | FileUtilities.cpp | 175 double AbsTol, double RelTol, in DiffFilesWithTolerance() argument 211 if (AbsTol == 0 && RelTol == 0) { in DiffFilesWithTolerance() 233 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance() 252 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
|
/external/llvm/include/llvm/Support/ |
D | FileUtilities.h | 32 double AbsTol, double RelTol,
|