Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp2470 lostFraction calcLostFraction; in roundSignificandWithExponent() local
2476 calcLostFraction = decSig.multiplySignificand(pow5, nullptr); in roundSignificandWithExponent()
2479 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
2488 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
2496 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
2511 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()
2514 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()