Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3081 lostFraction calcLostFraction; in roundSignificandWithExponent() local
3087 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent()
3090 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
3099 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
3107 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
3122 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()
3125 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()