Home
last modified time | relevance | path

Searched refs:xh2 (Results 1 – 25 of 111) sorted by relevance

12345

/dports/science/lammps/lammps-stable_29Sep2021/lib/poems/
H A Dsystem.cpp280 double ** xh2 = new double*[nfree]; in Create_DegenerateSystem() local
284 xh2[i] = new double[3]; in Create_DegenerateSystem()
381 delete [] xh2[i]; in Create_DegenerateSystem()
384 delete [] xh2; in Create_DegenerateSystem()
435 double ** xh2; in Create_System_LAMMPS() local
438 xh2 = new double*[b]; in Create_System_LAMMPS()
443 xh2[i] = new double[3]; in Create_System_LAMMPS()
450 xh2[b-1][j] = xcm[mapping[b-1]-1][j]; in Create_System_LAMMPS()
497 r3(k+1)=xh2[i][k]-xcm[mapping[i]-1][k]; in Create_System_LAMMPS()
593 delete [] xh2[i]; in Create_System_LAMMPS()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A Dsystem.cpp297 double ** xh2 = new double*[nfree]; in Create_DegenerateSystem() local
301 xh2[i] = new double[3]; in Create_DegenerateSystem()
398 delete [] xh2[i]; in Create_DegenerateSystem()
401 delete xh2; in Create_DegenerateSystem()
452 double ** xh2; in Create_System_LAMMPS() local
455 xh2 = new double*[b]; in Create_System_LAMMPS()
460 xh2[i] = new double[3]; in Create_System_LAMMPS()
467 xh2[b-1][j] = xcm[mapping[b-1]-1][j]; in Create_System_LAMMPS()
514 r3(k+1)=xh2[i][k]-xcm[mapping[i]-1][k]; in Create_System_LAMMPS()
624 delete [] xh2[i]; in Create_System_LAMMPS()
[all …]
/dports/science/fastcap/fastcap-2.0wr/examples/
H A Dramgen.sh36 ${cgen} ${xp} -xo-2.4 -yo2.5 -xh2.4 -zh${tpol} -pfl -pbr > ${px}-2.4$1$2$3.qui
40 ${cgen} ${xp} -xo1 -yo2.5 -xh2.4 -zh${tpol} -pfl -pbr > ${px}1$1$2$3.qui
58 ${cgen} ${xp} -xo1 -yo5.5 -zo${pol2} -xh2.4 -zh${tpol} -pfl -pbr > ${px}o1$1$2$3.qui
88 ${cgen} ${xp} -xo-2.4 -yo2.5 -xh2.4 -zh${tAl} -pfl -pbr -b > ${px}w-2.4$1$2$3.qui
90 ${cgen} ${xp} -xo-2.4 -yo2.5 -xh2.4 -zh${tAl} -p -t > ${px}wb-2.4$1$2$3.qui
98 ${cgen} ${xp} -xo1 -yo2.5 -xh2.4 -zh${tAl} -pfl -pbr -b > ${px}w1$1$2$3.qui
100 ${cgen} ${xp} -xo1 -yo2.5 -xh2.4 -zh${tAl} -p -t > ${px}wb1$1$2$3.qui
181 ${cgen} ${np} -xo-2.4 -yo2.5 -xh2.4 -zh${tpol} -p -t > ${px}g-2.4$1$2$3.qui
185 ${cgen} ${np} -xo1 -yo2.5 -xh2.4 -zh${tpol} -p -t > ${px}g1$1$2$3.qui
228 ${cgen} ${np} -xo-2.4 -yo6.5 -xh2.4 -yh2.5 -zh${tpol} -p -t > ${px}gw-2.4$1$2$3.qui
[all …]
H A Dpin37 ${cubegen} -p -yo-2.6 -xo-2.6 -xh2.6 -yh6.5 -zh5.2 -e0 -n4 $6 > pin_big_l${ex}.qui
39 ${cubegen} -p -yo-2.6 -xo1.3 -xh2.6 -yh6.5 -zh5.2 -e0 -n4 $6 > pin_big_r${ex}.qui
/dports/devel/onetbb/oneTBB-2021.4.0/examples/parallel_for/polygon_overlay/
H A Drpolygon.hpp187 int xl1, yl1, xh1, yh1, xl2, yl2, xh2, yh2; in PolygonsOverlap() local
192 p2->get(&xl2, &yl2, &xh2, &yh2); in PolygonsOverlap()
193 if (xl1 > xh2) in PolygonsOverlap()
202 xh = (xh1 < xh2) ? xh1 : xh2; in PolygonsOverlap()
H A Dpolymain.cpp633 int xl2, xh2, yl2, yh2; in CompOnePolygon() local
635 p2.get(&xl2, &yl2, &xh2, &yh2); in CompOnePolygon()
645 int xl2, xh2, yl2, yh2; in PolygonsEqual() local
647 p2->get(&xl2, &yl2, &xh2, &yh2); in PolygonsEqual()
648 return ((xl1 == xl2) && (yl1 == yl2) && (xh1 == xh2) && (yh1 == yh2)); in PolygonsEqual()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/parallel_for/polygon_overlay/
H A Drpolygon.h134 int xl1, yl1, xh1, yh1, xl2, yl2, xh2, yh2; in PolygonsOverlap() local
139 p2->get(&xl2, &yl2, &xh2, &yh2); in PolygonsOverlap()
140 if(xl1 > xh2) return false; in PolygonsOverlap()
145 xh = (xh1 < xh2) ? xh1 : xh2; in PolygonsOverlap()
H A Dpolymain.cpp548 int xl2, xh2, yl2, yh2; in CompOnePolygon() local
550 p2.get(&xl2, &yl2, &xh2, &yh2); in CompOnePolygon()
558 int xl2, xh2, yl2, yh2; in PolygonsEqual() local
560 p2->get(&xl2, &yl2, &xh2, &yh2); in PolygonsEqual()
561 return ((xl1 == xl2) && (yl1==yl2) && (xh1 == xh2) && (yh1 == yh2)); in PolygonsEqual()
/dports/devel/tbb/oneTBB-2020.3/examples/parallel_for/polygon_overlay/
H A Drpolygon.h134 int xl1, yl1, xh1, yh1, xl2, yl2, xh2, yh2; in PolygonsOverlap() local
139 p2->get(&xl2, &yl2, &xh2, &yh2); in PolygonsOverlap()
140 if(xl1 > xh2) return false; in PolygonsOverlap()
145 xh = (xh1 < xh2) ? xh1 : xh2; in PolygonsOverlap()
H A Dpolymain.cpp548 int xl2, xh2, yl2, yh2; in CompOnePolygon() local
550 p2.get(&xl2, &yl2, &xh2, &yh2); in CompOnePolygon()
558 int xl2, xh2, yl2, yh2; in PolygonsEqual() local
560 p2->get(&xl2, &yl2, &xh2, &yh2); in PolygonsEqual()
561 return ((xl1 == xl2) && (yl1==yl2) && (xh1 == xh2) && (yh1 == yh2)); in PolygonsEqual()
/dports/science/lammps/lammps-stable_29Sep2021/src/KSPACE/
H A Dpppm_tip4p.cpp503 double xo[3],xh1[3],xh2[3],xm[3]; in find_M() local
509 xh2[ii] = x[iH2][ii]; in find_M()
542 delx = xo[0] - xh2[0]; in find_M()
543 dely = xo[1] - xh2[1]; in find_M()
544 delz = xo[2] - xh2[2]; in find_M()
556 xh2[0] = x[iH2][0]; in find_M()
557 xh2[1] = x[iH2][1]; in find_M()
558 xh2[2] = x[iH2][2]; in find_M()
569 double delx2 = xh2[0] - xo[0]; in find_M()
570 double dely2 = xh2[1] - xo[1]; in find_M()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/samples/matlab/
H A Dprandtl2.m16 xh2 = zeros(31,31); variable
42 xh2(i,j) = x(ih2);
57 surf(xo2,t,xh2);
H A Dprandtl1.m17 xh2 = zeros(31,31); variable
43 xh2(i,j) = x(ih2);
59 surf(xo2,t,xh2);
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/qhop/
H A Dqhop_asite.F55 real*8 xh2(3),xacc2(2),xdr(3),xr12(3),xar(3),xdrp(2),norm,r1(3),
142 xh2(1)=cosp*cost*xar(1)-cost*sinp*xar(2)-sint*xar(3)
143 xh2(2)=sinp*xar(1)+cosp*xar(2)
144 xh2(3)=sint*cosp*xar(1)-sint*sinp*xar(2)+cost*xar(3)
149 fct=sqrt(xh2(1)**2+xh2(2)**2)
151 xacc2(1)=xh2(1)*(rds/fct)
152 xacc2(2)=xh2(2)*(rds/fct)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/qhop/
H A Dqhop_asite.F55 real*8 xh2(3),xacc2(2),xdr(3),xr12(3),xar(3),xdrp(2),norm,r1(3),
142 xh2(1)=cosp*cost*xar(1)-cost*sinp*xar(2)-sint*xar(3)
143 xh2(2)=sinp*xar(1)+cosp*xar(2)
144 xh2(3)=sint*cosp*xar(1)-sint*sinp*xar(2)+cost*xar(3)
149 fct=sqrt(xh2(1)**2+xh2(2)**2)
151 xacc2(1)=xh2(1)*(rds/fct)
152 xacc2(2)=xh2(2)*(rds/fct)
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dhizzie.cpp185 rvec xh1, xh2; in set_histp() local
279 calc_ringh(x[ne2], x[ce1], x[cd2], xh2); in set_histp()
283 bHEd = chk_hbonds(ne2, pdba, x, acceptor, hbond, xh2, angle, dist); in set_histp()
284 chk_hbonds(ne2, pdba, x, donor, hbond, xh2, angle, dist); in set_histp()
/dports/science/lammps/lammps-stable_29Sep2021/src/OPENMP/
H A Dpppm_tip4p_omp.cpp756 double xo[3],xh1[3],xh2[3],xm[3]; in find_M_thr() local
762 xh2[ii] = x[iH2][ii]; in find_M_thr()
794 delx = xo[0] - xh2[0]; in find_M_thr()
795 dely = xo[1] - xh2[1]; in find_M_thr()
796 delz = xo[2] - xh2[2]; in find_M_thr()
808 xh2[0] = x[iH2][0]; in find_M_thr()
809 xh2[1] = x[iH2][1]; in find_M_thr()
810 xh2[2] = x[iH2][2]; in find_M_thr()
821 double delx2 = xh2[0] - xo[0]; in find_M_thr()
822 double dely2 = xh2[1] - xo[1]; in find_M_thr()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenOpenCL/
H A Dbuiltins-amdgcn-fp-atomics-gfx908-err.cl7 void test_global_add_2f16(__global half2 *addrh2, half2 xh2,
13 …*half_rtn = __builtin_amdgcn_global_atomic_fadd_v2f16(addrh2, xh2); // expected-error{{'__builtin_…
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_4/
H A Dbug633431 bounding h -save xh1 yy zz xh2 yy zz -dump
42 set dx_h [ dval xh2-xh1 ]
/dports/finance/R-cran-fBasics/fBasics/R/
H A Dgui-stylizedFacts.R255 xh2 = xh[xh > 0] functionVar
263 points(log(xh2), log(yh2), col = 2, ...)
268 to = max(xh1[length(xh1)], xh2[length(xh2)]), length = 301)
277 result = list(breaks = c(xh1, xh2), counts = c(yh1, yh2),
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DSpherical_Backscattering_Analyser.comp187 double xh1,xh2,zh1,zh2;
207 xh2=xh1+dx;
221 line(xh1,ymin,zh1,xh2,ymin,zh2);
222 line(xh1,ymax,zh1,xh2,ymax,zh2);
230 xh1=xh2; yv1=yv2; xd1=xd2; yd1=yd2; xd3=xd4; yd3=yd4;
/dports/astro/libgal/libgal-0.5.0/sgp4/
H A Dgal_dpper.c126 double xh2, in gal_dpper()
195 shll = xh2 * f2 + xh3 * f3 ; in gal_dpper()
H A Dgal_dpper.h137 double xh2,
/dports/graphics/gmt/gmt-6.3.0/doc/scripts/
H A DGMT_vector4.sh35 xh2=$(gmt math -Q $xh1 1.5 2.54 DIV $a COSD MUL ADD =)
50 $xh2 $yh2
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzdspr.c15 xgh3, doublereal *xgh4, doublereal *xh2, doublereal *xh3, doublereal * in zzdspr_() argument
451 shl = *xh2 * f2 + *xh3 * f3; in zzdspr_()

12345