Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp2794 lostFraction calcLostFraction; in roundSignificandWithExponent() local
2800 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent()
2803 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
2812 powHUerr = (powStatus == opOK && calcLostFraction == lfExactlyZero) ? 0:2; in roundSignificandWithExponent()
2820 HUerr = HUerrBound(calcLostFraction != lfExactlyZero, sigStatus != opOK, in roundSignificandWithExponent()
2835 calcLostFraction = lostFractionThroughTruncation(decSig.significandParts(), in roundSignificandWithExponent()
2838 return normalize(rounding_mode, calcLostFraction); in roundSignificandWithExponent()