Searched refs:pow5 (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 795 APFloatBase::integerPart scratch[maxPowerOfFiveParts], *p1, *p2, *pow5; in powerOf5() local 806 pow5 = pow5s; in powerOf5() 811 APInt::tcFullMultiply(pow5, pow5 - partsCount, pow5 - partsCount, in powerOf5() 814 if (pow5[partsCount - 1] == 0) in powerOf5() 821 APInt::tcFullMultiply(p2, p1, pow5, result, partsCount); in powerOf5() 833 pow5 += partsCount; in powerOf5() 3072 IEEEFloat pow5(calcSemantics); in roundSignificandWithExponent() local 3076 powStatus = pow5.convertFromUnsignedParts(pow5Parts, pow5PartCount, in roundSignificandWithExponent() 3087 calcLostFraction = decSig.multiplySignificand(pow5); in roundSignificandWithExponent() 3090 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()
|