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

  /external/llvm/lib/Support/
APFloat.cpp 1125 return (opStatus) (opOverflow | opInexact);
1134 return opInexact;
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 159 // or-ed with opInexact.
166 opInexact = 0x10
  /external/llvm/unittests/ADT/
APFloatTest.cpp 372 EXPECT_EQ(APFloat::opInexact,
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 311 milliseconds