Home
last modified time | relevance | path

Searched refs:calcLostFraction (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
DAPFloat.cpp2418 lostFraction calcLostFraction; in roundSignificandWithExponent() local
2424 calcLostFraction = decSig.multiplySignificand(pow5, NULL); in roundSignificandWithExponent()
2427 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
2436 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
2444 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
2459 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()
2462 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()