Lines Matching refs:p1
475 integerPart scratch[maxPowerOfFiveParts], *p1, *p2, *pow5;
479 p1 = dst;
482 *p1 = firstEightPowers[power & 7];
506 APInt::tcFullMultiply(p2, p1, pow5, result, pc);
511 /* Now result is in p1 with partsCount parts and p2 is scratch
513 tmp = p1, p1 = p2, p2 = tmp;
519 if (p1 != dst)
520 APInt::tcAssign(dst, p1, result);