Home
last modified time | relevance | path

Searched refs:AbsTolerance (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/utils/fpcmp/
H A Dfpcmp.cpp28 AbsTolerance("a", cl::desc("Absolute error tolerated"), cl::init(0)); variable
35 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance, in main()
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileUtilities.cpp86 double AbsTolerance, double RelTolerance, in CompareNumbers() argument
143 if (AbsTolerance < std::abs(V1-V2)) { in CompareNumbers()
158 << AbsTolerance; in CompareNumbers()
/llvm-project-15.0.7/llvm/tools/bugpoint/
H A DExecutionDriver.cpp40 cl::opt<double> AbsTolerance("abs-tolerance", variable
149 FindProgramByName("clang", getToolName(), &AbsTolerance)) in initializeExecutionEnvironment()
440 AbsTolerance, RelTolerance, &Error)) { in diffProgram()