Searched refs:gcd (Results 1 – 7 of 7) sorted by relevance
383 $lcm['bottom'] = $lcm['bottom'] === false ? $temp : $lcm['bottom']->gcd($temp);387 $gcd = $temp->gcd($e);389 } while (!$gcd->equals(self::$one));
343 'gcd' => new static($gcd),357 public function gcd(BigInteger $n) function in phpseclib3\\Math\\BigInteger359 return new static($this->value->gcd($n->value));
196 public function gcd(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
195 public function gcd(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
298 public function gcd(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath302 return $gcd;
316 public function gcd(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
325 if (!$gcd->equals(static::$one[static::class])) {