HomeSort by relevance Sort by last modified time
    Searched refs:AbsTolerance (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/fpcmp/
fpcmp.cpp 29 AbsTolerance("a", cl::desc("Absolute error tolerated"), cl::init(0));
36 int DF = DiffFilesWithTolerance(File1, File2, AbsTolerance, RelTolerance,
  /external/llvm/lib/Support/
FileUtilities.cpp 82 double AbsTolerance, double RelTolerance,
139 if (AbsTolerance < std::abs(V1-V2)) {
154 << AbsTolerance;
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 36 AbsTolerance("abs-tolerance", cl::desc("Absolute error tolerated"),
463 AbsTolerance, RelTolerance, &Error)) {

Completed in 656 milliseconds