Home
last modified time | relevance | path

Searched refs:subtractHelper (Results 1 – 19 of 19) sorted by relevance

/dports/devel/folly/folly-2021.12.27.00/folly/stats/detail/
H A DBucket.h73 void subtractHelper(ValueType& a, const ValueType& b) { in subtractHelper() function
89 void subtractHelper(ValueType& a, const ValueType& b) { in subtractHelper() function
149 subtractHelper(sum, o.sum);
150 subtractHelper(count, o.count);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php127 $result = $class::subtractHelper($n[self::VALUE], false, $temp[self::VALUE], false);
130 $result = $class::subtractHelper($result[self::VALUE], $result[self::SIGN], $m, false);
199 $result = $class::subtractHelper($result, false, $temp[self::VALUE], $temp[self::SIGN]);
201 $result = $class::subtractHelper($result[self::VALUE], $result[self::SIGN], $n, false);
H A DMontgomeryMult.php77 $a = $class::subtractHelper($a[self::VALUE], false, $m, false);
H A DMontgomery.php87 $result = $class::subtractHelper($result[self::VALUE], false, $n, false);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php127 $result = $class::subtractHelper($n[self::VALUE], false, $temp[self::VALUE], false);
130 $result = $class::subtractHelper($result[self::VALUE], $result[self::SIGN], $m, false);
199 $result = $class::subtractHelper($result, false, $temp[self::VALUE], $temp[self::SIGN]);
201 $result = $class::subtractHelper($result[self::VALUE], $result[self::SIGN], $n, false);
H A DMontgomeryMult.php77 $a = $class::subtractHelper($a[self::VALUE], false, $m, false);
H A DMontgomery.php87 $result = $class::subtractHelper($result[self::VALUE], false, $n, false);
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php127 $result = $class::subtractHelper($n[self::VALUE], false, $temp[self::VALUE], false);
130 $result = $class::subtractHelper($result[self::VALUE], $result[self::SIGN], $m, false);
199 $result = $class::subtractHelper($result, false, $temp[self::VALUE], $temp[self::SIGN]);
201 $result = $class::subtractHelper($result[self::VALUE], $result[self::SIGN], $n, false);
H A DMontgomeryMult.php77 $a = $class::subtractHelper($a[self::VALUE], false, $m, false);
H A DMontgomery.php87 $result = $class::subtractHelper($result[self::VALUE], false, $n, false);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php241 $temp = self::subtractHelper($x_value, false, $y_value, false);
300 static function subtractHelper(array $x_value, $x_negative, array $y_value, $y_negative) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
447 $z1 = self::subtractHelper($z1, false, $temp[self::VALUE], false);
1052 $z1 = self::subtractHelper($z1, false, $temp[self::VALUE], false);
H A DPHP32.php175 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
H A DPHP64.php179 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php241 $temp = self::subtractHelper($x_value, false, $y_value, false);
300 static function subtractHelper(array $x_value, $x_negative, array $y_value, $y_negative) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
447 $z1 = self::subtractHelper($z1, false, $temp[self::VALUE], false);
1052 $z1 = self::subtractHelper($z1, false, $temp[self::VALUE], false);
H A DPHP32.php175 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
H A DPHP64.php179 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php241 $temp = self::subtractHelper($x_value, false, $y_value, false);
300 static function subtractHelper(array $x_value, $x_negative, array $y_value, $y_negative) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
447 $z1 = self::subtractHelper($z1, false, $temp[self::VALUE], false);
1052 $z1 = self::subtractHelper($z1, false, $temp[self::VALUE], false);
H A DPHP32.php175 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
H A DPHP64.php179 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);