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));
38 AbsTolerance, RelTolerance, &ErrorMsg);
  /external/llvm/lib/Support/
FileUtilities.cpp 83 double AbsTolerance, double RelTolerance,
140 if (AbsTolerance < std::abs(V1-V2)) {
155 << AbsTolerance;
  /external/llvm/tools/bugpoint/
ExecutionDriver.cpp 35 AbsTolerance("abs-tolerance", cl::desc("Absolute error tolerated"),
451 AbsTolerance, RelTolerance, &Error)) {

Completed in 277 milliseconds