Lines Matching refs:opInexact
1546 return static_cast<opStatus>(opOverflow | opInexact); in handleOverflow()
1559 return opInexact; in handleOverflow()
1702 return opInexact; in normalize()
1716 return opInexact; in normalize()
1729 return (opStatus) (opUnderflow | opInexact); in normalize()
2096 fs = (opStatus) (fs | opInexact); in multiply()
2116 fs = (opStatus) (fs | opInexact); in divide()
2278 fs = (opStatus) (fs | opInexact); in fusedMultiplyAdd()
2589 fs = opInexact; in convert()
2595 fs = *losesInfo ? opInexact : opOK; in convert()
2717 return opInexact; in convertToSignExtendedInteger()
3501 assert(fs == opOK || fs == opInexact); in convertPPCDoubleDoubleAPFloatToAPInt()
5384 assert(!(St & opInexact) && !LosesInfo && "Unexpected imprecision"); in convertToDouble()
5398 assert(!(St & opInexact) && !LosesInfo && "Unexpected imprecision"); in convertToQuad()
5412 assert(!(St & opInexact) && !LosesInfo && "Unexpected imprecision"); in convertToFloat()