Home
last modified time | relevance | path

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

/dports/security/pear-Crypt_RSA/Crypt_RSA-1.2.1/RSA/
H A DKeyPair.php405 if ($this->_math_obj->cmpAbs($n, $n1)) {
423 if ($this->_math_obj->cmpAbs($dmp, $dmp1)) {
430 if ($this->_math_obj->cmpAbs($dmq, $dmq1)) {
437 if ($this->_math_obj->cmpAbs($q, $q1)) {
547 } while (!$this->_math_obj->isOne($tmp) && !$this->_math_obj->cmpAbs($q, $p));
549 if ($this->_math_obj->cmpAbs($p, $q) < 0) {
H A DKey.php180 if ($this->_math_obj->cmpAbs($mod_num, $exp_num) <= 0) {
/dports/security/pear-Crypt_RSA/Crypt_RSA-1.2.1/RSA/Math/
H A DGMP.php168 function cmpAbs($num1, $num2) function in Crypt_RSA_Math_GMP
H A DBCMath.php218 function cmpAbs($num1, $num2) function in Crypt_RSA_Math_BCMath
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/rsa/
H A DBigInt.cpp784 const int cmpAbs = BigInt::compareNumbers( a.digits, a.digitCount, in operator -() local
787 if ((cmpAbs == 0) && (a.positive == b.positive)) in operator -()
795 if (cmpAbs != 2) // a >= b in operator -()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/libBF-0.6.2/src/LibBF/
H A DMutable.hsc27 , cmpAbs
307 cmpAbs :: BF -> BF -> IO Ordering
308 cmpAbs = bfOrd bf_cmpu function