Home
last modified time | relevance | path

Searched refs:jbase (Results 1 – 25 of 106) sorted by relevance

12345

/dports/science/cdo/cdo-2.0.0/src/
H A Dafter_fctrans.cc146 auto jbase = 0; in rpassc() local
160 j = jbase; in rpassc()
915 j = jbase; in rpassc()
998 auto jbase = 0; in qpassc() local
1065 jbase = 0; in qpassc()
1190 jbase = 0; in qpassc()
1334 jbase = 0; in qpassc()
1510 jbase = 0; in qpassc()
1724 jbase = 0; in qpassc()
1969 jbase = jbase + jump; in fc2gp()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/selci/
H A Dgetij.F18 jbase = 0
22 jbase = jbase + lz/2 + 1
25 k = ibase + jbase
H A Dgtijkl.F28 jbase = 0
32 jbase = jbase + lz/2 + 1
35 k = ibase + jbase
H A Dputinb.F48 jbase = jbuf(1,jj) - imagic
57 ibuff(niinb) = jbase+kk
/dports/science/nwchem-data/nwchem-7.0.2-release/src/selci/
H A Dgetij.F22 jbase = 0
26 jbase = jbase + lz/2 + 1
29 k = ibase + jbase
H A Dgtijkl.F29 jbase = 0
33 jbase = jbase + lz/2 + 1
36 k = ibase + jbase
H A Dputinb.F48 jbase = jbuf(1,jj) - imagic
57 ibuff(niinb) = jbase+kk
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1531.c93 int i,j,jbase; /* Loop variable */ local
104 jbase = 0;
107 for(ki=0; ki<in1; ki++,jbase+=idim)
109 for(kj=0,j=jbase; kj<in2; kj++,j+=idiff)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr101264.f9037 INTEGER(iwp) :: jbase local
67 j = jbase
87 jbase = jbase + inc2
92 jbase = jbase + jump
/dports/science/gromacs/gromacs-2021.4/src/external/tng_io/src/compression/
H A Dcoder.c188 unsigned int jbase=0; in pack_triplet() local
194 jbase++; in pack_triplet()
196 bits_per_value=coding_parameter+jbase; in pack_triplet()
197 if (jbase>=3) in pack_triplet()
202 jbase=3; in pack_triplet()
207 coder_inst->pack_temporary|=jbase; in pack_triplet()
420 unsigned int jbase=0; in unpack_array_triplet() local
426 jbase<<=1; in unpack_array_triplet()
428 jbase|=1U; in unpack_array_triplet()
436 if (jbase==3) in unpack_array_triplet()
[all …]
/dports/devel/ga/ga-5.8/armci/f90/
H A Dcheckput.f9038 integer jbase local
130 jbase = joff -1
283 jbase = joff -1
305 & j1d,b(j1d),jbase,j1s,jbase+j1s
358 integer jbase local
438 jbase = joff -1
510 integer jbase local
590 jbase = joff -1
662 integer jbase local
742 jbase = joff -1
[all …]
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-clustering/src/main/java/de/lmu/ifi/dbs/elki/algorithm/clustering/hierarchical/
H A DAnderbergHierarchicalClustering.java277 int jbase = MatrixParadigm.triangleSize(j);
278 for(; j < x; jbase += j++) {
283 final int jb = jbase + y;
287 jbase += j++; // Skip x
289 for(; j < size; jbase += j++) {
294 final int jb = jbase + y;
295 …final double d = scratch[jb] = linkage.combine(sizex, scratch[jbase + x], sizey, scratch[jb], size…
326 final int jbase = MatrixParadigm.triangleSize(j);
330 for(int i = 0, o = jbase; i < j; i++, o++) {
340 for(int i = j + 1, o = jbase + j + j; i < size; o += i, i++) {
H A DAGNES.java313 int jbase = MatrixParadigm.triangleSize(j);
314 for(; j < x; jbase += j++) {
318 final int jb = jbase + y;
321 jbase += j++; // Skip x
323 for(; j < end; jbase += j++) {
327 final int jb = jbase + y;
328 …scratch[jb] = linkage.combine(sizex, scratch[jbase + x], sizey, scratch[jb], builder.getSize(ij), …
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/tutorial/src/main/java/tutorial/clustering/
H A DNaiveAgglomerativeHierarchicalClustering2.java185 final int jbase = triangleSize(j); in run() local
186 scratch[jbase + miny] = Math.min(scratch[xbase + j], scratch[jbase + miny]); in run()
193 final int jbase = triangleSize(j); in run() local
194 scratch[jbase + miny] = Math.min(scratch[jbase + minx], scratch[jbase + miny]); in run()
H A DNaiveAgglomerativeHierarchicalClustering4.java257 final int jbase = triangleSize(ij.getOffset()); in run() local
259 …scratch[jbase + miny] = linkage.combine(sizex, scratch[xbase + ij.getOffset()], sizey, scratch[jba… in run()
266 final int jbase = triangleSize(ij.getOffset()); in run() local
268 …scratch[jbase + miny] = linkage.combine(sizex, scratch[jbase + minx], sizey, scratch[jbase + miny]… in run()
H A DNaiveAgglomerativeHierarchicalClustering3.java288 final int jbase = triangleSize(j); in run() local
291 …scratch[jbase + miny] = linkage.combine(sizex, scratch[xbase + j], sizey, scratch[jbase + miny], s… in run()
300 final int jbase = triangleSize(j); in run() local
301 …scratch[jbase + miny] = linkage.combine(sizex, scratch[jbase + minx], sizey, scratch[jbase + miny]… in run()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_cfft.c120 register int ii , jj , jbase ; in cfft2d_cox() local
130 jbase = nx * jj ; in cfft2d_cox()
131 cfft( mode , nx , &xr[jbase] , &xi[jbase] ) ; in cfft2d_cox()
/dports/net-mgmt/jnettop/jnettop-0.13.0/
H A DMakefile.am14 …h jprocessor.c jprocessor.h jcapture.c jcapture.h jdevice.c jdevice.h jbase.c jbase.h jresolv.c jt…
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/prepar/
H A Dpre_wrtpmf.F22 integer i,j,k,l,m,n,io,ibase,jbase,idatom,nume,nump,im
301 jbase=pre_base(ipmf(i,3),isegm,csa,msa,nsa)
302 if(ibase.eq.0.or.jbase.eq.0)
304 if((ibase.eq.1.and.jbase.eq.5).or.
305 + (ibase.eq.2.and.jbase.eq.3)) then
347 if((ibase.eq.5.and.jbase.eq.1).or.
348 + (ibase.eq.3.and.jbase.eq.2)) then
/dports/science/nwchem-data/nwchem-7.0.2-release/src/prepar/
H A Dpre_wrtpmf.F22 integer i,j,k,l,m,n,io,ibase,jbase,idatom,nume,nump,im
301 jbase=pre_base(ipmf(i,3),isegm,csa,msa,nsa)
302 if(ibase.eq.0.or.jbase.eq.0)
304 if((ibase.eq.1.and.jbase.eq.5).or.
305 + (ibase.eq.2.and.jbase.eq.3)) then
347 if((ibase.eq.5.and.jbase.eq.1).or.
348 + (ibase.eq.3.and.jbase.eq.2)) then
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/
H A Dargos_prep_wrtpmf.F23 integer i,j,k,l,m,n,io,ibase,jbase,idatom,nume,nump,im
302 jbase=argos_prep_base(ipmf(i,3),isegm,csa,msa,nsa)
303 if(ibase.eq.0.or.jbase.eq.0)
305 if((ibase.eq.1.and.jbase.eq.5).or.
306 + (ibase.eq.2.and.jbase.eq.3)) then
348 if((ibase.eq.5.and.jbase.eq.1).or.
349 + (ibase.eq.3.and.jbase.eq.2)) then
H A Dargos_prepare_wrtpmf.F23 integer i,j,k,l,m,n,io,ibase,jbase,idatom,nume,nump,im
302 jbase=argos_prepare_base(ipmf(i,3),isegm,csa,msa,nsa)
303 if(ibase.eq.0.or.jbase.eq.0)
305 if((ibase.eq.1.and.jbase.eq.5).or.
306 + (ibase.eq.2.and.jbase.eq.3)) then
348 if((ibase.eq.5.and.jbase.eq.1).or.
349 + (ibase.eq.3.and.jbase.eq.2)) then
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/
H A Dargos_prepare_wrtpmf.F23 integer i,j,k,l,m,n,io,ibase,jbase,idatom,nume,nump,im
302 jbase=argos_prepare_base(ipmf(i,3),isegm,csa,msa,nsa)
303 if(ibase.eq.0.or.jbase.eq.0)
305 if((ibase.eq.1.and.jbase.eq.5).or.
306 + (ibase.eq.2.and.jbase.eq.3)) then
348 if((ibase.eq.5.and.jbase.eq.1).or.
349 + (ibase.eq.3.and.jbase.eq.2)) then
H A Dargos_prep_wrtpmf.F23 integer i,j,k,l,m,n,io,ibase,jbase,idatom,nume,nump,im
302 jbase=argos_prep_base(ipmf(i,3),isegm,csa,msa,nsa)
303 if(ibase.eq.0.or.jbase.eq.0)
305 if((ibase.eq.1.and.jbase.eq.5).or.
306 + (ibase.eq.2.and.jbase.eq.3)) then
348 if((ibase.eq.5.and.jbase.eq.1).or.
349 + (ibase.eq.3.and.jbase.eq.2)) then
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzekjtst.c49 static integer i__, j, k, svnr1, svnr2, svnt1, svnt2, jbase, lbase, rbase; in zzekjtst_0_() local
1548 jbase = *jbase1; in zzekjtst_0_()
1554 jbase = *jbase2; in zzekjtst_0_()
1563 svbas1 = jbase; in zzekjtst_0_()
1581 base = jbase + rb + (i__ - 1) * (nt + 1); in zzekjtst_0_()
1620 jbase = *jbase1; in zzekjtst_0_()
1626 jbase = *jbase2; in zzekjtst_0_()
1635 svbas2 = jbase; in zzekjtst_0_()
1653 base = jbase + rb + (i__ - 1) * (nt + 1); in zzekjtst_0_()

12345