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

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

Completed in 219 milliseconds