Home
last modified time | relevance | path

Searched refs:isPrime (Results 1 – 4 of 4) sorted by path

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDSA.php154 } while ($p->getLength() != $L || !$p->isPrime());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php729 public function isPrime($t = false) function in phpseclib3\\Math\\BigInteger
731 return $this->value->isPrime($t);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php779 return $min->isPrime() ? $min : false;
888 if ($x->isPrime()) {
989 public function isPrime($t = false) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.collections.min.js1isPrime:function(n){var i,t;if((n&1)!=0){for(i=Bridge.Int.clip32(Math.sqrt(n)),t=3;t<=i;t=t+2|0)if…