Lines Matching refs:opInexact
1226 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1235 return opInexact; in handleOverflow()
1363 return (opStatus) (opOverflow | opInexact); in normalize()
1368 return opInexact; in normalize()
1375 return opInexact; in normalize()
1385 return (opStatus) (opUnderflow | opInexact); in normalize()
1719 fs = (opStatus) (fs | opInexact); in multiply()
1738 fs = (opStatus) (fs | opInexact); in divide()
1769 assert(fs==opOK || fs==opInexact); // should not overflow or underflow in remainder()
1772 assert(fs==opOK || fs==opInexact); // likewise in remainder()
1809 assert(fs==opOK || fs==opInexact); // should not overflow or underflow in mod()
1812 assert(fs==opOK || fs==opInexact); // likewise in mod()
1842 fs = (opStatus) (fs | opInexact); in fusedMultiplyAdd()
1896 if (fs != opOK && fs != opInexact) in roundToIntegral()
2196 return opInexact; in convertToSignExtendedInteger()
2947 assert(fs == opOK || fs == opInexact); in convertPPCDoubleDoubleAPFloatToAPInt()