Home
last modified time | relevance | path

Searched refs:Gh (Results 1 – 25 of 1254) sorted by relevance

12345678910>>...51

/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DBamgFreeFem.cpp216 int i0=Gh.Number(e[0]),i1=Gh.Number(e[0]); in bamg2msh()
448 Gh->edges = new GeometricalEdge[Gh->nbe]; in BuildMesh()
506 Gh->pmin.x = Min(Gh->pmin.x,vertices[i].r.x); in BuildMesh()
507 Gh->pmin.y = Min(Gh->pmin.y,vertices[i].r.y); in BuildMesh()
508 Gh->pmax.x = Max(Gh->pmax.x,vertices[i].r.x); in BuildMesh()
509 Gh->pmax.y = Max(Gh->pmax.y,vertices[i].r.y); in BuildMesh()
512 double diameter=Max(Gh->pmax.x-Gh->pmin.x,Gh->pmax.y-Gh->pmin.y); in BuildMesh()
548 throwassert(Gh->nbvx >= Gh->nbv); in BuildMesh()
549 Gh->nbiv = Gh->nbv; in BuildMesh()
611 Gh->edges[i].v[0]= Gh->vertices + i1; in BuildMesh()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/bamglib/
H A DMeshGeom.cpp68 if (Gh.name) delete Gh.name; in ConsGeometry()
361 Gh.pmin = Gh.vertices[0].r; in ConsGeometry()
362 Gh.pmax = Gh.vertices[0].r; in ConsGeometry()
365 Gh.pmin.x = Min(Gh.pmin.x, Gh.vertices[i].r.x); in ConsGeometry()
366 Gh.pmin.y = Min(Gh.pmin.y, Gh.vertices[i].r.y); in ConsGeometry()
367 Gh.pmax.x = Max(Gh.pmax.x, Gh.vertices[i].r.x); in ConsGeometry()
368 Gh.pmax.y = Max(Gh.pmax.y, Gh.vertices[i].r.y); in ConsGeometry()
371 R2 DD05 = (Gh.pmax - Gh.pmin) * 0.05; in ConsGeometry()
375 Gh.coefIcoor = (MaxICoor) / (Max(Gh.pmax.x - Gh.pmin.x, Gh.pmax.y - Gh.pmin.y)); in ConsGeometry()
386 Gh.edges[i].v[0] = Gh.vertices + j0; in ConsGeometry()
[all …]
H A DMeshWrite.cpp145 if (!Gh.OnDisk) { in Write()
146 delete[] Gh.name; in Write()
155 f << Gh; in Write()
156 Gh.OnDisk = true; in Write()
656 if (Th.Gh.OnDisk) in operator <<()
855 f << Gh.Number(e[0]) + 1 << " " << Gh.Number(e[1]) + 1; in operator <<()
902 f << "2 " << Gh.Number(Gh.subdomains[i].edge) + 1 << " " << Gh.subdomains[i].sens << " " in operator <<()
909 if (Gh.edges[i].TgA( ) && Gh.edges[i][0].Corner( )) n++; in operator <<()
910 if (Gh.edges[i].TgB( ) && Gh.edges[i][1].Corner( )) n++; in operator <<()
915 if (Gh.edges[i].TgA( ) && Gh.edges[i][0].Corner( )) in operator <<()
[all …]
H A DMesh2.cpp3101 (Gh.name ? strlen(Gh.name) + 4 : 0)]; in PreInit()
3105 if (Gh.name) strcat(strcat(identity, "G="), Gh.name); in PreInit()
3151 assert(&BTh.Gh == &Gh); in GeomToTriangles1()
3567 VerticesOnGeomVertex[nbv] = VertexOnGeom(*Gh[i].to, Gh[i]); in GeomToTriangles0()
3834 assert(Gh.nbe); in MakeGeometricalEdgeToEdge()
3869 << Gh.Number(Gh.edges[i][0]) << " s1 " << Gh.Number(Gh.edges[i][1]) << endl; in MakeGeometricalEdgeToEdge()
3897 Gh.NbRef--; in clear()
3899 delete &Gh; in clear()
4302 : Gh(*(pGh ? pGh : &Th.Gh)), BTh(*(pBth ? pBth : this)) { in Triangles()
4303 Gh.NbRef++; in Triangles()
[all …]
H A DMesh2.h782 Geometry &Gh; // Geometry variable
839 Triangles(Int4 nbvx, Triangles &BT, int keepBackVertices = 1) : Gh(BT.Gh), BTh(BT) {
1134 if (on) on = ThNew.Gh.edges + Th.Gh.Number(on); in Set()
1141 v[0] = GhNew.vertices + Gh.Number(v[0]); in Set()
1142 v[1] = GhNew.vertices + Gh.Number(v[1]); in Set()
1149 be = GhNew.edges + Gh.Number(be); in Set()
1150 ee = GhNew.edges + Gh.Number(ee); in Set()
1151 if (next) next = GhNew.curves + Gh.Number(next); in Set()
1179 edge = Gh.Number(edge) + GhNew.edges; in Set()
1191 gv = ThNew.Gh.vertices + Th.Gh.Number(gv); in Set()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/bamg/bamglib/
H A DMeshGeom.cpp68 if (Gh.name) delete Gh.name; in ConsGeometry()
361 Gh.pmin = Gh.vertices[0].r; in ConsGeometry()
362 Gh.pmax = Gh.vertices[0].r; in ConsGeometry()
365 Gh.pmin.x = Min(Gh.pmin.x,Gh.vertices[i].r.x); in ConsGeometry()
366 Gh.pmin.y = Min(Gh.pmin.y,Gh.vertices[i].r.y); in ConsGeometry()
367 Gh.pmax.x = Max(Gh.pmax.x,Gh.vertices[i].r.x); in ConsGeometry()
368 Gh.pmax.y = Max(Gh.pmax.y,Gh.vertices[i].r.y); in ConsGeometry()
371 R2 DD05 = (Gh.pmax-Gh.pmin)*0.05; in ConsGeometry()
375 Gh.coefIcoor= (MaxICoor)/(Max(Gh.pmax.x-Gh.pmin.x,Gh.pmax.y-Gh.pmin.y)); in ConsGeometry()
452 Gh.subdomains[i].edge = Gh.edges + k; in ConsGeometry()
[all …]
H A DMeshWrite.cpp100 if (Gh.name[lll-ls-1]=='.') strcpy(Gh.name+lll-ls, gsuffix+1); in Write()
104 f << Gh ; in Write()
626 if( Th.Gh.OnDisk) in operator <<()
632 << Th.Gh << endl; in operator <<()
851 f << Gh.Number(e[0])+1 << " " << Gh.Number(e[1])+1; in operator <<()
915 f << "2 " << Gh.Number(Gh.subdomains[i].edge)+1 << " " << Gh.subdomains[i].sens in operator <<()
923 if(Gh.edges[i].TgA() && Gh.edges[i][0].Corner() ) in operator <<()
925 if(Gh.edges[i].TgB() && Gh.edges[i][1].Corner() ) in operator <<()
930 for(i=0;i< Gh.nbe;i++) in operator <<()
932 if (Gh.edges[i].TgA() && Gh.edges[i][0].Corner() ) in operator <<()
[all …]
H A DMesh2.cpp2726 if (OutSide|| !Gh.subdomains || !Gh.NbSubDomains ) in FindSubDomain()
3281 assert(&BTh.Gh == &Gh); in GeomToTriangles1()
3683 Gh.InitDraw() ; in GeomToTriangles0()
3711 VerticesOnGeomVertex[nbv]= VertexOnGeom(*Gh[i].to,Gh[i]); in GeomToTriangles0()
3979 assert(Gh.nbe); in MakeGeometricalEdgeToEdge()
4015 << " s0 " << Gh.Number( Gh.edges[i][0]) << " s1 " << Gh.Number( Gh.edges[i][1]) << endl; in MakeGeometricalEdgeToEdge()
4042 if (&Gh) in ~Triangles()
4044 if (Gh.NbRef>0) Gh.NbRef--; in ~Triangles()
4045 else if (Gh.NbRef==0) delete &Gh; in ~Triangles()
4467 : Gh(*(pGh?pGh:&Th.Gh)), BTh(*(pBth?pBth:this)) in Triangles()
[all …]
H A DMesh2.h743 Geometry & Gh; // Geometry variable
798 :Gh(BT.Gh),BTh(BT) {
803 :Gh(G),BTh(*this){ in Triangles()
1085 on = ThNew.Gh.edges+Th.Gh.Number(on); in Set()
1093 v[0] = GhNew.vertices + Gh.Number(v[0]); in Set()
1094 v[1] = GhNew.vertices + Gh.Number(v[1]); in Set()
1102 be = GhNew.edges + Gh.Number(be); in Set()
1103 ee = GhNew.edges + Gh.Number(ee); in Set()
1136 edge = Gh.Number(edge) + GhNew.edges; in Set()
1150 gv = ThNew.Gh.vertices + Th.Gh.Number(gv); in Set()
[all …]
/dports/security/hashcat-legacy/hashcat-legacy-2.00/src/
H A D_sha512-sse2.c300 __m128i Gh = sha512_digests[12]; in hashcat_sha512_128() local
310 … SHA512_ROUND (tN, Ah, Al, Bh, Bl, Ch, Cl, Dh, Dl, Eh, El, Fh, Fl, Gh, Gl, Hh, Hl); in hashcat_sha512_128()
311 … SHA512_ROUND (tN, Hh, Hl, Ah, Al, Bh, Bl, Ch, Cl, Dh, Dl, Eh, El, Fh, Fl, Gh, Gl); in hashcat_sha512_128()
312 …tN = ((t + 2) * 2); SHA512_ROUND (tN, Gh, Gl, Hh, Hl, Ah, Al, Bh, Bl, Ch, Cl, … in hashcat_sha512_128()
313 …tN = ((t + 3) * 2); SHA512_ROUND (tN, Fh, Fl, Gh, Gl, Hh, Hl, Ah, Al, Bh, Bl, … in hashcat_sha512_128()
314 …tN = ((t + 4) * 2); SHA512_ROUND (tN, Eh, El, Fh, Fl, Gh, Gl, Hh, Hl, Ah, Al, … in hashcat_sha512_128()
315 …tN = ((t + 5) * 2); SHA512_ROUND (tN, Dh, Dl, Eh, El, Fh, Fl, Gh, Gl, Hh, Hl, … in hashcat_sha512_128()
316 …tN = ((t + 6) * 2); SHA512_ROUND (tN, Ch, Cl, Dh, Dl, Eh, El, Fh, Fl, Gh, Gl, … in hashcat_sha512_128()
317 … SHA512_ROUND (tN, Bh, Bl, Ch, Cl, Dh, Dl, Eh, El, Fh, Fl, Gh, Gl, Hh, Hl, Ah, Al); in hashcat_sha512_128()
322 …512_EXPAND (tN); SHA512_ROUND (tN, Ah, Al, Bh, Bl, Ch, Cl, Dh, Dl, Eh, El, Fh, Fl, Gh, Gl, Hh, Hl); in hashcat_sha512_128()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dset_d128.c131 int Gh; /* most 5 significant bits from combination field */ in decimal128_to_string() local
144 Gh = x.s.comb >> 12; in decimal128_to_string()
145 if (Gh == 31) in decimal128_to_string()
150 else if (Gh == 30) in decimal128_to_string()
170 if (Gh < 24) in decimal128_to_string()
172 exp = Gh >> 3; in decimal128_to_string()
173 D[0] = Gh & 7; /* 4G2+2G3+G4 */ in decimal128_to_string()
177 exp = (Gh >> 1) & 3; /* 2G2+G3 */ in decimal128_to_string()
178 D[0] = 8 | (Gh & 1); /* leading significant digit, 8 or 9 */ in decimal128_to_string()
204 if (Gh < 24) in decimal128_to_string()
H A Dset_d64.c121 unsigned int Gh; /* most 5 significant bits from combination field */ in decimal64_to_string() local
159 Gh = x.s.exp >> 6; in decimal64_to_string()
160 if (Gh == 31) in decimal64_to_string()
165 else if (Gh == 30) in decimal64_to_string()
185 if (Gh < 24) in decimal64_to_string()
188 d0 = Gh & 7; /* first digit is in 0..7 */ in decimal64_to_string()
193 d0 = 8 | (Gh & 1); /* first digit is 8 or 9 */ in decimal64_to_string()
211 if (Gh < 24) in decimal64_to_string()
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/tests/sys/
H A Dsys_BEM_Laplace_Helmholtz_Dirichlet.cpp217 Kernel Gh=Helmholtz3dKernel(k); in sys_BEM_Laplace_Helmholtz_Dirichlet() local
226 BilinearForm blfHelDirSL=intg(sphere,sphere,u0*Gh*v0,ims); in sys_BEM_Laplace_Helmholtz_Dirichlet()
227 LinearForm lfHelDirSL(intg(sphere,Gh*u0,_symmetricalGaussRule,6)); in sys_BEM_Laplace_Helmholtz_Dirichlet()
238 BilinearForm blfHelDirDL=-0.5*intg(sphere,u0*v0)+intg(sphere,sphere,u0*ndotgrad_y(Gh)*v0,ims); in sys_BEM_Laplace_Helmholtz_Dirichlet()
239 LinearForm lfHelDirDL(intg(sphere,ndotgrad_y(Gh)*u0,_symmetricalGaussRule,6)); in sys_BEM_Laplace_Helmholtz_Dirichlet()
258 BilinearForm blfHelDirSLP1=intg(sphere,sphere,u1*Gh*v1,ims); in sys_BEM_Laplace_Helmholtz_Dirichlet()
259 LinearForm lfHelDirSLP1(intg(sphere,Gh*u1,_symmetricalGaussRule,6)); in sys_BEM_Laplace_Helmholtz_Dirichlet()
270 BilinearForm blfHelDirDLP1=-0.5*intg(sphere,u1*v1)+intg(sphere,sphere,u1*ndotgrad_y(Gh)*v1,ims); in sys_BEM_Laplace_Helmholtz_Dirichlet()
271 LinearForm lfHelDirDLP1(intg(sphere,ndotgrad_y(Gh)*u1,_symmetricalGaussRule,6)); in sys_BEM_Laplace_Helmholtz_Dirichlet()
282 BilinearForm blfHelDirDLP1rhs=0.5*intg(sphere,u1*v1)+intg(sphere,sphere,u1*ndotgrad_y(Gh)*v1,ims); in sys_BEM_Laplace_Helmholtz_Dirichlet()
H A Dsys_BEM_2D.cpp265 Kernel Gh=Helmholtz2dKernel(pars); in test_Helmholtz2D() local
286 BilinearForm blfHelSLP0=intg(sphere,sphere,u0*Gh*v0,ims); in test_Helmholtz2D()
293 …TermVector IRsolSLP0=integralRepresentation(uir,omega_ext,intg(sphere,u0*Gh,_GaussLegendreRule,10)… in test_Helmholtz2D()
304 BilinearForm blfHelDLP0=0.5*intg(sphere,u0*v0)+intg(sphere,sphere,u0*ndotgrad_y(Gh)*v0,ims); in test_Helmholtz2D()
311 …TermVector IRsolDLP0=integralRepresentation(uir,omega_ext,intg(sphere,ndotgrad_y(Gh)*u0,_GaussLege… in test_Helmholtz2D()
327 BilinearForm blfHelSLP1=intg(sphere,sphere,u1*Gh*v1,ims); in test_Helmholtz2D()
334 …TermVector IRsolSLP1=integralRepresentation(uir,omega_ext,intg(sphere,u1*Gh,_GaussLegendreRule,10)… in test_Helmholtz2D()
345 BilinearForm blfHelDLP1=0.5*intg(sphere,u1*v1)+intg(sphere,sphere,u1*ndotgrad_y(Gh)*v1,ims); in test_Helmholtz2D()
352 …TermVector IRsolDLP1=integralRepresentation(uir,omega_ext,intg(sphere,ndotgrad_y(Gh)*u1,_GaussLege… in test_Helmholtz2D()
H A Dsys_HMatrix.cpp437 Kernel Gh=Helmholtz3dKernel(2.); in sys_HMatrix() local
439 BilinearForm cblm=intg(omega,omega,u*Gh*v,ims); in sys_HMatrix()
454 BilinearForm cblfhm0=intg(omega,omega,u*Gh*v,him0); in sys_HMatrix()
484 BilinearForm cblfhm=intg(omega,omega,u*Gh*v,him); in sys_HMatrix()
499 BilinearForm cblfhm1=intg(omega,omega,u*Gh*v,him1); in sys_HMatrix()
515 BilinearForm cblfhm2=intg(omega,omega,u*Gh*v,him2); in sys_HMatrix()
530 BilinearForm cblfhm3=intg(omega,omega,u*Gh*v,him3); in sys_HMatrix()
545 BilinearForm cblfhm4=intg(omega,omega,u*Gh*v,him4); in sys_HMatrix()
560 BilinearForm cblfhm5=intg(omega,omega,u*Gh*v,him5); in sys_HMatrix()
575 BilinearForm cblfhm6=intg(omega,omega,u*Gh*v,him6); in sys_HMatrix()
[all …]
/dports/textproc/p5-Unicode-Collate/Unicode-Collate-1.31/t/
H A Dloc_mt.t56 ok($objMt->eq("gH\x{335}","Gh\x{335}"));
57 ok($objMt->eq("Gh\x{335}","GH\x{335}"));
68 ok($objMt->gt("gH\x{335}","Gh\x{335}"));
69 ok($objMt->gt("Gh\x{335}","GH\x{335}"));
81 ok($objMt->eq("Gh\x{335}","G\x{127}"));
H A Dloc_ig.t77 ok($objIg->eq("gh", "Gh"));
78 ok($objIg->eq("Gh", "GH"));
104 ok($objIg->lt("gh", "Gh"));
105 ok($objIg->lt("Gh", "GH"));
149 ok($objIg->gt("gh", "Gh"));
150 ok($objIg->gt("Gh", "GH"));
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Unicode-Collate/t/
H A Dloc_mt.t56 ok($objMt->eq("gH\x{335}","Gh\x{335}"));
57 ok($objMt->eq("Gh\x{335}","GH\x{335}"));
68 ok($objMt->gt("gH\x{335}","Gh\x{335}"));
69 ok($objMt->gt("Gh\x{335}","GH\x{335}"));
81 ok($objMt->eq("Gh\x{335}","G\x{127}"));
H A Dloc_ig.t77 ok($objIg->eq("gh", "Gh"));
78 ok($objIg->eq("Gh", "GH"));
104 ok($objIg->lt("gh", "Gh"));
105 ok($objIg->lt("Gh", "GH"));
149 ok($objIg->gt("gh", "Gh"));
150 ok($objIg->gt("Gh", "GH"));
/dports/lang/perl5.34/perl-5.34.0/cpan/Unicode-Collate/t/
H A Dloc_mt.t61 ok($objMt->eq("gH\x{335}","Gh\x{335}"));
62 ok($objMt->eq("Gh\x{335}","GH\x{335}"));
73 ok($objMt->gt("gH\x{335}","Gh\x{335}"));
74 ok($objMt->gt("Gh\x{335}","GH\x{335}"));
86 ok($objMt->eq("Gh\x{335}","G\x{127}"));
H A Dloc_ig.t82 ok($objIg->eq("gh", "Gh"));
83 ok($objIg->eq("Gh", "GH"));
109 ok($objIg->lt("gh", "Gh"));
110 ok($objIg->lt("Gh", "GH"));
154 ok($objIg->gt("gh", "Gh"));
155 ok($objIg->gt("Gh", "GH"));
/dports/lang/perl5.30/perl-5.30.3/cpan/Unicode-Collate/t/
H A Dloc_mt.t61 ok($objMt->eq("gH\x{335}","Gh\x{335}"));
62 ok($objMt->eq("Gh\x{335}","GH\x{335}"));
73 ok($objMt->gt("gH\x{335}","Gh\x{335}"));
74 ok($objMt->gt("Gh\x{335}","GH\x{335}"));
86 ok($objMt->eq("Gh\x{335}","G\x{127}"));
H A Dloc_ig.t82 ok($objIg->eq("gh", "Gh"));
83 ok($objIg->eq("Gh", "GH"));
109 ok($objIg->lt("gh", "Gh"));
110 ok($objIg->lt("Gh", "GH"));
154 ok($objIg->gt("gh", "Gh"));
155 ok($objIg->gt("Gh", "GH"));
/dports/lang/perl5.32/perl-5.32.1/cpan/Unicode-Collate/t/
H A Dloc_mt.t61 ok($objMt->eq("gH\x{335}","Gh\x{335}"));
62 ok($objMt->eq("Gh\x{335}","GH\x{335}"));
73 ok($objMt->gt("gH\x{335}","Gh\x{335}"));
74 ok($objMt->gt("Gh\x{335}","GH\x{335}"));
86 ok($objMt->eq("Gh\x{335}","G\x{127}"));
/dports/biology/py-biopython/biopython-1.79/Tests/FSSP/
H A D1cnv.fssp299 …67 67 S H > S+ 0 0 64 144 Sh Nh Nh Nh Eh Kh Eh Gh Th Nh Kh Es Gh Ah Eh Gh Dh Rh Sh I…
300 …68 68 Q H > S+ 0 0 9 143 Qh Gh Gh Gh Kh Qh Ah Qh Qh Rh Yh Et Lh Ah Mh Ih Ih Ch Ah L…
405 …173 173 D H X S+ 0 0 44 168 Dh Gh Gh Gh Qh Ls Y Vs Nh Yt Ss D Gh Gh Dt Kh Kt .. Nh …
505 …0 0 58 95 Th Nh Nh Nh P T Fs Gs .. G Lh Ah Gh .. Ah .. .. .. P Rh .. Lh .. .. M .. .. Gh
536 … - 0 0 79 124 Tt Fh Ih Ah Ih T D Fg Gh Eh Gh Sh Ah D D Th Ph Gh Lh Eh .. Kh Dh Qh Lh …
795 …277 277 T H > S+ 0 0 82 118 Nh Gh Dh Ah Kh Dh Gh Kh Kh Nh Kh .. Rh Rh Eh Th Rh Qh Gh
796 …H X S+ 0 0 61 115 Ah Kh Fh Gh Qh Gh Yh Gh Lh Dh Kh .. Qh Nh Vh Eh Eh Vh Ah Gh Lh Lh Mh Ah…
946 … 0 0 189 Fh Ah .. Vh Ah Sh Hh Kh Yh Fh Th Rh N Lh Th Wh Ah Gh Ih Ah Sh Ah Gh Eh Gh Ah Kh Ah …
1304 …+ 0 0 29 154 Mh At Yt Kh Yi .. Rh Lh Th Eh Lh Vh Gs .. Hs Rh Gh Gh Gh Gh Gh Ah Hh .. .. ..…
1366 …+ 0 0 1 118 Ie Wh Th .. Yh Lh .. Rh Th .. .. .. Lh Yh Mh Qh Gh Gh Ss Gh Gh Gt Mh E .. Ah…
[all …]

12345678910>>...51