Lines Matching refs:opInexact
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()
1709 assert(fs==opOK || fs==opInexact); // should not overflow or underflow in mod()
1712 assert(fs==opOK || fs==opInexact); // likewise in mod()
1744 fs = (opStatus) (fs | opInexact); in fusedMultiplyAdd()
2037 return opInexact; in convertToSignExtendedInteger()