Searched refs:AbsTolerance (Results 1 – 9 of 9) sorted by relevance
/external/llvm/utils/fpcmp/ |
D | fpcmp.cpp | 29 AbsTolerance("a", cl::desc("Absolute error tolerated"), cl::init(0)); variable 36 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance, in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/fpcmp/ |
D | fpcmp.cpp | 29 AbsTolerance("a", cl::desc("Absolute error tolerated"), cl::init(0)); variable 36 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance, in main()
|
/external/swiftshader/third_party/LLVM/utils/fpcmp/ |
D | fpcmp.cpp | 29 AbsTolerance("a", cl::desc("Absolute error tolerated"), cl::init(0)); variable 38 AbsTolerance, RelTolerance, &ErrorMsg); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FileUtilities.cpp | 86 double AbsTolerance, double RelTolerance, in CompareNumbers() argument 143 if (AbsTolerance < std::abs(V1-V2)) { in CompareNumbers() 158 << AbsTolerance; in CompareNumbers()
|
/external/llvm/lib/Support/ |
D | FileUtilities.cpp | 82 double AbsTolerance, double RelTolerance, in CompareNumbers() argument 139 if (AbsTolerance < std::abs(V1-V2)) { in CompareNumbers() 154 << AbsTolerance; in CompareNumbers()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | FileUtilities.cpp | 83 double AbsTolerance, double RelTolerance, in CompareNumbers() argument 140 if (AbsTolerance < std::abs(V1-V2)) { in CompareNumbers() 155 << AbsTolerance; in CompareNumbers()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 42 cl::opt<double> AbsTolerance("abs-tolerance", variable 446 AbsTolerance, RelTolerance, &Error)) { in diffProgram()
|
/external/llvm/tools/bugpoint/ |
D | ExecutionDriver.cpp | 36 AbsTolerance("abs-tolerance", cl::desc("Absolute error tolerated"), variable 463 AbsTolerance, RelTolerance, &Error)) { in diffProgram()
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | ExecutionDriver.cpp | 36 AbsTolerance("abs-tolerance", cl::desc("Absolute error tolerated"), variable 495 AbsTolerance, RelTolerance, &Error)) { in diffProgram()
|