Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp2449 lostFraction calcLostFraction; in roundSignificandWithExponent() local
2455 calcLostFraction = decSig.multiplySignificand(pow5, nullptr); in roundSignificandWithExponent()
2458 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
2467 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
2475 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
2490 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()
2493 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()