Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp466 integerPart scratch[maxPowerOfFiveParts], *p1, *p2, *pow5; in powerOf5() local
477 pow5 = pow5s; in powerOf5()
487 APInt::tcFullMultiply(pow5, pow5 - pc, pow5 - pc, pc, pc); in powerOf5()
489 if (pow5[pc - 1] == 0) in powerOf5()
497 APInt::tcFullMultiply(p2, p1, pow5, result, pc); in powerOf5()
507 pow5 += pc; in powerOf5()
2443 APFloat pow5(calcSemantics); in roundSignificandWithExponent() local
2447 powStatus = pow5.convertFromUnsignedParts(pow5Parts, pow5PartCount, in roundSignificandWithExponent()
2458 calcLostFraction = decSig.multiplySignificand(pow5, nullptr); in roundSignificandWithExponent()
2461 calcLostFraction = decSig.divideSignificand(pow5); in roundSignificandWithExponent()