Searched refs:pow5 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 767 APFloatBase::integerPart scratch[maxPowerOfFiveParts], *p1, *p2, *pow5; in powerOf5() local 778 pow5 = pow5s; in powerOf5() 783 APInt::tcFullMultiply(pow5, pow5 - partsCount, pow5 - partsCount, in powerOf5() 786 if (pow5[partsCount - 1] == 0) in powerOf5() 793 APInt::tcFullMultiply(p2, p1, pow5, result, partsCount); in powerOf5() 805 pow5 += partsCount; in powerOf5() 2970 IEEEFloat pow5(calcSemantics); in roundSignificandWithExponent() local 2974 powStatus = pow5.convertFromUnsignedParts(pow5Parts, pow5PartCount, in roundSignificandWithExponent() 2985 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent() 2988 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
|