Searched refs:Pow2_B (Results 1 – 1 of 1) sorted by relevance
682 unsigned Pow2_B = B.countTrailingZeros(); in GreatestCommonDivisor() local683 if (Pow2_A > Pow2_B) { in GreatestCommonDivisor()684 A.lshrInPlace(Pow2_A - Pow2_B); in GreatestCommonDivisor()685 Pow2 = Pow2_B; in GreatestCommonDivisor()686 } else if (Pow2_B > Pow2_A) { in GreatestCommonDivisor()687 B.lshrInPlace(Pow2_B - Pow2_A); in GreatestCommonDivisor()