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/
DPHP64.php196 public function gcd(PHP64 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
DPHP32.php195 public function gcd(PHP32 $n) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
DBCMath.php298 public function gcd(BCMath $n) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
DGMP.php316 public function gcd(GMP $n) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
DBigInteger.php357 public function gcd(BigInteger $n) function in phpseclib3\\Math\\BigInteger