Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DFileUtilities.cpp175 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/
DFileUtilities.h32 double AbsTol, double RelTol,