Searched refs:opInexact (Results 1 – 5 of 5) sorted by relevance
1125 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 …]
166 opInexact = 0x10 enumerator
372 EXPECT_EQ(APFloat::opInexact, in TEST()
1168 if (status != APFloat::opOK && status != APFloat::opInexact) in ConstantFoldConvertToInt()
5782 if ((st == APFloat::opOK || st == APFloat::opInexact) && // Not too nasty in visitFDIV()