Home
last modified time | relevance | path

Searched refs:uu2 (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/databases/zodb/ZODB-5.6.0/src/ZODB/tests/
H A DtestPersistentList.py80 uu2[0] = 0
81 uu2[1] = 100
91 del uu2[1]
92 del uu2[0]
119 uu2 = u2[:]
122 uu2[0:] = []
133 uu2 = u2[:]
134 del uu2[1:2]
138 uu2 = u2[:]
139 del uu2[1:]
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Numerics/System/Numerics/
H A DNumericsHelpers.cs182 if (uu1 < uu2) in GCD()
188 if (uu2 == 0) in GCD()
191 uu1 -= uu2; in GCD()
192 if (uu1 < uu2) in GCD()
195 uu1 %= uu2; in GCD()
201 if (uu2 <= uint.MaxValue) in GCD()
204 return uu2; in GCD()
206 uu2 -= uu1; in GCD()
207 if (uu2 < uu1) in GCD()
210 uu2 %= uu1; in GCD()
[all …]
H A DBigIntegerBuilder.cs1159 uu2 = (uu2 << cbit) | (reg2._rgu[cuMax - 3] >> (kcbitUint - cbit)); in LehmerGcd()
1161 if (uu1 < uu2) { in LehmerGcd()
1169 uu2 >>= 1; in LehmerGcd()
1172 if (uu1 == uu2) { in LehmerGcd()
1200 ulong uuNew = uu1 - uu2; in LehmerGcd()
1202 uuNew -= uu2; in LehmerGcd()
1205 if (uuNew >= uu2) { in LehmerGcd()
1239 uuNew = uu2 - uu1; in LehmerGcd()
1264 uu2 = uuNew; in LehmerGcd()
1266 if (uu2 <= c) { in LehmerGcd()
[all …]
/dports/devel/py-persistent/persistent-4.7.0/persistent/tests/
H A Dtest_list.py74 uu2 = pl(u2)
118 uu2[0] = 0
119 uu2[1] = 100
125 del uu2[1]
126 del uu2[0]
149 uu2 = u2[:]
152 uu2[0:] = []
163 uu2 = u2[:]
168 uu2 = u2[:]
169 del uu2[1:]
[all …]
H A Dtest_mapping.py90 uu2 = self._makeOne(u2)
129 to_test = [l0, l1, l2, u, u0, u1, u2, uu, uu0, uu1, uu2]
152 uu2[0] = 0
153 uu2[1] = 100
154 uu2[2] = 200
158 del uu2[1]
159 del uu2[0]
161 del uu2[0]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dfailed_auth_3909.result7 connect(localhost,uu2,,test,MASTER_PORT,MASTER_SOCKET);
8 connect fail,localhost,uu2;
9 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
10 connect(localhost,uu2,password,test,MASTER_PORT,MASTER_SOCKET);
11 connect fail,localhost,uu2,password;
12 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
14 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
15 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
H A Dfailed_auth_3909.test19 connect (fail,localhost,uu2);
23 connect (fail,localhost,uu2,password);
29 change_user uu2;
32 change_user uu2,password;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dfailed_auth_3909.result7 connect(localhost,uu2,,test,MASTER_PORT,MASTER_SOCKET);
8 connect fail,localhost,uu2;
9 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
10 connect(localhost,uu2,password,test,MASTER_PORT,MASTER_SOCKET);
11 connect fail,localhost,uu2,password;
12 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
14 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
15 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
H A Dfailed_auth_3909.test19 connect (fail,localhost,uu2);
23 connect (fail,localhost,uu2,password);
29 change_user uu2;
32 change_user uu2,password;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dfailed_auth_3909.result7 connect(localhost,uu2,,test,MASTER_PORT,MASTER_SOCKET);
8 connect fail,localhost,uu2;
9 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
10 connect(localhost,uu2,password,test,MASTER_PORT,MASTER_SOCKET);
11 connect fail,localhost,uu2,password;
12 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
14 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
15 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
H A Dfailed_auth_3909.test19 connect (fail,localhost,uu2);
23 connect (fail,localhost,uu2,password);
29 change_user uu2;
32 change_user uu2,password;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dfailed_auth_3909.result7 connect(localhost,uu2,,test,MASTER_PORT,MASTER_SOCKET);
8 connect fail,localhost,uu2;
9 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
10 connect(localhost,uu2,password,test,MASTER_PORT,MASTER_SOCKET);
11 connect fail,localhost,uu2,password;
12 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
14 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
15 ERROR HY000: Server is running in --secure-auth mode, but 'uu2'@'localhost' has a password in the o…
H A Dfailed_auth_3909.test19 connect (fail,localhost,uu2);
23 connect (fail,localhost,uu2,password);
29 change_user uu2;
32 change_user uu2,password;
/dports/astro/oskar/OSKAR-2.8.0/oskar/correlate/
H A Ddefine_cross_correlate.h18 const FP t = -(src_a[i] * uu2 + src_b[i] * uuvv + src_c[i] * vv2);\
39 LOCAL FP uv_len, uu, vv, ww, uu2, vv2, uuvv, du, dv, dw;\
45 st_w[SP], st_w[SQ], uu, vv, ww, uu2, vv2, uuvv, uv_len)\
79 FP uv_len, uu, vv, ww, uu2, vv2, uuvv, du, dv, dw;\
83 st_w[SP], st_w[SQ], uu, vv, ww, uu2, vv2, uuvv, uv_len)\
110 LOCAL FP uv_len, uu, vv, ww, uu2, vv2, uuvv, du, dv, dw;\
116 st_w[SP], st_w[SQ], uu, vv, ww, uu2, vv2, uuvv, uv_len)\
149 FP uv_len, uu, vv, ww, uu2, vv2, uuvv, du, dv, dw;\
153 st_w[SP], st_w[SQ], uu, vv, ww, uu2, vv2, uuvv, uv_len)\
/dports/science/py-obspy/obspy-1.2.2/obspy/core/tests/
H A Dtest_util_types.py74 uu2 = 7.2
78 upper_uncertainty=uu2)
83 upper_uncertainty=complex(uu1, uu2))
90 self._check_complex_with_u(c3, f1, lu1, uu1, f2, lu2, uu2)
91 self._check_complex_with_u(c4, f1, lu1, uu1, f2, lu2, uu2)
/dports/math/freefem++/FreeFem-sources-4.6/examples/3d/
H A DNSI3d.edp57 varf vNS([uu1,uu2,uu3,p],[v1,v2,v3,q]) =
58 …int3d(Th)( alpha*(uu1*v1+uu2*v2+uu3*v3) + nu*(Grad(uu1)'*Grad(v1) + Grad(uu2)'*Grad(v2) + Grad(u…
59 - div(uu1,uu2,uu3)*q - div(v1,v2,v3)*p + 1e-10*q*p )
60 + on(2,uu1=1,uu2=0,uu3=0)
61 + on(1,uu1=0,uu2=0,uu3=0)
H A DNSI3d-carac.edp58 varf vNS([uu1,uu2,uu3,p],[v1,v2,v3,q]) =
59 …int3d(Th)( alpha*(uu1*v1+uu2*v2+uu3*v3) + nu*(Grad(uu1)'*Grad(v1) + Grad(uu2)'*Grad(v2) + Grad(u…
60 - div(uu1,uu2,uu3)*q - div(v1,v2,v3)*p + 1e-10*q*p )
61 + on(2,uu1=1,uu2=0,uu3=0)
62 + on(1,uu1=0,uu2=0,uu3=0)
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/clplumbing/
H A Dcl_uuid.c87 cl_uuid_compare(const cl_uuid_t* uu1, const cl_uuid_t* uu2) in cl_uuid_compare() argument
89 if (uu1 == NULL || uu2 == NULL){ in cl_uuid_compare()
96 return uuid_compare(uu1->uuid, uu2->uuid); in cl_uuid_compare()
/dports/math/freefem++/FreeFem-sources-4.6/examples/mpi/
H A DcavityNewtow-MUMPS.edp41 Xh uu1=u1,uu2=u2;
43 plot(coef=0.2,cmm=" [u1,u2] et p ",p,[uu1,uu2],wait=0);
137 // uu1=u1;uu2=u2;
138 //plot(coef=0.2,cmm=" [u1,u2] et p ",p,[uu1,uu2]);
142 uu1=u1;uu2=u2;
145 …plot(coef=0.2,cmm="rey="+re+" [u1,u2] et psi ",psi,[uu1,uu2],wait=0,nbiso=20,ps="cavity-"+re+".ps…
H A DLaplaceRT-3d-matrix-mumps.edp165 RPh [uu1,uu2,uu3,pp];
169 …xte([uu1,uu2,uu3,pp],[v1,v2,v3,q]) = int3d(Th)( pp*q*1e-15+ uu1*v1 + uu2*v2 + uu3*v3 + pp*div(v1,v…
178 varf vsdcLM([uu1,uu2,uu3,pp],[v1,v2,v3,q]) = -int3d(Th) ( f*q) + int2d(Th,1)( gd*(v1*N.x+v2*N.y + v…
202 cout << " int 2 U "<<int2d(Th,2)(uu1) << " " << int2d(Th,2)(uu2) << " " << int2d(Th,2)(uu3) << end…
206 …_2 " << sqrt(int2d(Th,2) ( square((g1n*N.x+g2n*N.y+g3n*N.z) - (uu1*N.x +uu2*N.y + uu3*N.z) ) ) …
/dports/math/freefem++/FreeFem-sources-4.6/examples/tutorial/
H A DcavityNewtow.edp21 Xh uu1, uu2;
49 uu2 = u2;
50 plot(coef=0.2, cmm="[u1, u2] and p" ,p, [uu1, uu2], wait=1);
128 uu2 = u2;
130 …plot(coef=0.2, cmm="rey="+re+" [u1, u2] and p", psi, [uu1, uu2], wait=0, nbiso=20, ps="cavity-"+re…
H A DNS-BackwardStep.edp60 Xh uu1=u1,uu2=u2;
61 plot(coef=0.2,cmm="Stokes [u1,u2] et p ",p,[uu1,uu2],wait=0);
144 // uu1=u1;uu2=u2;
145 if(dplot) plot(coef=0.2,cmm="H="+H+" re "+re+ " [u1,u2] et p ",p,[uu1,uu2],bb=zoom);
149 uu1=u1;uu2=u2;
163 …plot(coef=0.2,cmm="H="+H+", rey="+re+" [u1,u2] et p ",p,[uu1,uu2],wait=0,nbiso=20,bb=zoom);//,ps=…
164 …plot(coef=0.2,cmm="H="+H+", rey="+re+" [u1,u2] et p ",p,[uu1,uu2],wait=0,nbiso=20,bb=zoom);//,ps=…
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmuuid/
H A Dcompare.c43 int uuid_compare(const uuid_t uu1, const uuid_t uu2) in uuid_compare() argument
48 uuid_unpack(uu2, &uuid2); in uuid_compare()
/dports/devel/R-cran-uuid/uuid/src/
H A Dcompare.c42 int uuid_compare(const uuid_t uu1, const uuid_t uu2) in uuid_compare() argument
47 uuid_unpack(uu2, &uuid2); in uuid_compare()
/dports/math/R-cran-igraph/igraph/src/uuid/
H A Dcompare.c42 int uuid_compare(const uuid_t uu1, const uuid_t uu2) in uuid_compare() argument
47 uuid_unpack(uu2, &uuid2); in uuid_compare()

1234567891011