Home
last modified time | relevance | path

Searched refs:ndep (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/science/madness/madness-ebb3fd7/src/madness/world/
H A Ddependency_interface.h136 DependencyInterface(int ndep = 0) : ndepend(ndep), final_callback(nullptr) { in ndepend() argument
144 DependencyInterface(int ndep, const char* caller) : ndepend(ndep), final_callback(nullptr) in DependencyInterface() argument
146 , max_ndepend(ndep) in DependencyInterface()
151 callers_[caller] = ndep; in DependencyInterface()
160 int ndep() const { in ndep() function
179 return ndep() == 0; in probe()
299 if (ndep() != ndep_debug()) in inc_debug()
324 if (ndep() != ndep_debug()) in dec_debug()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/develop/
H A Drak18.F36 integer ndep ! number of linear dependent eigenvalues
160 ndep = 0
162 if (dbl_mb(k_eig+i).lt.sld_thresh) ndep = ndep + 1
165 if (ndep.gt.0) then
166 write(luout,*)' ',ndep,
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/develop/
H A Drak18.F36 integer ndep ! number of linear dependent eigenvalues
160 ndep = 0
162 if (dbl_mb(k_eig+i).lt.sld_thresh) ndep = ndep + 1
165 if (ndep.gt.0) then
166 write(luout,*)' ',ndep,
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/sirius/
H A Ddypc.F688 ndep=ndep+1
908 ndep=ndep+1
1570 ndep=ndep+1
1635 ndep=ndep+1
1639 ndep=ndep+1
1836 ndep=ndep+1
1909 ndep=ndep+1
2354 ndep=ndep+1
2918 ndep=ndep+1
2922 ndep=ndep+1
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sqrt/
H A Dcheckdep.c96 int nrows, ncols, nlimbs, *vec, ndep, ret; in checkSparseAll() local
104 ndep = 0; in checkSparseAll()
107 fprintf(stderr, "Checking dep %d\n", ndep++); in checkSparseAll()
195 int nrows, ncols, *vec, small_nrows, small_ncols, ret, ndep; in checkWithIndexAll() local
202 ndep = 0; in checkWithIndexAll()
205 fprintf(stderr, "Checking dep %d\n", ndep++); in checkWithIndexAll()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c556 struct direntry *ndep; in createde() local
611 ndep = bptoep(pmp, bp, clusoffset); in createde()
613 DE_EXTERNALIZE(ndep, dep); in createde()
619 u_int8_t chksum = winChksum(ndep->deName); in createde()
649 ndep = bptoep(pmp, bp, in createde()
652 ndep--; in createde()
655 if (!unix2winfn(un, unlen, (struct winentry *)ndep, in createde()
713 ndep = bptoep(pmp, bp, clusoffset); in createde()
718 ndep->deName[0] = SLOT_DELETED; in createde()
741 ndep = bptoep(pmp, bp, fndoffset); in createde()
[all …]
/dports/comms/yagiuda/yagiuda-1.19/src/
H A Dnrutil.c190 long i,j,nrow=nrh-nrl+1,ncol=nch-ncl+1,ndep=ndh-ndl+1; in f3tensor() local
206 t[nrl][ncl]=(float *) malloc((size_t)((nrow*ncol*ndep+NR_END)*sizeof(float))); in f3tensor()
211 for(j=ncl+1;j<=nch;j++) t[nrl][j]=t[nrl][j-1]+ndep; in f3tensor()
214 t[i][ncl]=t[i-1][ncl]+ncol*ndep; in f3tensor()
215 for(j=ncl+1;j<=nch;j++) t[i][j]=t[i][j-1]+ndep; in f3tensor()
493 long i,j,nrow=nrh-nrl+1,ncol=nch-ncl+1,ndep=ndh-ndl+1; local
509 t[nrl][ncl]=(float *) malloc((unsigned int)((nrow*ncol*ndep+NR_END)*sizeof(float)));
514 for(j=ncl+1;j<=nch;j++) t[nrl][j]=t[nrl][j-1]+ndep;
517 t[i][ncl]=t[i-1][ncl]+ncol*ndep;
518 for(j=ncl+1;j<=nch;j++) t[i][j]=t[i][j-1]+ndep;
/dports/comms/qsstv/qsstv/drmrx/
H A Dnrutil.cpp188 long i, j, nrow = nrh - nrl + 1, ncol = nch - ncl + 1, ndep = ndh - ndl + 1; in f3tensor() local
210 malloc((size_t) ((nrow * ncol * ndep + NR_END) * sizeof(float))); in f3tensor()
216 t[nrl][j] = t[nrl][j - 1] + ndep; in f3tensor()
220 t[i][ncl] = t[i - 1][ncl] + ncol * ndep; in f3tensor()
222 t[i][j] = t[i][j - 1] + ndep; in f3tensor()
555 long i, j, nrow = nrh - nrl + 1, ncol = nch - ncl + 1, ndep = ndh - ndl + 1; variable
578 malloc((unsigned int) ((nrow * ncol * ndep + NR_END) * sizeof(float)));
584 t[nrl][j] = t[nrl][j - 1] + ndep;
588 t[i][ncl] = t[i - 1][ncl] + ncol * ndep;
590 t[i][j] = t[i][j - 1] + ndep;
/dports/devel/py-gtfslib/gtfslib-1.0.0/gtfsplugins/
H A Dfrequencies.py102 ndep = len(departures)
103 if ndep >= dep_max:
104 dep_max = ndep
/dports/databases/grass7/grass-7.8.6/raster/r.param.scale/
H A Dnrutil.c201 int i, j, nrow = nrh - nrl + 1, ncol = nch - ncl + 1, ndep = in f3tensor() local
217 (float *)G_malloc(((nrow * ncol * ndep + NR_END) * sizeof(float))); in f3tensor()
222 t[nrl][j] = t[nrl][j - 1] + ndep; in f3tensor()
225 t[i][ncl] = t[i - 1][ncl] + ncol * ndep; in f3tensor()
228 t[i][j] = t[i][j - 1] + ndep; in f3tensor()
/dports/print/xmbibtex/xmbibtex-1.7/src/
H A Dnrutil.c183 long i,j,nrow=nrh-nrl+1,ncol=nch-ncl+1,ndep=ndh-ndl+1; in f3tensor() local
199 t[nrl][ncl]=(float *) malloc((size_t)((nrow*ncol*ndep+NR_END)*sizeof(float))); in f3tensor()
204 for (j=ncl+1;j<=nch;j++) t[nrl][j]=t[nrl][j-1]+ndep; in f3tensor()
207 t[i][ncl]=t[i-1][ncl]+ncol*ndep; in f3tensor()
208 for(j=ncl+1;j<=nch;j++) t[i][j]=t[i][j-1]+ndep; in f3tensor()
/dports/graphics/pfstools/pfstools-2.1.0/src/camera/
H A Dnrutil.cpp186 long i,j,nrow=nrh-nrl+1,ncol=nch-ncl+1,ndep=ndh-ndl+1; in f3tensor() local
202 t[nrl][ncl]=(float *) malloc((size_t)((nrow*ncol*ndep+NR_END)*sizeof(float))); in f3tensor()
207 for(j=ncl+1;j<=nch;j++) t[nrl][j]=t[nrl][j-1]+ndep; in f3tensor()
210 t[i][ncl]=t[i-1][ncl]+ncol*ndep; in f3tensor()
211 for(j=ncl+1;j<=nch;j++) t[i][j]=t[i][j-1]+ndep; in f3tensor()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/scf_dft/
H A Ddft_canorg.F21 integer ltmpm, itmpm,ndep
28 ndep=nbf-nmo
50 if(i.gt.ndep) then
52 jfirst=min(i-ndep,jfirst)
53 jlast=max(i-ndep,jlast)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/scf_dft/
H A Ddft_canorg.F21 integer ltmpm, itmpm,ndep
28 ndep=nbf-nmo
50 if(i.gt.ndep) then
52 jfirst=min(i-ndep,jfirst)
53 jlast=max(i-ndep,jlast)
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/gor4/src/
H A Dnrutil.cpp262 long i, j, nrow = nrh - nrl + 1, ncol = nch - ncl + 1, ndep = ndh - ndl + 1; in f3tensor() local
278 t[nrl][ncl] = (float *) malloc((size_t) ((nrow*ncol*ndep+NR_END) * sizeof(float))); in f3tensor()
284 t[nrl][j] = t[nrl][j-1] + ndep; in f3tensor()
287 t[i][ncl] = t[i-1][ncl] + ncol * ndep; in f3tensor()
289 t[i][j] = t[i][j-1] + ndep; in f3tensor()
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/repo/binary/
H A Dupdate.c419 int ndep, i; in pkg_repo_binary_parse_conflicts() local
431 ndep = 1; in pkg_repo_binary_parse_conflicts()
434 ndep ++; in pkg_repo_binary_parse_conflicts()
437 deps = xmalloc(sizeof(char *) * ndep); in pkg_repo_binary_parse_conflicts()
438 for (i = 0; i < ndep; i ++) { in pkg_repo_binary_parse_conflicts()
441 pkg_repo_binary_register_conflicts(origin, deps, ndep, sqlite); in pkg_repo_binary_parse_conflicts()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/internalguide/
H A Dimageautoguiding.cpp399 long i, j, nrow = nrh - nrl + 1, ncol = nch - ncl + 1, ndep = ndh - ndl + 1; in f3tensorSP() local
417 t[nrl][ncl] = (float *)malloc((size_t)((nrow * ncol * ndep + NR_END) * sizeof(float))); in f3tensorSP()
424 t[nrl][j] = t[nrl][j - 1] + ndep; in f3tensorSP()
428 t[i][ncl] = t[i - 1][ncl] + ncol * ndep; in f3tensorSP()
430 t[i][j] = t[i][j - 1] + ndep; in f3tensorSP()
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dfarming_methods.F54 INTEGER :: icheck, idep, itry, ndep local
76 ndep = SIZE(farming_env%job(itry)%dependencies)
78 dep: DO idep = 1, ndep
H A Dqs_fb_env_methods.F146 my_nmo, ndep, nelectron, nmo, nmo_filtered, nspin, original_nfullrowsORcols_total local
434 ndep, &
614 fm_work, eps_eigval, ndep, method) argument
619 INTEGER, INTENT(OUT) :: ndep local
638 ndep = 0
709 eps_eigval, ndep)
710 IF (ndep > 0) THEN
711 WRITE (ndep_string, FMT="(I8)") ndep
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dfarming_methods.F54 INTEGER :: icheck, idep, itry, ndep local
76 ndep = SIZE(farming_env%job(itry)%dependencies)
78 dep: DO idep = 1, ndep
H A Dqs_fb_env_methods.F146 my_nmo, ndep, nelectron, nmo, nmo_filtered, nspin, original_nfullrowsORcols_total local
434 ndep, &
614 fm_work, eps_eigval, ndep, method) argument
619 INTEGER, INTENT(OUT) :: ndep local
638 ndep = 0
709 eps_eigval, ndep)
710 IF (ndep > 0) THEN
711 WRITE (ndep_string, FMT="(I8)") ndep
H A Dminbas_methods.F86 ndep, nmao, nmo, nmx, np, np1, nspin, & local
284 CALL cp_fm_power(fm6, fmwork, -0.5_dp, 1.0e-12_dp, ndep)
285 IF (ndep > 0 .AND. unit_nr > 0) THEN
286 WRITE (unit_nr, '(T2,A,T71,I10)') 'Warning: linear dependent basis ', ndep
/dports/textproc/p5-Lingua-Stem-Snowball/Lingua-Stem-Snowball-0.952/t/test_voc/
H A Dro.utf88 îndepărtează îndepărt
/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degutils.c293 int i,j,nrow=nrh-nrl+1,ncol=nch-ncl+1,ndep=ndh-ndl+1; in f3tensor() local
306 t[nrl][ncl]=(double*) malloc((size_t)((nrow*ncol*ndep+1)*sizeof(double))); in f3tensor()
311 for(j=ncl+1;j<=nch;j++) t[nrl][j] = t[nrl][j-1]+ndep; in f3tensor()
314 t[i][ncl] = t[i-1][ncl]+ncol*ndep; in f3tensor()
315 for(j=ncl+1;j<=nch;j++) t[i][j] = t[i][j-1]+ndep; in f3tensor()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/plugins/
H A Degutils.cpp293 int i,j,nrow=nrh-nrl+1,ncol=nch-ncl+1,ndep=ndh-ndl+1; in f3tensor() local
306 t[nrl][ncl]=(double*) malloc((size_t)((nrow*ncol*ndep+1)*sizeof(double))); in f3tensor()
311 for(j=ncl+1;j<=nch;j++) t[nrl][j] = t[nrl][j-1]+ndep; in f3tensor()
314 t[i][ncl] = t[i-1][ncl]+ncol*ndep; in f3tensor()
315 for(j=ncl+1;j<=nch;j++) t[i][j] = t[i][j-1]+ndep; in f3tensor()

12345678