Searched refs:opInexact (Results 1 – 4 of 4) sorted by relevance
1122 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 …]
166 opInexact = 0x10 enumerator
370 EXPECT_EQ(APFloat::opInexact, in TEST()
1160 if (status != APFloat::opOK && status != APFloat::opInexact) in ConstantFoldConvertToInt()