Searched refs:opInexact (Results 1 – 5 of 5) sorted by relevance
1176 return (opStatus) (opOverflow | opInexact); in handleOverflow()1185 return opInexact; in handleOverflow()1313 return (opStatus) (opOverflow | opInexact); in normalize()1318 return opInexact; in normalize()1325 return opInexact; in normalize()1335 return (opStatus) (opUnderflow | opInexact); in normalize()1667 fs = (opStatus) (fs | opInexact); in multiply()1686 fs = (opStatus) (fs | opInexact); in divide()1717 assert(fs==opOK || fs==opInexact); // should not overflow or underflow in remainder()1720 assert(fs==opOK || fs==opInexact); // likewise in remainder()[all …]
172 opInexact = 0x10 enumerator
1313 if (status != APFloat::opOK && status != APFloat::opInexact) in ConstantFoldConvertToInt()
2564 if (fs == APFloat::opOK || fs == APFloat::opInexact) in getNode()2570 if (fs == APFloat::opOK || fs == APFloat::opInexact) in getNode()2576 if (fs == APFloat::opOK || fs == APFloat::opInexact) in getNode()
6440 if ((st == APFloat::opOK || st == APFloat::opInexact) && // Not too nasty in visitFDIV()