Home
last modified time | relevance | path

Searched refs:nsmax (Results 76 – 100 of 195) sorted by relevance

12345678

/dports/science/nwchem-data/nwchem-7.0.2-release/src/selci/
H A Dmakhdb.F13 $ w1(nfmax,nfmax,nsmax),w2(nfmax2,nfmax,nsmax-1),
H A Dmkvc.F14 $ w1(nfmax,nfmax,nsmax),w2(nfmax2,nfmax,nsmax-1),
H A Dmakeh.F28 & w1(nfmax,nfmax,nsmax),w2(nfmax2,nfmax,nsmax-1),
H A Dtester.F22 $ w1(nfmax,nfmax,nsmax),w2(nfmax2,nfmax,nsmax-1),
/dports/science/healpix/Healpix_3.50/src/f90/map2gif/
H A Dmap2gif.f90126 INTEGER(I4B) :: nsmax variable
196 nsmax = npix2nside(npixtot)
197 call assert(nsmax > 0, 'wrong number of pixels')
199 if (nsmax <= 256) chunk = 2
330 nsmax, &
348 nsmax, &
/dports/science/healpix/Healpix_3.50/src/f90/alteralm/
H A Dalt_sub_inc.f9091 integer(I4B) :: ktype, nsmax variable
256 nsmax = nsmax_in
261 nsmax = nsmax_out
266 if (nsmax > 0) then
267 windowname = get_healpix_pixel_window_file(nsmax)
/dports/science/siesta/siesta-4.1.5/Util/Gen-basis/
H A Dgen-basis.F32 use old_atmfuncs, only : nsmax
99 nsmax = nsp ! For old_atmfuncs
/dports/science/healpix/Healpix_3.50/src/f90/mod/
H A Dfitstools.F901309 INTEGER(I4B), INTENT(IN) :: nplm, nhar, nlheader, nsmax, nlmax local
1322 call write_plm(plm, nplm, nhar, header, nlheader, filename, nsmax, nlmax)
1346 INTEGER(I4B), INTENT(IN) :: nhar, nlheader, nsmax, nlmax local
1361 INTEGER(I4B), INTENT(IN) :: nhar, nlheader, nsmax, nlmax local
1420 nlm = nplm / (2*nsmax) ! number of Plm per Healpix ring
1423 call assert(nplm == nlm*2*nsmax, 'inconsistent array size in write_plm')
1424 call assert(nplm == (nmmax+1_i8b)*(2*nlmax-nmmax+2_i8b)*nsmax, &
1431 nrows = 2*nsmax ! naxis1
2766 if (nsmax<=0) then
2770 if (type == 3) npixtot = nside2npix(nsmax) ! cut sky input data set
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/lapack/
H A Ddlaqr4.c312 integer kacc22, itmax, nsmax, nwmax, kwtop; in igraphdlaqr4_() local
498 nsmax = min(i__1,i__2); in igraphdlaqr4_()
499 nsmax -= nsmax % 2; in igraphdlaqr4_()
634 i__2 = min(nsmax,nsr), i__3 = max(i__4,i__5); in igraphdlaqr4_()
H A Ddlaqr0.c305 integer kacc22, itmax, nsmax, nwmax, kwtop; in igraphdlaqr0_() local
496 nsmax = min(i__1,i__2); in igraphdlaqr0_()
497 nsmax -= nsmax % 2; in igraphdlaqr0_()
632 i__2 = min(nsmax,nsr), i__3 = max(i__4,i__5); in igraphdlaqr0_()
/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Ddlaqr4.c283 integer kacc22, itmax, nsmax, nwmax, kwtop; in dlaqr4_() local
441 nsmax = min(i__1,i__2); in dlaqr4_()
442 nsmax -= nsmax % 2; in dlaqr4_()
569 i__2 = min(nsmax,nsr); in dlaqr4_()
H A Dslaqr4.c285 integer kacc22, itmax, nsmax, nwmax, kwtop; in slaqr4_() local
443 nsmax = min(i__1,i__2); in slaqr4_()
444 nsmax -= nsmax % 2; in slaqr4_()
571 i__2 = min(nsmax,nsr); in slaqr4_()
H A Ddlaqr0.c275 integer kacc22, itmax, nsmax, nwmax, kwtop; in dlaqr0_() local
433 nsmax = min(i__1,i__2); in dlaqr0_()
434 nsmax -= nsmax % 2; in dlaqr0_()
561 i__2 = min(nsmax,nsr); in dlaqr0_()
H A Dslaqr0.c276 integer kacc22, itmax, nsmax, nwmax, kwtop; in slaqr0_() local
434 nsmax = min(i__1,i__2); in slaqr0_()
435 nsmax -= nsmax % 2; in slaqr0_()
562 i__2 = min(nsmax,nsr); in slaqr0_()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/selci/
H A Dmkvc.F14 $ w1(nfmax,nfmax,nsmax),w2(nfmax2,nfmax,nsmax-1),
H A Dmakeh.F28 & w1(nfmax,nfmax,nsmax),w2(nfmax2,nfmax,nsmax-1),
H A Dtester.F22 $ w1(nfmax,nfmax,nsmax),w2(nfmax2,nfmax,nsmax-1),
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Ddump.cpp328 int nsmin,nsmax; in write() local
332 MPI_Allreduce(&nsme,&nsmax,1,MPI_INT,MPI_MAX,world); in write()
333 else nsmax = nsme; in write()
334 if (nsmax > maxsbuf) { in write()
335 maxsbuf = nsmax; in write()
/dports/science/healpix/Healpix_3.50/src/healpy/healpy/test/data/
H A Dsynfast_3_11_config_test_synfast.par4 nsmax = 32
/dports/science/nwchem-data/nwchem-7.0.2-release/src/drdy/
H A Ddrdy_sort.F59 do while (is.le.nsmax+1)
137 if (is.gt.nsmax) then
138 write (fu6,*) ' maximum number of grid points is', nsmax
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/drdy/
H A Ddrdy_sort.F59 do while (is.le.nsmax+1)
137 if (is.gt.nsmax) then
138 write (fu6,*) ' maximum number of grid points is', nsmax
/dports/science/siesta/siesta-4.1.5/Src/
H A Dinitatom.f44 use old_atmfuncs, only: nsmax, allocate_old_arrays
129 nsmax = nsp !! For old_atmfuncs
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A DSignatures.R278 nsmax <- length(ilab); functionVar
280 ns <- as.integer(samples_frac*nsmax)
282 else if (ns < min_samples) ns <- min(min_samples, nsmax)
283 ii <- sample(1:nsmax, ns)
289 …) from max. of %d, for subclass %d", ns, ns/nsmax*100, nsmax, lv),tic=1)
/dports/science/healpix/Healpix_3.50/test/
H A Dsyn.par7 nsmax = 128
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/mrpt/fci/
H A Dfci_num.F81 if (ns.le.multi .or. ns.gt.nsmax) call fci_err

12345678