Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp1122 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1131 return opInexact; in handleOverflow()
1261 return (opStatus) (opOverflow | opInexact); in normalize()
1266 return opInexact; in normalize()
1273 return opInexact; in normalize()
1283 return (opStatus) (opUnderflow | opInexact); in normalize()
1613 fs = (opStatus) (fs | opInexact); in multiply()
1633 fs = (opStatus) (fs | opInexact); in divide()
1665 assert(fs==opOK || fs==opInexact); // should not overflow or underflow in remainder()
1668 assert(fs==opOK || fs==opInexact); // likewise in remainder()
[all …]
/external/llvm/include/llvm/ADT/
DAPFloat.h166 opInexact = 0x10 enumerator
/external/llvm/unittests/ADT/
DAPFloatTest.cpp370 EXPECT_EQ(APFloat::opInexact, in TEST()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1160 if (status != APFloat::opOK && status != APFloat::opInexact) in ConstantFoldConvertToInt()