Home | History | Annotate | Download | only in Support

Lines Matching refs:pow5

466   integerPart scratch[maxPowerOfFiveParts], *p1, *p2, *pow5;
477 pow5 = pow5s;
487 APInt::tcFullMultiply(pow5, pow5 - pc, pow5 - pc, pc, pc);
489 if (pow5[pc - 1] == 0)
497 APInt::tcFullMultiply(p2, p1, pow5, result, pc);
507 pow5 += pc;
2461 APFloat pow5(calcSemantics);
2465 powStatus = pow5.convertFromUnsignedParts(pow5Parts, pow5PartCount,
2476 calcLostFraction = decSig.multiplySignificand(pow5, nullptr);
2479 calcLostFraction = decSig.divideSignificand(pow5);