Home
last modified time | relevance | path

Searched refs:jend (Results 1 – 25 of 2288) sorted by relevance

12345678910>>...92

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/uccsdt/
H A Dga_long1d.F64 if (iend .ne. b) jend = jend - 1
65 if (jstart .le. jend) then
71 jend = jend + 1 ! Since decremented above
72 call ga_put(g_a, 1, iend, jend, jend, buf(ioff), 1)
119 if (iend .ne. b) jend = jend - 1
120 if (jstart .le. jend) then
126 jend = jend + 1 ! Since decremented above
127 call ga_get(g_a, 1, iend, jend, jend, buf(ioff), 1)
174 if (iend .ne. b) jend = jend - 1
181 jend = jend + 1 ! Since decremented above
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/uccsdt/
H A Dga_long1d.F64 if (iend .ne. b) jend = jend - 1
65 if (jstart .le. jend) then
71 jend = jend + 1 ! Since decremented above
72 call ga_put(g_a, 1, iend, jend, jend, buf(ioff), 1)
119 if (iend .ne. b) jend = jend - 1
120 if (jstart .le. jend) then
126 jend = jend + 1 ! Since decremented above
127 call ga_get(g_a, 1, iend, jend, jend, buf(ioff), 1)
174 if (iend .ne. b) jend = jend - 1
181 jend = jend + 1 ! Since decremented above
[all …]
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/vhf/
H A Dtime_rev.h31 int istart, int iend, int jstart, int jend, int nao);
33 int istart, int iend, int jstart, int jend, int nao);
36 int istart, int iend, int jstart, int jend, int nao);
38 int istart, int iend, int jstart, int jend, int nao);
40 int istart, int iend, int jstart, int jend, int nao);
42 int istart, int iend, int jstart, int jend, int nao);
44 int istart, int iend, int jstart, int jend, int nao);
46 int istart, int iend, int jstart, int jend, int nao);
53 int istart, int iend, int jstart, int jend, int nao);
55 int istart, int iend, int jstart, int jend, int nao);
[all …]
/dports/science/PETSc/petsc-3.14.1/src/mat/impls/aij/seq/ftn-kernels/
H A Dfmult.F9013 PetscInt i,j,jstart,jend
15 jend = ii(1)
17 jstart = jend
18 jend = ii(i+1)
20 do 20 j=jstart,jend-1
33 PetscInt i,j,jstart,jend
36 jend = ii(1)
38 jstart = jend
39 jend = ii(i+1)
41 do 20 j=jstart,jend-1
H A Dfrelax.F9015 PetscInt i,j,jstart,jend
23 jend = adiag(i) - 1
25 do 30 j=jstart,jend
45 PetscInt i,j,jstart,jend
52 jend = ai(i+1) - 1
54 do 50 j=jstart,jend
71 PetscInt i,j,jstart,jend
80 jend = ai(i+1) - 1
81 do 50 j=jstart,jend
108 jend = ai(i+1) - 1
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/utilities/
H A Dbutter.F85 integer istart,iend,jstart,jend
102 jend = na(taskid_j+1)
128 jend = rindx + rsize - 1
143 iend = jend
144 jend = rindx
200 jend = rindx + rsize - 1
201 jend = jend - rs2
254 jend = rindx + rsize - 1
255 jstart = jend - rs2 + 1
270 iend = jend
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/utilities/
H A Dbutter.F85 integer istart,iend,jstart,jend
102 jend = na(taskid_j+1)
128 jend = rindx + rsize - 1
143 iend = jend
144 jend = rindx
200 jend = rindx + rsize - 1
201 jend = jend - rs2
254 jend = rindx + rsize - 1
255 jstart = jend - rs2 + 1
270 iend = jend
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-original/
H A Dmd_frce.f14 integer jbeg,jend,jnab local
49 jend=epoint(i+1)-1
52 if(jbeg.le.jend)then
54 do jnab=jbeg,jend
73 do jnab=jbeg,jend
80 call ewald_excl(i,rij,rijsq,jbeg,jend,ewald3)
87 jend=point(i+1)-1
90 if(jbeg.le.jend)then
92 do jnab=jbeg,jend
111 do jnab=jbeg,jend
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-original/
H A Dmd_frce.f14 integer jbeg,jend,jnab
49 jend=epoint(i+1)-1
52 if(jbeg.le.jend)then
54 do jnab=jbeg,jend
73 do jnab=jbeg,jend
80 call ewald_excl(i,rij,rijsq,jbeg,jend,ewald3)
87 jend=point(i+1)-1
90 if(jbeg.le.jend)then
92 do jnab=jbeg,jend
111 do jnab=jbeg,jend
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-serial/
H A Dmd_frce.f18 integer jbeg,jend,jnab
50 jend=epoint(i+1)-1
53 if(jbeg.le.jend)then
55 do jnab=jbeg,jend
74 do jnab=jbeg,jend
81 call ewald_excl(i,rij,rijsq,jbeg,jend,ewald3)
87 jend=point(i+1)-1
90 if(jbeg.le.jend)then
92 do jnab=jbeg,jend
111 do jnab=jbeg,jend
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-subgroups/
H A Dmd_frce.f18 integer jbeg,jend,jnab
50 jend=epoint(i+1)-1
53 if(jbeg.le.jend)then
55 do jnab=jbeg,jend
74 do jnab=jbeg,jend
81 call ewald_excl(i,rij,rijsq,jbeg,jend,ewald3)
87 jend=point(i+1)-1
90 if(jbeg.le.jend)then
92 do jnab=jbeg,jend
111 do jnab=jbeg,jend
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/graveyard/smd-9-10-08/
H A Dmd_frce.f18 integer jbeg,jend,jnab
50 jend=epoint(i+1)-1
53 if(jbeg.le.jend)then
55 do jnab=jbeg,jend
74 do jnab=jbeg,jend
81 call ewald_excl(i,rij,rijsq,jbeg,jend,ewald3)
87 jend=point(i+1)-1
90 if(jbeg.le.jend)then
92 do jnab=jbeg,jend
111 do jnab=jbeg,jend
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-serial/
H A Dmd_frce.f18 integer jbeg,jend,jnab
50 jend=epoint(i+1)-1
53 if(jbeg.le.jend)then
55 do jnab=jbeg,jend
74 do jnab=jbeg,jend
81 call ewald_excl(i,rij,rijsq,jbeg,jend,ewald3)
87 jend=point(i+1)-1
90 if(jbeg.le.jend)then
92 do jnab=jbeg,jend
111 do jnab=jbeg,jend
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-subgroups/
H A Dmd_frce.f18 integer jbeg,jend,jnab
50 jend=epoint(i+1)-1
53 if(jbeg.le.jend)then
55 do jnab=jbeg,jend
74 do jnab=jbeg,jend
81 call ewald_excl(i,rij,rijsq,jbeg,jend,ewald3)
87 jend=point(i+1)-1
90 if(jbeg.le.jend)then
92 do jnab=jbeg,jend
111 do jnab=jbeg,jend
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/graveyard/smd-9-10-08/
H A Dmd_frce.f18 integer jbeg,jend,jnab
50 jend=epoint(i+1)-1
53 if(jbeg.le.jend)then
55 do jnab=jbeg,jend
74 do jnab=jbeg,jend
81 call ewald_excl(i,rij,rijsq,jbeg,jend,ewald3)
87 jend=point(i+1)-1
90 if(jbeg.le.jend)then
92 do jnab=jbeg,jend
111 do jnab=jbeg,jend
[all …]
/dports/science/py-gpaw/gpaw-21.6.0/gpaw/lrtddft/
H A Dconvergence.py17 jend=None,
28 if jend is None:
29 jend0 = lr.kss.jend
31 if jend > lr.kss.jend:
33 jend0 = jend
65 lr.diagonalize(istart=istart0, jend=jend0)
84 lr.diagonalize(istart=istart, jend=jend0)
98 jend = jend0 - i * dn
99 lr.diagonalize(jend=jend, istart=istart0)
100 fn = fname('jend' + str(jend) + '.dat')
[all …]
/dports/math/cvc3/cvc3-2.4.1/src/sat/
H A Dcnf.cpp66 Clause::const_iterator j, jend; in copy() local
69 for (j = cnf[i].begin(), jend = cnf[i].end(); j != jend; ++j) { in copy()
99 Clause::const_iterator j, jend; in operator +=() local
102 for (j = cnf[i].begin(), jend = cnf[i].end(); j != jend; ++j) { in operator +=()
121 Clause::const_iterator j, jend; in operator +=() local
122 for (j=c.begin(), jend = c.end(); j != jend; ++j) { in operator +=()
156 Clause::const_iterator j, jend; in simplify() local
159 for (j=(*i).begin(), jend = (*i).end(); j != jend; ++j) { in simplify()
/dports/math/blaze/blaze-3.8/blaze/math/expressions/
H A DTSVecDMatMultExpr.h450 for( size_t j=0UL; j<jend; ++j )
483 last = jend;
724 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
732 for( ; remainder && j<jend; ++j ) {
751 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
759 for( ; remainder && j<jend; ++j ) {
1030 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
1038 for( ; remainder && j<jend; ++j ) {
1057 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
1310 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
[all …]
H A DDMatDVecMultExpr.h548 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
640 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
704 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
761 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
811 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
909 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
980 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
1035 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
1082 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
1358 const size_t jpos( remainder ? prevMultiple( jend, SIMDSIZE ) : jend );
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DCGNSWriteStruct.cpp140 int &jend, int &type) in findRange2D() argument
148 ibeg = iend = jbeg = jend = type = -1; in findRange2D()
158 jend = j + 1; in findRange2D()
177 int ibeg, iend, jbeg, jend, type, typeDonor; in writeInterface2D() local
179 pointRange = {ibeg, jbeg, iend, jend}; in writeInterface2D()
181 pointDonorRange = {ibeg, jbeg, iend, jend}; in writeInterface2D()
204 int ibeg, iend, jbeg, jend, type; in writeBC2D() local
209 if(jend < jbeg) { pointRange[1] = jend; pointRange[3] = jbeg; } in writeBC2D()
370 jend = j + 1; in findRange3D()
420 int ibeg, iend, jbeg, jend, kbeg, kend, type; in writeBC3D() local
[all …]
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/prstab/
H A Dprstab3.c588 i2 = jend; in tablea()
629 i2 = jend; in tablea()
671 i2 = jend; in tablea()
712 i2 = jend; in tablea()
756 i2 = jend; in tablea()
795 i2 = jend; in tablea()
833 i2 = jend; in tablea()
871 i2 = jend; in tablea()
926 i2 = jend; in tablea()
1104 i2 = jend; in tableu()
[all …]
/dports/math/spooles/spooles.2.2_SHARED/A2/src/
H A DcopyEntriesToVector.c151 jcol <= jend ; in A2_copyEntriesToVector()
163 jcol <= jend ; in A2_copyEntriesToVector()
184 jcol <= jend ; in A2_copyEntriesToVector()
196 jcol <= jend ; in A2_copyEntriesToVector()
236 jend = ncol - 1 ; in A2_copyEntriesToVector()
238 jcol <= jend ; in A2_copyEntriesToVector()
248 jend = ncol - 1 ; in A2_copyEntriesToVector()
269 jend = ncol - 1 ; in A2_copyEntriesToVector()
281 jend = ncol - 1 ; in A2_copyEntriesToVector()
302 jend = ncol - 1 ; in A2_copyEntriesToVector()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/A2/src/
H A DcopyEntriesToVector.c151 jcol <= jend ; in A2_copyEntriesToVector()
163 jcol <= jend ; in A2_copyEntriesToVector()
184 jcol <= jend ; in A2_copyEntriesToVector()
196 jcol <= jend ; in A2_copyEntriesToVector()
236 jend = ncol - 1 ; in A2_copyEntriesToVector()
238 jcol <= jend ; in A2_copyEntriesToVector()
248 jend = ncol - 1 ; in A2_copyEntriesToVector()
269 jend = ncol - 1 ; in A2_copyEntriesToVector()
281 jend = ncol - 1 ; in A2_copyEntriesToVector()
302 jend = ncol - 1 ; in A2_copyEntriesToVector()
[all …]
/dports/math/spooles-mpich/spooles.2.2/A2/src/
H A DcopyEntriesToVector.c151 jcol <= jend ; in A2_copyEntriesToVector()
163 jcol <= jend ; in A2_copyEntriesToVector()
184 jcol <= jend ; in A2_copyEntriesToVector()
196 jcol <= jend ; in A2_copyEntriesToVector()
236 jend = ncol - 1 ; in A2_copyEntriesToVector()
238 jcol <= jend ; in A2_copyEntriesToVector()
248 jend = ncol - 1 ; in A2_copyEntriesToVector()
269 jend = ncol - 1 ; in A2_copyEntriesToVector()
281 jend = ncol - 1 ; in A2_copyEntriesToVector()
302 jend = ncol - 1 ; in A2_copyEntriesToVector()
[all …]
/dports/math/spooles/spooles.2.2/A2/src/
H A DcopyEntriesToVector.c151 jcol <= jend ; in A2_copyEntriesToVector()
163 jcol <= jend ; in A2_copyEntriesToVector()
184 jcol <= jend ; in A2_copyEntriesToVector()
196 jcol <= jend ; in A2_copyEntriesToVector()
236 jend = ncol - 1 ; in A2_copyEntriesToVector()
238 jcol <= jend ; in A2_copyEntriesToVector()
248 jend = ncol - 1 ; in A2_copyEntriesToVector()
269 jend = ncol - 1 ; in A2_copyEntriesToVector()
281 jend = ncol - 1 ; in A2_copyEntriesToVector()
302 jend = ncol - 1 ; in A2_copyEntriesToVector()
[all …]

12345678910>>...92