Searched defs:RelTol (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DFileUtilities.cpp175 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 549 milliseconds