Home
last modified time | relevance | path

Searched refs:yj (Results 126 – 150 of 3559) sorted by relevance

12345678910>>...143

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/graphite/
H A Dpr83435.c4 int yj, ax; variable
9 int *dh = &yj; in gf()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/hondo/
H A Dhnd_dipxyz.F12 1 xi,yi,zi,xj,yj,zj,ni,nj,cx,cy,cz local
15 double precision xj, yj, zj, zero, dum, px, py, pz local
40 by=pty-yj
H A Dhnd_sxyz.F13 common/hnd_xyzder/xint,yint,zint,t,x0,y0,z0,xi,yi,zi,xj,yj,zj,
16 double precision xj, yj, zj, zero, dum, px, py, pz
45 by=pty-yj
H A Dhnd_dervxyz.F16 double precision xj, yj, zj, cx, cy, cz, zero, ptx, pty, ptz local
19 common/hnd_xyzder/xint,yint,zint,t,x0,y0,z0,xi,yi,zi,xj,yj,zj local
43 by = pty-yj
/dports/science/nwchem-data/nwchem-7.0.2-release/src/dimqm/
H A Ddim_dervxyz.F16 double precision xj, yj, zj, cx, cy, cz, zero, ptx, pty, ptz
19 common/hnd_xyzder/xint,yint,zint,t,x0,y0,z0,xi,yi,zi,xj,yj,zj
43 by = pty-yj
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/hondo/
H A Dhnd_sxyz.F13 common/hnd_xyzder/xint,yint,zint,t,x0,y0,z0,xi,yi,zi,xj,yj,zj,
16 double precision xj, yj, zj, zero, dum, px, py, pz
45 by=pty-yj
H A Dhnd_dipxyz.F12 1 xi,yi,zi,xj,yj,zj,ni,nj,cx,cy,cz
15 double precision xj, yj, zj, zero, dum, px, py, pz
40 by=pty-yj
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/contour-0.2.0/src/
H A Darea.rs40 let yj = pj[1]; in ring_contains() localVariable
44 if ((yi > y) != (yj > y)) && (x < (xj - xi) * (y - yi) / (yj - yi) + xi) { in ring_contains()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/dimqm/
H A Ddim_dervxyz.F16 double precision xj, yj, zj, cx, cy, cz, zero, ptx, pty, ptz
19 common/hnd_xyzder/xint,yint,zint,t,x0,y0,z0,xi,yi,zi,xj,yj,zj
43 by = pty-yj
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dtetris.c1161 yj = old->ypos + j; in drawPolyominoDiff()
1172 } else if (yj >= 0) { in drawPolyominoDiff()
1275 int xi, yj; in putBox() local
1278 yj = y + j; in putBox()
1318 int xi, yj; in overlapping() local
1321 yj = y + j; in overlapping()
1328 if ((yj >= 0) && (tp->wall[yj][xi].pmid >= 0)) in overlapping()
1332 if ((yj < 0) || (tp->wall[yj][xi].pmid >= 0)) in overlapping()
1382 int xi, yj; in atBottom() local
1385 yj = y + j; in atBottom()
[all …]
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dslice_mask.cpp33 int yj = 0; in slice_mask() local
38 Y(yi,yj) = X(i,j); in slice_mask()
39 yj++; in slice_mask()
81 int yj = 0; in slice_mask() local
86 Y.col(yj++) = X.col(j); in slice_mask()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dslice_mask.cpp33 int yj = 0; in slice_mask() local
38 Y(yi,yj) = X(i,j); in slice_mask()
39 yj++; in slice_mask()
81 int yj = 0; in slice_mask() local
86 Y.col(yj++) = X.col(j); in slice_mask()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/MembraneUGens/
H A DMembrane.cpp67 float yj; // junction admittence, calculated from tension parameter member
106 float yc = unit->yj - junction->ins; in cycle()
170 unit->yj = 0; in Membrane_init()
262 unit->yj = 2.f * DELTA * DELTA / (tension * tension * GAMMA * GAMMA); in Membrane_next_a()
263 float yj_r = 1.0f / unit->yj; in Membrane_next_a()
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/odeint/examples/
H A Dmolecular_dynamics.cpp68 double xj = x[j] , yj = x[n+j]; in operator ()() local
70 yj = periodic_bc( yj , m_ymax ); in operator ()()
72 double diffx = ( xj - xi ) , diffy = ( yj - yi ); in operator ()()
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/odeint/examples/
H A Dmolecular_dynamics.cpp68 double xj = x[j] , yj = x[n+j]; in operator ()() local
70 yj = periodic_bc( yj , m_ymax ); in operator ()()
72 double diffx = ( xj - xi ) , diffy = ( yj - yi ); in operator ()()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/odeint/examples/
H A Dmolecular_dynamics.cpp68 double xj = x[j] , yj = x[n+j]; in operator ()() local
70 yj = periodic_bc( yj , m_ymax ); in operator ()()
72 double diffx = ( xj - xi ) , diffy = ( yj - yi ); in operator ()()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/odeint/examples/
H A Dmolecular_dynamics.cpp68 double xj = x[j] , yj = x[n+j]; in operator ()() local
70 yj = periodic_bc( yj , m_ymax ); in operator ()()
72 double diffx = ( xj - xi ) , diffy = ( yj - yi ); in operator ()()
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/odeint/examples/
H A Dmolecular_dynamics.cpp68 double xj = x[j] , yj = x[n+j]; in operator ()() local
70 yj = periodic_bc( yj , m_ymax ); in operator ()()
72 double diffx = ( xj - xi ) , diffy = ( yj - yi ); in operator ()()
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/odeint/examples/
H A Dmolecular_dynamics.cpp68 double xj = x[j] , yj = x[n+j]; in operator ()() local
70 yj = periodic_bc( yj , m_ymax ); in operator ()()
72 double diffx = ( xj - xi ) , diffy = ( yj - yi ); in operator ()()
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/odeint/examples/
H A Dmolecular_dynamics.cpp68 double xj = x[j] , yj = x[n+j]; in operator ()() local
70 yj = periodic_bc( yj , m_ymax ); in operator ()()
72 double diffx = ( xj - xi ) , diffy = ( yj - yi ); in operator ()()
/dports/science/openbabel/openbabel-3.1.1/include/
H A DLBFGS.h163 MapVec yj(&m_y(0, j), n); in minimize()
165 m_drt.noalias() -= m_alpha[j] * yj; in minimize()
173 MapVec yj(&m_y(0, j), n); in minimize()
174 Scalar beta = yj.dot(m_drt) / m_ys[j]; in minimize()
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/odeint/examples/
H A Dmolecular_dynamics.cpp68 double xj = x[j] , yj = x[n+j]; in operator ()() local
70 yj = periodic_bc( yj , m_ymax ); in operator ()()
72 double diffx = ( xj - xi ) , diffy = ( yj - yi ); in operator ()()
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/odeint/examples/
H A Dmolecular_dynamics.cpp68 double xj = x[j] , yj = x[n+j]; in operator ()() local
70 yj = periodic_bc( yj , m_ymax ); in operator ()()
72 double diffx = ( xj - xi ) , diffy = ( yj - yi ); in operator ()()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dmatrix.hh879 auto&& yj = Impl::asVector(y[j]); in umtv()
880 Impl::asMatrix((*this)[i][j]).umtv(xi, yj); in umtv()
896 auto&& yj = Impl::asVector(y[j]); in mmtv()
897 Impl::asMatrix((*this)[i][j]).mmtv(xi, yj); in mmtv()
913 auto&& yj = Impl::asVector(y[j]); in usmtv()
930 auto&& yj = Impl::asVector(y[j]); in umhv()
931 Impl::asMatrix((*this)[i][j]).umhv(xi,yj); in umhv()
947 auto&& yj = Impl::asVector(y[j]); in mmhv()
948 Impl::asMatrix((*this)[i][j]).mmhv(xi,yj); in mmhv()
964 auto&& yj = Impl::asVector(y[j]); in usmhv()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphic_objects/src/cpp/
H A DNgonGridMatplotDataDecomposer.cpp82 double yj = 0.; in fillGridVertices() local
92 yj = (double) j * y[1] + y[0]; in fillGridVertices()
98 yj = DecompositionUtils::getLog10Value(yj); in fillGridVertices()
119 buffer[bufferOffset + 1] = yj * scale[1] + translation[1]; in fillGridVertices()
143 yj = (double) j * y[1] + y[0]; in fillGridVertices()
150 yj = DecompositionUtils::getLog10Value(yj); in fillGridVertices()
155 ycoords[0] = yj; in fillGridVertices()
156 ycoords[1] = yj; in fillGridVertices()

12345678910>>...143