Home
last modified time | relevance | path

Searched refs:y_negative (Results 1 – 25 of 43) sorted by relevance

12

/dports/math/cln/cln-1.3.6/src/real/misc/
H A Dcl_R_expt_I.cc54 var bool y_negative = minusp(y); in expt() local
55 var cl_I abs_y = (y_negative ? -y : y); // Betrag von y nehmen in expt()
57 return (y_negative ? recip(z) : z); // evtl. noch Kehrwert nehmen in expt()
/dports/math/cln/cln-1.3.6/src/complex/misc/
H A Dcl_C_expt_I.cc52 var bool y_negative = minusp(y); in expt() local
53 var cl_I abs_y = (y_negative ? -y : y); // Betrag von y nehmen in expt()
55 return (y_negative ? recip(z) : z); // evtl. noch Kehrwert nehmen in expt()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php212 * @param bool $y_negative
223 self::SIGN => $y_negative
233 if ($x_negative != $y_negative) {
243 $x_negative : $y_negative;
297 * @param bool $y_negative
308 self::SIGN => !$y_negative
318 if ($x_negative != $y_negative) {
387 * @param bool $y_negative
413 self::SIGN => $x_negative != $y_negative
772 if ($x_negative != $y_negative) {
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php212 * @param bool $y_negative
223 self::SIGN => $y_negative
233 if ($x_negative != $y_negative) {
243 $x_negative : $y_negative;
297 * @param bool $y_negative
308 self::SIGN => !$y_negative
318 if ($x_negative != $y_negative) {
387 * @param bool $y_negative
413 self::SIGN => $x_negative != $y_negative
772 if ($x_negative != $y_negative) {
[all …]
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php212 * @param bool $y_negative
223 self::SIGN => $y_negative
233 if ($x_negative != $y_negative) {
243 $x_negative : $y_negative;
297 * @param bool $y_negative
308 self::SIGN => !$y_negative
318 if ($x_negative != $y_negative) {
387 * @param bool $y_negative
413 self::SIGN => $x_negative != $y_negative
772 if ($x_negative != $y_negative) {
[all …]
/dports/lang/v8/v8-9.6.180.12/src/bigint/
H A Dvector-arithmetic.cc94 bool y_negative) { in AddSigned() argument
95 if (x_negative == y_negative) { in AddSigned()
108 bool y_negative) { in SubtractSigned() argument
109 if (x_negative != y_negative) { in SubtractSigned()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php216 * @param bool $y_negative
221 …private static function multiplyLower(array $x_value, $x_negative, array $y_value, $y_negative, $s… argument
281 self::SIGN => $x_negative != $y_negative
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php216 * @param bool $y_negative
221 …private static function multiplyLower(array $x_value, $x_negative, array $y_value, $y_negative, $s… argument
281 self::SIGN => $x_negative != $y_negative
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php216 * @param bool $y_negative
221 …private static function multiplyLower(array $x_value, $x_negative, array $y_value, $y_negative, $s… argument
281 self::SIGN => $x_negative != $y_negative
/dports/math/pear-Math_BigInteger/Math_BigInteger-1.0.3/Math/
H A DBigInteger.php886 * @param Boolean $y_negative
898 MATH_BIGINTEGER_SIGN => $y_negative
908 if ( $x_negative != $y_negative ) {
1017 * @param Boolean $y_negative
1029 MATH_BIGINTEGER_SIGN => !$y_negative
1039 if ( $x_negative != $y_negative ) {
1152 * @param Boolean $y_negative
2172 * @param Boolean $y_negative
2690 * @param Boolean $y_negative
2697 if ( $x_negative != $y_negative ) {
[all …]
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/plugins/phpseclib/Math/
H A DBigInteger.php923 * @param bool $y_negative
935 MATH_BIGINTEGER_SIGN => $y_negative
945 if ($x_negative != $y_negative) {
1054 * @param bool $y_negative
1066 MATH_BIGINTEGER_SIGN => !$y_negative
1076 if ($x_negative != $y_negative) {
1189 * @param bool $y_negative
2221 * @param bool $y_negative
2751 * @param bool $y_negative
2758 if ($x_negative != $y_negative) {
[all …]
/dports/www/osticket/upload/include/pear/Math/
H A DBigInteger.php852 * @param Boolean $y_negative
864 MATH_BIGINTEGER_SIGN => $y_negative
874 if ( $x_negative != $y_negative ) {
983 * @param Boolean $y_negative
995 MATH_BIGINTEGER_SIGN => !$y_negative
1005 if ( $x_negative != $y_negative ) {
1118 * @param Boolean $y_negative
2138 * @param Boolean $y_negative
2656 * @param Boolean $y_negative
2663 if ( $x_negative != $y_negative ) {
[all …]
/dports/deskutils/egroupware/egroupware/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php905 * @param bool $y_negative
917 self::SIGN => $y_negative
927 if ($x_negative != $y_negative) {
1034 * @param bool $y_negative
1046 self::SIGN => !$y_negative
1056 if ($x_negative != $y_negative) {
1167 * @param bool $y_negative
1194 self::SIGN => $x_negative != $y_negative
2197 * @param bool $y_negative
2721 * @param bool $y_negative
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php905 * @param bool $y_negative
917 self::SIGN => $y_negative
927 if ($x_negative != $y_negative) {
1034 * @param bool $y_negative
1046 self::SIGN => !$y_negative
1056 if ($x_negative != $y_negative) {
1167 * @param bool $y_negative
1194 self::SIGN => $x_negative != $y_negative
2197 * @param bool $y_negative
2721 * @param bool $y_negative
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php905 * @param bool $y_negative
917 self::SIGN => $y_negative
927 if ($x_negative != $y_negative) {
1034 * @param bool $y_negative
1046 self::SIGN => !$y_negative
1056 if ($x_negative != $y_negative) {
1167 * @param bool $y_negative
1194 self::SIGN => $x_negative != $y_negative
2197 * @param bool $y_negative
2721 * @param bool $y_negative
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php889 * @param bool $y_negative
901 self::SIGN => $y_negative
911 if ($x_negative != $y_negative) {
1018 * @param bool $y_negative
1030 self::SIGN => !$y_negative
1040 if ($x_negative != $y_negative) {
1151 * @param bool $y_negative
1178 self::SIGN => $x_negative != $y_negative
2179 * @param bool $y_negative
2696 * @param bool $y_negative
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/phpseclib/Math/
H A DBigInteger.php904 * @param bool $y_negative
916 self::SIGN => $y_negative
926 if ($x_negative != $y_negative) {
1033 * @param bool $y_negative
1045 self::SIGN => !$y_negative
1055 if ($x_negative != $y_negative) {
1166 * @param bool $y_negative
1193 self::SIGN => $x_negative != $y_negative
2196 * @param bool $y_negative
2720 * @param bool $y_negative
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php905 * @param bool $y_negative
917 self::SIGN => $y_negative
927 if ($x_negative != $y_negative) {
1034 * @param bool $y_negative
1046 self::SIGN => !$y_negative
1056 if ($x_negative != $y_negative) {
1167 * @param bool $y_negative
1194 self::SIGN => $x_negative != $y_negative
2197 * @param bool $y_negative
2721 * @param bool $y_negative
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php901 * @param bool $y_negative
913 self::SIGN => $y_negative
923 if ($x_negative != $y_negative) {
1030 * @param bool $y_negative
1042 self::SIGN => !$y_negative
1052 if ($x_negative != $y_negative) {
1163 * @param bool $y_negative
1190 self::SIGN => $x_negative != $y_negative
2191 * @param bool $y_negative
2708 * @param bool $y_negative
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php905 * @param bool $y_negative
917 self::SIGN => $y_negative
927 if ($x_negative != $y_negative) {
1034 * @param bool $y_negative
1046 self::SIGN => !$y_negative
1056 if ($x_negative != $y_negative) {
1167 * @param bool $y_negative
1194 self::SIGN => $x_negative != $y_negative
2197 * @param bool $y_negative
2721 * @param bool $y_negative
[all …]
/dports/net-mgmt/cacti/cacti-1.2.19/include/vendor/phpseclib/Math/
H A DBigInteger.php905 * @param bool $y_negative
917 self::SIGN => $y_negative
927 if ($x_negative != $y_negative) {
1034 * @param bool $y_negative
1046 self::SIGN => !$y_negative
1056 if ($x_negative != $y_negative) {
1167 * @param bool $y_negative
1194 self::SIGN => $x_negative != $y_negative
2197 * @param bool $y_negative
2721 * @param bool $y_negative
[all …]
/dports/games/retroarch/RetroArch-1.9.7/input/drivers_joypad/wiiu/
H A Dwpad_driver.c189 bool y_negative = y & 0x8000;
197 y_negative ? "-" : "",
/dports/sysutils/asmem/asmem-1.12/
H A Dasmem_x.c480 int y_negative = 0; in asmem_initialize() local
578 y_negative = 1; in asmem_initialize()
611 if (y_negative) { in asmem_initialize()
/dports/mail/asmail/asmail-2.1/
H A Dgui.c519 int y_negative = 0; in startx() local
649 y_negative = 1; in startx()
665 if (y_negative) { in startx()
/dports/x11-clocks/astime/astime-2.8/
H A Dastime_x.c642 int y_negative = 0; in initialize() local
706 y_negative = 1; in initialize()
710 SizeHints.x, SizeHints.y, x_negative, y_negative); in initialize()
846 if (y_negative) { in initialize()

12