Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3070 IEEEFloat decSig(calcSemantics, uninitialized); in roundSignificandWithExponent() local
3071 decSig.makeZero(sign); in roundSignificandWithExponent()
3074 sigStatus = decSig.convertFromUnsignedParts(decSigParts, sigPartCount, in roundSignificandWithExponent()
3079 decSig.exponent += exp; in roundSignificandWithExponent()
3087 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent()
3090 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
3092 if (decSig.exponent < semantics->minExponent) { in roundSignificandWithExponent()
3093 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
3105 (decSig.significandParts(), calcSemantics.precision - 1) == 1); in roundSignificandWithExponent()
3109 HUdistance = 2 * ulpsFromBoundary(decSig.significandParts(), in roundSignificandWithExponent()
[all …]