Home
last modified time | relevance | path

Searched defs:num2 (Results 1 – 25 of 2045) sorted by relevance

12345678910>>...82

/dports/math/php81-gmp/php-8.1.1/ext/gmp/
H A Dgmp_arginfo.h22 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL) in __serialize()
26 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL) in __serialize()
35 #define arginfo_gmp_sub arginfo_gmp_add in __serialize()
39 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_gmp_div_qr, 0, 2, IS_ARRAY, 0) in __serialize()
40 ZEND_ARG_OBJ_TYPE_MASK(0, num1, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL) in __serialize()
41 ZEND_ARG_OBJ_TYPE_MASK(0, num2, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL) in __serialize()
84 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL) in __serialize()
89 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL) in __serialize()
95 ZEND_ARG_OBJ_TYPE_MASK(0, num, GMP, MAY_BE_LONG|MAY_BE_STRING, NULL) in __serialize()
107 ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_gmp_gcdext, 0, 2, IS_ARRAY, 0) in __serialize()
[all …]
/dports/math/php80-gmp/php-8.0.15/ext/gmp/
H A Dgmp.stub.php19 function gmp_add(GMP|int|string $num1, GMP|int|string $num2): GMP {}
21 function gmp_sub(GMP|int|string $num1, GMP|int|string $num2): GMP {}
23 function gmp_mul(GMP|int|string $num1, GMP|int|string $num2): GMP {}
34 function gmp_mod(GMP|int|string $num1, GMP|int|string $num2): GMP {}
62 function gmp_gcd(GMP|int|string $num1, GMP|int|string $num2): GMP {}
66 function gmp_lcm(GMP|int|string $num1, GMP|int|string $num2): GMP {}
70 function gmp_jacobi(GMP|int|string $num1, GMP|int|string $num2): int {}
76 function gmp_cmp(GMP|int|string $num1, GMP|int|string $num2): int {}
86 function gmp_and(GMP|int|string $num1, GMP|int|string $num2): GMP {}
88 function gmp_or(GMP|int|string $num1, GMP|int|string $num2): GMP {}
[all …]
/dports/www/mod_php81/php-8.1.1/ext/gmp/
H A Dgmp.stub.php22 function gmp_add(GMP|int|string $num1, GMP|int|string $num2): GMP {}
24 function gmp_sub(GMP|int|string $num1, GMP|int|string $num2): GMP {}
26 function gmp_mul(GMP|int|string $num1, GMP|int|string $num2): GMP {}
41 function gmp_mod(GMP|int|string $num1, GMP|int|string $num2): GMP {}
77 function gmp_gcd(GMP|int|string $num1, GMP|int|string $num2): GMP {}
85 function gmp_lcm(GMP|int|string $num1, GMP|int|string $num2): GMP {}
89 function gmp_jacobi(GMP|int|string $num1, GMP|int|string $num2): int {}
95 function gmp_cmp(GMP|int|string $num1, GMP|int|string $num2): int {}
105 function gmp_and(GMP|int|string $num1, GMP|int|string $num2): GMP {}
107 function gmp_or(GMP|int|string $num1, GMP|int|string $num2): GMP {}
[all …]
/dports/lang/php81/php-8.1.1/ext/gmp/
H A Dgmp.stub.php22 function gmp_add(GMP|int|string $num1, GMP|int|string $num2): GMP {}
24 function gmp_sub(GMP|int|string $num1, GMP|int|string $num2): GMP {}
26 function gmp_mul(GMP|int|string $num1, GMP|int|string $num2): GMP {}
41 function gmp_mod(GMP|int|string $num1, GMP|int|string $num2): GMP {}
77 function gmp_gcd(GMP|int|string $num1, GMP|int|string $num2): GMP {}
85 function gmp_lcm(GMP|int|string $num1, GMP|int|string $num2): GMP {}
89 function gmp_jacobi(GMP|int|string $num1, GMP|int|string $num2): int {}
95 function gmp_cmp(GMP|int|string $num1, GMP|int|string $num2): int {}
105 function gmp_and(GMP|int|string $num1, GMP|int|string $num2): GMP {}
107 function gmp_or(GMP|int|string $num1, GMP|int|string $num2): GMP {}
[all …]
/dports/lang/php80/php-8.0.15/ext/gmp/
H A Dgmp.stub.php19 function gmp_add(GMP|int|string $num1, GMP|int|string $num2): GMP {}
21 function gmp_sub(GMP|int|string $num1, GMP|int|string $num2): GMP {}
23 function gmp_mul(GMP|int|string $num1, GMP|int|string $num2): GMP {}
34 function gmp_mod(GMP|int|string $num1, GMP|int|string $num2): GMP {}
62 function gmp_gcd(GMP|int|string $num1, GMP|int|string $num2): GMP {}
66 function gmp_lcm(GMP|int|string $num1, GMP|int|string $num2): GMP {}
70 function gmp_jacobi(GMP|int|string $num1, GMP|int|string $num2): int {}
76 function gmp_cmp(GMP|int|string $num1, GMP|int|string $num2): int {}
86 function gmp_and(GMP|int|string $num1, GMP|int|string $num2): GMP {}
88 function gmp_or(GMP|int|string $num1, GMP|int|string $num2): GMP {}
[all …]
/dports/www/mod_php80/php-8.0.15/ext/gmp/
H A Dgmp.stub.php19 function gmp_add(GMP|int|string $num1, GMP|int|string $num2): GMP {}
21 function gmp_sub(GMP|int|string $num1, GMP|int|string $num2): GMP {}
23 function gmp_mul(GMP|int|string $num1, GMP|int|string $num2): GMP {}
34 function gmp_mod(GMP|int|string $num1, GMP|int|string $num2): GMP {}
62 function gmp_gcd(GMP|int|string $num1, GMP|int|string $num2): GMP {}
66 function gmp_lcm(GMP|int|string $num1, GMP|int|string $num2): GMP {}
70 function gmp_jacobi(GMP|int|string $num1, GMP|int|string $num2): int {}
76 function gmp_cmp(GMP|int|string $num1, GMP|int|string $num2): int {}
86 function gmp_and(GMP|int|string $num1, GMP|int|string $num2): GMP {}
88 function gmp_or(GMP|int|string $num1, GMP|int|string $num2): GMP {}
[all …]
/dports/devel/wasm3/wasm3-0.5.0/test/wasi/mandelbrot/
H A Ddoubledouble.h36 static inline DoubleDouble dd_div(DoubleDouble num1, DoubleDouble num2) { in dd_div()
60 static inline DoubleDouble dd_ui_div(unsigned int num1, DoubleDouble num2) { in dd_ui_div()
64 static inline DoubleDouble dd_div_ui(DoubleDouble num1, unsigned int num2) { in dd_div_ui()
68 static inline DoubleDouble dd_si_div(signed int num1, DoubleDouble num2) { in dd_si_div()
72 static inline DoubleDouble dd_div_si(DoubleDouble num1, signed int num2) { in dd_div_si()
76 static inline DoubleDouble dd_add(DoubleDouble num1, DoubleDouble num2) { in dd_add()
89 static inline DoubleDouble dd_mul(DoubleDouble num1, DoubleDouble num2) { in dd_mul()
103 static inline DoubleDouble dd_mul2(DoubleDouble num1, DoubleDouble num2) { in dd_mul2()
117 static inline DoubleDouble dd_mul_ui(DoubleDouble num1, unsigned int num2) { in dd_mul_ui()
121 static inline DoubleDouble dd_mul_d(DoubleDouble num1, double num2) { in dd_mul_d()
[all …]
/dports/math/php81-bcmath/php-8.1.1/ext/bcmath/
H A Dbcmath.stub.php6 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
9 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
12 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
15 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
18 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
29 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
/dports/math/php80-bcmath/php-8.0.15/ext/bcmath/
H A Dbcmath.stub.php5 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
7 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
9 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
11 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
13 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
21 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
/dports/www/mod_php81/php-8.1.1/ext/bcmath/
H A Dbcmath.stub.php6 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
9 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
12 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
15 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
18 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
29 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
/dports/lang/php81/php-8.1.1/ext/bcmath/
H A Dbcmath.stub.php6 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
9 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
12 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
15 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
18 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
29 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
/dports/lang/php80/php-8.0.15/ext/bcmath/
H A Dbcmath.stub.php5 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
7 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
9 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
11 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
13 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
21 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
/dports/www/mod_php80/php-8.0.15/ext/bcmath/
H A Dbcmath.stub.php5 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
7 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
9 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
11 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
13 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
21 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/radix-0.6.0/src/
H A Dlib.rs460 let num2 = to_radix2(RadixNum::from( 10 as u32 )); in dec_to_radix2() localVariable
477 let num2 = to_radix3(RadixNum::from( 10 as u32 )); in dec_to_radix3() localVariable
494 let num2 = to_radix4(RadixNum::from( 10 as u32 )); in dec_to_radix4() localVariable
511 let num2 = to_radix5(RadixNum::from( 10 as u32 )); in dec_to_radix5() localVariable
528 let num2 = to_radix6(RadixNum::from( 10 as u32 )); in dec_to_radix6() localVariable
545 let num2 = to_radix7(RadixNum::from( 10 as u32 )); in dec_to_radix7() localVariable
562 let num2 = to_radix8(RadixNum::from( 10 as u32 )); in dec_to_radix8() localVariable
579 let num2 = to_radix9(RadixNum::from( 10 as u32 )); in dec_to_radix9() localVariable
596 let num2 = to_radix10(RadixNum::from( 10 as u32 )); in dec_to_radix10() localVariable
613 let num2 = to_radix11(RadixNum::from( 10 as u32 )); in dec_to_radix11() localVariable
[all …]
/dports/security/pear-Crypt_RSA/Crypt_RSA-1.2.1/RSA/Math/
H A DBigInt.php131 function mul($num1, $num2)
144 function mod($num1, $num2)
161 function cmpAbs($num1, $num2)
240 function GCD($num1, $num2)
281 function bitOr($num1, $num2, $start_pos)
H A DGMP.php138 function mul($num1, $num2)
151 function mod($num1, $num2)
168 function cmpAbs($num1, $num2)
252 function GCD($num1, $num2)
305 function bitOr($num1, $num2, $start_pos)
H A DBCMath.php188 function mul($num1, $num2)
201 function mod($num1, $num2)
218 function cmpAbs($num1, $num2)
352 function GCD($num1, $num2)
426 function bitOr($num1, $num2, $start_pos)
/dports/math/octave-forge-nurbs/nurbs-1.4.3/inst/
H A Dnrbkntins.m104 num2 = nurbs.number(2); variable
125 num2 = size(coefs,2); variable
144 num2 = nurbs.number(2); variable
153 num2 = size(coefs,2); variable
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/autotests/
H A Dkselectionproxymodeltestsuite.h176 #define SELECTIONPROXYTESTDATA(SelectionStrategy, num1, num2, num3, num4, num5, Type) \ argument
179 #define SELECTIONPROXYTESTCONFIG(SelectionStrategy, num1, num2, num3, num4, num5, Type) \ argument
184 #define SELECTIONPROXYMODELTEST(SelectionStrategy, num1, num2, num3, num4, num5, Type, Intermediate… argument
190 #define SELECTIONCOMPLETETEST(SelectionStrategy, num1, num2, num3, num4, num5, Type) \ argument
206 #define SELECTIONCOMPLETETEST2(SelectionStrategy, num1, num2, Type) SELECTIONCOMPLETETEST(Selection… argument
208 #define SELECTIONCOMPLETETEST3(SelectionStrategy, num1, num2, num3, Type) SELECTIONCOMPLETETEST(Sel… argument
210 #define SELECTIONCOMPLETETEST4(SelectionStrategy, num1, num2, num3, num4, Type) SELECTIONCOMPLETETE… argument
/dports/net/proby/proby-1.0.2/cargo-crates/awc-1.0.1/tests/
H A Dtest_client.rs163 let num2 = num.clone(); in test_connection_reuse() localVariable
166 let num2 = num2.clone(); in test_connection_reuse() localVariable
199 let num2 = num.clone(); in test_connection_force_close() localVariable
202 let num2 = num2.clone(); in test_connection_force_close() localVariable
235 let num2 = num.clone(); in test_connection_server_close() localVariable
238 let num2 = num2.clone(); in test_connection_server_close() localVariable
273 let num2 = num.clone(); in test_connection_wait_queue() localVariable
276 let num2 = num2.clone(); in test_connection_wait_queue() localVariable
317 let num2 = num.clone(); in test_connection_wait_queue_force_close() localVariable
320 let num2 = num2.clone(); in test_connection_wait_queue_force_close() localVariable
/dports/print/lout/lout-3.40/
H A Dz19.c661 { char num1[20], num2[20]; in AttachGalley() local
677 { char num1[20], num2[20]; in AttachGalley() local
716 { char num1[20], num2[20]; in AttachGalley() local
769 { char num1[20], num2[20]; in AttachGalley() local
785 { char num1[20], num2[20]; in AttachGalley() local
827 { char num1[20], num2[20]; in AttachGalley() local
/dports/cad/opencascade/opencascade-7.6.0/src/RWStepElement/
H A DRWStepElement_RWCurveElementSectionDerivedDefinitions.cxx68 Standard_Integer num2 = sub4; in ReadStep() local
81 Standard_Integer num2 = sub5; in ReadStep() local
100 Standard_Integer num2 = sub8; in ReadStep() local
113 Standard_Integer num2 = sub9; in ReadStep() local
126 Standard_Integer num2 = sub10; in ReadStep() local
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dpr17286.f907 integer num1 , num2 , num3 , num4 variable
10 namelist /mynml1/ num1,num2 local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr17286.f907 integer num1 , num2 , num3 , num4 variable
10 namelist /mynml1/ num1,num2 local
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dpr17286.f907 integer num1 , num2 , num3 , num4 variable
10 namelist /mynml1/ num1,num2 local

12345678910>>...82