Searched defs:AbsTol (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Support/ |
H A D | FileUtilities.cpp | 175 double AbsTol, double RelTol, 211 if (AbsTol == 0 && RelTol == 0) { 233 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { 252 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) 173 DiffFilesWithTolerance(StringRef NameA, StringRef NameB, double AbsTol, double RelTol, std::string *Error) argument
|
Completed in 66 milliseconds