Home
last modified time | relevance | path

Searched refs:RelTol (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DFileUtilities.cpp176 double AbsTol, double RelTol, in DiffFilesWithTolerance() argument
231 if (AbsTol == 0 && RelTol == 0) { in DiffFilesWithTolerance()
253 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
272 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
/external/llvm/lib/Support/
DFileUtilities.cpp175 double AbsTol, double RelTol, in DiffFilesWithTolerance() argument
211 if (AbsTol == 0 && RelTol == 0) { in DiffFilesWithTolerance()
235 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance()
254 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileUtilities.h32 double AbsTol, double RelTol,
/external/llvm/include/llvm/Support/
DFileUtilities.h32 double AbsTol, double RelTol,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileUtilities.h32 double AbsTol, double RelTol,