Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileUtilities.cpp180 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 DFileUtilities.h34 double AbsTol, double RelTol,