Lines Matching refs:opOK

1320     assert(status == opOK);  in multiplySignificand()
1611 return opOK; in normalize()
1638 return opOK; in normalize()
1677 return opOK; in normalize()
1751 return rhs.isSignaling() ? opInvalidOp : opOK; in addOrSubtractSpecials()
1756 return opOK; in addOrSubtractSpecials()
1762 return opOK; in addOrSubtractSpecials()
1767 return opOK; in addOrSubtractSpecials()
1771 return opOK; in addOrSubtractSpecials()
1781 return opOK; in addOrSubtractSpecials()
1877 return rhs.isSignaling() ? opInvalidOp : opOK; in multiplySpecials()
1883 return opOK; in multiplySpecials()
1889 return opOK; in multiplySpecials()
1897 return opOK; in multiplySpecials()
1921 return rhs.isSignaling() ? opInvalidOp : opOK; in divideSpecials()
1927 return opOK; in divideSpecials()
1931 return opOK; in divideSpecials()
1946 return opOK; in divideSpecials()
1968 return rhs.isSignaling() ? opInvalidOp : opOK; in modSpecials()
1973 return opOK; in modSpecials()
1984 return opOK; in modSpecials()
2006 return rhs.isSignaling() ? opInvalidOp : opOK; in remainderSpecials()
2011 return opOK; in remainderSpecials()
2132 fs = opOK; in remainder()
2139 if (P2.add(rhs, rmNearestTiesToEven) == opOK) { in remainder()
2141 assert(fs == opOK); in remainder()
2191 assert(fs == opOK && !losesInfo); in remainder()
2194 assert(fs == opOK && !losesInfo); in remainder()
2199 assert(fs == opOK); in remainder()
2203 assert(fs == opOK); in remainder()
2209 assert(fs == opOK); in remainder()
2211 assert(fs == opOK); in remainder()
2216 assert(fs == opOK); in remainder()
2249 assert(fs==opOK); in mod()
2298 if (fs == opOK) in fusedMultiplyAdd()
2317 return opOK; in roundToIntegral()
2342 return opOK; in roundToIntegral()
2351 return opOK; in roundToIntegral()
2358 return opOK; in roundToIntegral()
2371 assert(fs == opOK); in roundToIntegral()
2554 *losesInfo = (fs != opOK); in convert()
2560 return is_signaling ? opInvalidOp : opOK; in convert()
2583 fs = opOK; in convert()
2595 fs = *losesInfo ? opInexact : opOK; in convert()
2600 fs = opOK; in convert()
2636 return opOK; in convertToSignExtendedInteger()
2715 return opOK; in convertToSignExtendedInteger()
2986 powHUerr = powStatus != opOK; in roundSignificandWithExponent()
2997 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
3005 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
3064 fs = opOK; in convertFromDecimalString()
3228 return opOK; in convertFromString()
3496 assert(fs == opOK && !losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()
3501 assert(fs == opOK || fs == opInexact); in convertPPCDoubleDoubleAPFloatToAPInt()
3511 assert(fs == opOK && !losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()
3517 assert(fs == opOK && !losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()
3794 assert(fs == opOK && !losesInfo); in initFromPPCDoubleDoubleAPInt()
3801 assert(fs == opOK && !losesInfo); in initFromPPCDoubleDoubleAPInt()
4391 if (reciprocal.divide(*this, rmNearestTiesToEven) != opOK) in getExactInverse()
4459 opStatus result = opOK; in next()
4750 int Status = opOK; in addImpl()
4759 Status = opOK; in addImpl()
4811 return opOK; in addImpl()
4832 return opOK; in addWithSpecial()
4836 return opOK; in addWithSpecial()
4840 return opOK; in addWithSpecial()
4844 return opOK; in addWithSpecial()
4853 return opOK; in addWithSpecial()
4857 return opOK; in addWithSpecial()
4906 return opOK; in multiply()
4910 return opOK; in multiply()
4915 return opOK; in multiply()
4919 return opOK; in multiply()
4923 return opOK; in multiply()
4928 int Status = opOK; in multiply()
5321 return opOK; in convert()