HomeSort by: relevance | last modified time | path
    Searched refs:opInexact (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp 1300 return (opStatus) (opOverflow | opInexact);
1309 return opInexact;
1436 return (opStatus) (opOverflow | opInexact);
1441 return opInexact;
1448 return opInexact;
1458 return (opStatus) (opUnderflow | opInexact);
1812 fs = (opStatus) (fs | opInexact);
1830 fs = (opStatus) (fs | opInexact);
1981 fs = (opStatus) (fs | opInexact);
2381 return opInexact;
    [all...]
StringRef.cpp 591 if (!AllowInexact || !(Status & APFloat::opInexact))
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 200 /// opUnderflow or opOverflow are always returned or-ed with opInexact.
212 opInexact = 0x10
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 1790 (!roundTowardZero || status != APFloat::opInexact))
1894 if (Status == APFloat::opOK || Status == APFloat::opInexact)
1996 St == APFloat::opInexact) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 4688 if (fs == APFloat::opOK || fs == APFloat::opInexact)
4694 if (fs == APFloat::opOK || fs == APFloat::opInexact)
4700 if (fs == APFloat::opOK || fs == APFloat::opInexact)
TargetLowering.cpp 8647 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact) &&
8648 !(MaxStatus & APFloat::opStatus::opInexact);
DAGCombiner.cpp 14089 if ((st == APFloat::opOK || st == APFloat::opInexact) && // Not too nasty
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 2563 if ((St & APFloat::opInexact) &&
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 21593 bool AreExactFloatBounds = !(MinStatus & APFloat::opStatus::opInexact)
21594 && !(MaxStatus & APFloat::opStatus::opInexact);
    [all...]

Completed in 100 milliseconds