Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp2439 APFloat decSig = APFloat::getZero(calcSemantics, sign); in roundSignificandWithExponent() local
2442 sigStatus = decSig.convertFromUnsignedParts(decSigParts, sigPartCount, in roundSignificandWithExponent()
2447 decSig.exponent += exp; in roundSignificandWithExponent()
2455 calcLostFraction = decSig.multiplySignificand(pow5, nullptr); in roundSignificandWithExponent()
2458 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
2460 if (decSig.exponent < semantics->minExponent) { in roundSignificandWithExponent()
2461 excessPrecision += (semantics->minExponent - decSig.exponent); in roundSignificandWithExponent()
2473 (decSig.significandParts(), calcSemantics.precision - 1) == 1); in roundSignificandWithExponent()
2477 HUdistance = 2 * ulpsFromBoundary(decSig.significandParts(), in roundSignificandWithExponent()
2482 APInt::tcExtract(significandParts(), partCount(), decSig.significandParts(), in roundSignificandWithExponent()
[all …]