Home
last modified time | relevance | path

Searched refs:isPrime (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
DBigInteger.php729 public function isPrime($t = false) function in phpseclib3\\Math\\BigInteger
731 return $this->value->isPrime($t);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
DDSA.php154 } while ($p->getLength() != $L || !$p->isPrime());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
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/
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… method
/plugin/datatables/assets/pdfmake/
Dpdfmake.js10355 function isPrime(n) {
10370 if (isPrime(n)) {
Dpdfmake.min.js2isPrime(i){for(var o=r.sqrt(i),u=2;u<=o;u++)if(!(i%u))return!1;return!0}function getFractionalBits…