Home
last modified time | relevance | path

Searched refs:opInexact (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Support/
DAPFloat.cpp1125 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1134 return opInexact; in handleOverflow()
1262 return (opStatus) (opOverflow | opInexact); in normalize()
1267 return opInexact; in normalize()
1274 return opInexact; in normalize()
1284 return (opStatus) (opUnderflow | opInexact); in normalize()
1616 fs = (opStatus) (fs | opInexact); in multiply()
1636 fs = (opStatus) (fs | opInexact); in divide()
1668 assert(fs==opOK || fs==opInexact); // should not overflow or underflow in remainder()
1671 assert(fs==opOK || fs==opInexact); // likewise in remainder()
[all …]
/external/llvm/include/llvm/ADT/
DAPFloat.h166 opInexact = 0x10 enumerator
/external/llvm/unittests/ADT/
DAPFloatTest.cpp372 EXPECT_EQ(APFloat::opInexact, in TEST()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1168 if (status != APFloat::opOK && status != APFloat::opInexact) in ConstantFoldConvertToInt()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5782 if ((st == APFloat::opOK || st == APFloat::opInexact) && // Not too nasty in visitFDIV()