Home
last modified time | relevance | path

Searched defs:gcd (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP64.php196 public function gcd(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
H A DPHP32.php195 public function gcd(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
H A DBCMath.php298 public function gcd(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php316 public function gcd(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php357 public function gcd(BigInteger $n) function in phpseclib3\\Math\\BigInteger