• Home
  • Raw
  • Download

Lines Matching refs:opOK

1013     assert(status == opOK);  in multiplySignificand()
1288 return opOK; in normalize()
1315 return opOK; in normalize()
1344 return opOK; in normalize()
1402 return opOK; in addOrSubtractSpecials()
1412 return opOK; in addOrSubtractSpecials()
1418 return opOK; in addOrSubtractSpecials()
1423 return opOK; in addOrSubtractSpecials()
1427 return opOK; in addOrSubtractSpecials()
1437 return opOK; in addOrSubtractSpecials()
1529 return opOK; in multiplySpecials()
1537 return opOK; in multiplySpecials()
1543 return opOK; in multiplySpecials()
1549 return opOK; in multiplySpecials()
1557 return opOK; in multiplySpecials()
1582 return opOK; in divideSpecials()
1586 return opOK; in divideSpecials()
1598 return opOK; in divideSpecials()
1616 return opOK; in modSpecials()
1624 return opOK; in modSpecials()
1635 return opOK; in modSpecials()
1766 assert(fs==opOK); // should always work in remainder()
1769 assert(fs==opOK || fs==opInexact); // should not overflow or underflow in remainder()
1772 assert(fs==opOK || fs==opInexact); // likewise in remainder()
1806 assert(fs==opOK); // should always work in mod()
1809 assert(fs==opOK || fs==opInexact); // should not overflow or underflow in mod()
1812 assert(fs==opOK || fs==opInexact); // likewise in mod()
1859 if (fs == opOK) in fusedMultiplyAdd()
1874 return opOK; in roundToIntegral()
1889 if (fs != opOK) in roundToIntegral()
1896 if (fs != opOK && fs != opInexact) in roundToIntegral()
2064 *losesInfo = (fs != opOK); in convert()
2077 fs = opOK; in convert()
2080 fs = opOK; in convert()
2118 return opOK; in convertToSignExtendedInteger()
2194 return opOK; in convertToSignExtendedInteger()
2477 powHUerr = powStatus != opOK; in roundSignificandWithExponent()
2488 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
2496 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
2555 fs = opOK; in convertFromDecimalString()
2669 return opOK; in convertFromString()
2942 assert(fs == opOK && !losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()
2947 assert(fs == opOK || fs == opInexact); in convertPPCDoubleDoubleAPFloatToAPInt()
2957 assert(fs == opOK && !losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()
2963 assert(fs == opOK && !losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()
3195 assert(fs == opOK && !losesInfo); in initFromPPCDoubleDoubleAPInt()
3202 assert(fs == opOK && !losesInfo); in initFromPPCDoubleDoubleAPInt()
3784 if (reciprocal.divide(*this, rmNearestTiesToEven) != opOK) in getExactInverse()
3820 opStatus result = opOK; in next()