Searched refs:AbsTol (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FileUtilities.cpp | 179 double AbsTol, double RelTol, in DiffFilesWithTolerance() argument 215 if (AbsTol == 0 && RelTol == 0) { in DiffFilesWithTolerance() 239 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) { in DiffFilesWithTolerance() 258 if (CompareNumbers(F1P, F2P, File1End, File2End, AbsTol, RelTol, Error)) in DiffFilesWithTolerance()
|
/external/llvm/lib/Support/ |
D | FileUtilities.cpp | 175 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/lib/Support/ |
D | FileUtilities.cpp | 176 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/include/llvm/Support/ |
D | FileUtilities.h | 32 double AbsTol, double RelTol,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileUtilities.h | 32 double AbsTol, double RelTol,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | FileUtilities.h | 32 double AbsTol, double RelTol,
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | FileUtilities.h | 32 double AbsTol, double RelTol,
|