• Home
  • Raw
  • Download

Lines Matching refs:opOK

928     assert(status == opOK);  in multiplySignificand()
1186 return opOK; in normalize()
1213 return opOK; in normalize()
1242 return opOK; in normalize()
1300 return opOK; in addOrSubtractSpecials()
1307 return opOK; in addOrSubtractSpecials()
1313 return opOK; in addOrSubtractSpecials()
1318 return opOK; in addOrSubtractSpecials()
1322 return opOK; in addOrSubtractSpecials()
1332 return opOK; in addOrSubtractSpecials()
1421 return opOK; in multiplySpecials()
1428 return opOK; in multiplySpecials()
1434 return opOK; in multiplySpecials()
1440 return opOK; in multiplySpecials()
1448 return opOK; in multiplySpecials()
1467 return opOK; in divideSpecials()
1474 return opOK; in divideSpecials()
1478 return opOK; in divideSpecials()
1490 return opOK; in divideSpecials()
1508 return opOK; in modSpecials()
1515 return opOK; in modSpecials()
1526 return opOK; in modSpecials()
1662 assert(fs==opOK); // should always work in remainder()
1665 assert(fs==opOK || fs==opInexact); // should not overflow or underflow in remainder()
1668 assert(fs==opOK || fs==opInexact); // likewise in remainder()
1703 assert(fs==opOK); // should always work in mod()
1706 assert(fs==opOK || fs==opInexact); // should not overflow or underflow in mod()
1709 assert(fs==opOK || fs==opInexact); // likewise in mod()
1758 if (fs == opOK) in fusedMultiplyAdd()
1894 *losesInfo = (fs != opOK); in convert()
1924 fs = opOK; in convert()
1927 fs = opOK; in convert()
1968 return opOK; in convertToSignExtendedInteger()
2044 return opOK; in convertToSignExtendedInteger()
2339 powHUerr = powStatus != opOK; in roundSignificandWithExponent()
2350 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
2358 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
2410 fs = opOK; in convertFromDecimalString()
3601 if (reciprocal.divide(*this, rmNearestTiesToEven) != opOK) in getExactInverse()