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.cpp2968 IEEEFloat decSig(calcSemantics, uninitialized); in roundSignificandWithExponent() local
2969 decSig.makeZero(sign); in roundSignificandWithExponent()
2972 sigStatus = decSig.convertFromUnsignedParts(decSigParts, sigPartCount, in roundSignificandWithExponent()
2977 decSig.exponent += exp; in roundSignificandWithExponent()
2985 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent()
2988 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
2990 if (decSig.exponent < semantics->minExponent) { in roundSignificandWithExponent()
2991 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
3003 (decSig.significandParts(), calcSemantics.precision - 1) == 1); in roundSignificandWithExponent()
3007 HUdistance = 2 * ulpsFromBoundary(decSig.significandParts(), in roundSignificandWithExponent()
[all …]