Home
last modified time | relevance | path

Searched refs:nbig (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/Parallel/
H A DParallel.F586 parameter (nbig=1000)
597 if (n.gt.nbig) then
645 parameter (nbig=1000)
656 if (n.gt.nbig) then
707 parameter (nbig=1000)
718 if (n.gt.nbig) then
768 parameter (nbig=1000)
779 if (n.gt.nbig) then
826 parameter (nbig=1000)
837 if (n.gt.nbig) then
[all …]
/dports/biology/bcftools/bcftools-1.14/plugins/
H A Dad-bias.c241 int nbig=-1,nsmall=-1,ibig=-1,ismall=-1; in process() local
246 if ( ibig==-1 ) { ibig = j, nbig = aptr[j]; continue; } in process()
247 if ( nbig < aptr[j] ) in process()
249 if ( ismall==-1 || nsmall < nbig ) ismall = ibig, nsmall = nbig; in process()
250 ibig = j, nbig = aptr[j]; in process()
259 if ( ibig==-1 ) { ibig = j, nbig = bptr[j]; continue; } in process()
262 if ( nbig < bptr[j] ) nbig = bptr[j]; in process()
265 if ( nbig < bptr[j] ) in process()
267 if ( ismall==-1 || nsmall < nbig ) ismall = ibig, nsmall = nbig; in process()
268 ibig = j, nbig = bptr[j]; in process()
[all …]
/dports/biology/bio-mocha/bcftools-1.14/plugins/
H A Dad-bias.c241 int nbig=-1,nsmall=-1,ibig=-1,ismall=-1; in process() local
246 if ( ibig==-1 ) { ibig = j, nbig = aptr[j]; continue; } in process()
247 if ( nbig < aptr[j] ) in process()
249 if ( ismall==-1 || nsmall < nbig ) ismall = ibig, nsmall = nbig; in process()
250 ibig = j, nbig = aptr[j]; in process()
259 if ( ibig==-1 ) { ibig = j, nbig = bptr[j]; continue; } in process()
262 if ( nbig < bptr[j] ) nbig = bptr[j]; in process()
265 if ( nbig < bptr[j] ) in process()
267 if ( ismall==-1 || nsmall < nbig ) ismall = ibig, nsmall = nbig; in process()
268 ibig = j, nbig = bptr[j]; in process()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/selci/
H A Dselci_hpp.F4 subroutine selci_hpp(rtdb, hpp,nbig,npvec,energy) argument
15 integer rtdb,nbig,npvec,iflham,iflhdg,nci
16 double precision hd(npvec),hpp(nbig,nbig), hpptemp(npvec,npvec),
21 call dfill(nbig*nbig,0.0d0,hpp,1)
104 call output(hpp,1,npvec,1,npvec,nbig,nbig,1)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/selci/
H A Dselci_hpp.F4 subroutine selci_hpp(rtdb, hpp,nbig,npvec,energy) argument
15 integer rtdb,nbig,npvec,iflham,iflhdg,nci
16 double precision hd(npvec),hpp(nbig,nbig), hpptemp(npvec,npvec),
21 call dfill(nbig*nbig,0.0d0,hpp,1)
104 call output(hpp,1,npvec,1,npvec,nbig,nbig,1)
/dports/math/p5-Math-Prime-Util/Math-Prime-Util-0.73/t/
H A D80-pp.t601 my $nbig = Math::BigInt->new("18686551294184381720251");
605 is($nfac[0] * $nfac[1], $nbig, "prho found a correct factor");
609 is($nfac[0] * $nfac[1], $nbig, "pbrent found a correct factor");
615 @nfac = sort {$a<=>$b} Math::Prime::Util::PP::ecm_factor($nbig);
619 is($nfac[0] * $nfac[1], $nbig, "ecm found a correct factor");
623 $nbig = Math::BigInt->new("73786976930493367637");
634 is($nfac[0] * $nfac[1], $nbig, "fermat found a correct factor");
639 is($nfac[0] * $nfac[1], $nbig, "holf found a correct factor");
643 $nbig = Math::BigInt->new("99999999999979999998975857");
650 $nbig = Math::BigInt->new("14270401808568703916861");
[all …]
/dports/math/concorde/concorde/TSP/
H A Dteething.c97 int test, ihandle, nbig; in CC_PTRWORLD_LIST_ROUTINES() local
254 ro0 = CC_SAFE_MALLOC (nbig + 1, double); in optimal_pseudocomb()
256 grab0 = CC_SAFE_MALLOC (nbig + 1, int); in optimal_pseudocomb()
257 grab1 = CC_SAFE_MALLOC (nbig + 1, int); in optimal_pseudocomb()
268 for (i = 0; i <= nbig; i++) { in optimal_pseudocomb()
276 for (i = 1; i <= nbig; i++) { in optimal_pseudocomb()
282 for (i = 1; i <= nbig; i++) { in optimal_pseudocomb()
321 for (i = 1; i <= nbig; i++) { in optimal_pseudocomb()
351 for (i = nbig; i > 0; i--) { in optimal_pseudocomb()
437 for (i = 0; i <= nbig; i++) { in optimal_pseudocomb()
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/Parallel/
H A DParallel.F585 integer nbig,tid,nthr,nsz,istart local
586 parameter (nbig=1000)
597 if (n.gt.nbig) then
645 integer nbig,tid,nthr,nsz,istart local
646 parameter (nbig=1000)
657 if (n.gt.nbig) then
706 integer nbig,tid,nthr,nsz,istart local
707 parameter (nbig=1000)
718 if (n.gt.nbig) then
766 parameter (nbig=30)
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/cckohn/
H A Ddenom.F1 subroutine denom(hdenom,nbig,hpvhp,lmtop,nstate,hpvbtrn,nbfmax argument
9 complex*16 hdenom(nbig,nbig),hpvhp(lmtop,lmtop,nstate)
13 real*8 hpptemp(nbig,nbig), vopt(nbig,nbig)
99 do i=1,nbig
100 do j=1,nbig
H A Dcknew.F79 integer nblok, nbig, nsmall, npvec
90 integer kpvt(nbig)
102 double precision vopt(nbig,nbig)
104 double precision hpptemp(nbig,nbig)
105 double complex hdenom(nbig,nbig),cov(nbig,nsmall)
106 double complex htop(nbig,nsmall)
152 integer ipiv(nbig),info
394 if(nntot.gt.nbig)then
776 nterm=nbig*nsmall
789 call zgesv(ntot,nfree,hdenom,nbig,ipiv,htop2(1,1),nbig,info)
[all …]
H A Dtop.F1 subroutine top(htop,nbig,nsmall,hpvhm,lmtop,nstate,hpvbtrn, argument
9 complex*16 htop(nbig,nsmall),hpvhm(lmtop,lmtop,nchnl**2)
10 complex*16 cov(nbig,nsmall)
11 complex*16 htopp(nbig,nsmall),hpvhmp(lmtop,lmtop,nchnl**2)
91 do i=1,nbig
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/cckohn/
H A Ddenom.F1 subroutine denom(hdenom,nbig,hpvhp,lmtop,nstate,hpvbtrn,nbfmax argument
9 complex*16 hdenom(nbig,nbig),hpvhp(lmtop,lmtop,nstate)
13 real*8 hpptemp(nbig,nbig), vopt(nbig,nbig)
99 do i=1,nbig
100 do j=1,nbig
H A Dcknew.F79 integer nblok, nbig, nsmall, npvec
90 integer kpvt(nbig)
102 double precision vopt(nbig,nbig)
104 double precision hpptemp(nbig,nbig)
105 double complex hdenom(nbig,nbig),cov(nbig,nsmall)
106 double complex htop(nbig,nsmall)
152 integer ipiv(nbig),info
394 if(nntot.gt.nbig)then
776 nterm=nbig*nsmall
789 call zgesv(ntot,nfree,hdenom,nbig,ipiv,htop2(1,1),nbig,info)
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzektr1s.c25 integer base, page[256], nbig, node, subd, next; in zzektr1s_() local
786 nbig = nkids - nsmall; in zzektr1s_()
822 if (i__ <= nbig) { in zzektr1s_()
908 nbig = nkids - nsmall; in zzektr1s_()
954 nbig = nkids - nsmall; in zzektr1s_()
974 if (i__ <= nbig) { in zzektr1s_()
1018 "stnbig", i__1, "zzektr1s_", (ftnlen)699)] = nbig; in zzektr1s_()
1116 if (next <= nbig) { in zzektr1s_()
1125 if (next <= nbig + 1) { in zzektr1s_()
1134 ftnlen)814)] + nbig * stlsiz[(i__2 = level - 1) < in zzektr1s_()
[all …]
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzektr1s.c25 integer base, page[256], nbig, node, subd, next; in zzektr1s_() local
786 nbig = nkids - nsmall; in zzektr1s_()
822 if (i__ <= nbig) { in zzektr1s_()
908 nbig = nkids - nsmall; in zzektr1s_()
954 nbig = nkids - nsmall; in zzektr1s_()
974 if (i__ <= nbig) { in zzektr1s_()
1018 "stnbig", i__1, "zzektr1s_", (ftnlen)699)] = nbig; in zzektr1s_()
1116 if (next <= nbig) { in zzektr1s_()
1125 if (next <= nbig + 1) { in zzektr1s_()
1134 ftnlen)814)] + nbig * stlsiz[(i__2 = level - 1) < in zzektr1s_()
[all …]
/dports/math/spooles-mpich/spooles.2.2_SHARED/DV/src/
H A Dprofile.c33 int ii, ipt, nbig, nsmall, nzero, size ; in DV_log10profile() local
54 nbig = nsmall = nzero = 0 ; in DV_log10profile()
64 nbig++ ; in DV_log10profile()
76 *pnbig = nbig ; in DV_log10profile()
80 nzero, minval, nsmall, maxval, nbig) ; in DV_log10profile()
/dports/math/spooles-mpich/spooles.2.2/DV/src/
H A Dprofile.c33 int ii, ipt, nbig, nsmall, nzero, size ; in DV_log10profile() local
54 nbig = nsmall = nzero = 0 ; in DV_log10profile()
64 nbig++ ; in DV_log10profile()
76 *pnbig = nbig ; in DV_log10profile()
80 nzero, minval, nsmall, maxval, nbig) ; in DV_log10profile()
/dports/math/spooles/spooles.2.2_SHARED/DV/src/
H A Dprofile.c33 int ii, ipt, nbig, nsmall, nzero, size ; in DV_log10profile() local
54 nbig = nsmall = nzero = 0 ; in DV_log10profile()
64 nbig++ ; in DV_log10profile()
76 *pnbig = nbig ; in DV_log10profile()
80 nzero, minval, nsmall, maxval, nbig) ; in DV_log10profile()
/dports/math/spooles/spooles.2.2/DV/src/
H A Dprofile.c33 int ii, ipt, nbig, nsmall, nzero, size ; in DV_log10profile() local
54 nbig = nsmall = nzero = 0 ; in DV_log10profile()
64 nbig++ ; in DV_log10profile()
76 *pnbig = nbig ; in DV_log10profile()
80 nzero, minval, nsmall, maxval, nbig) ; in DV_log10profile()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dteething.c214 int nbig, i, j, si, sj, u, v, e; local
237 ro0 = CC_SAFE_MALLOC (nbig + 1, double);
239 grab0 = CC_SAFE_MALLOC (nbig + 1, int);
240 grab1 = CC_SAFE_MALLOC (nbig + 1, int);
251 for (i = 0; i <= nbig; i++) {
260 for (i = 1; i <= nbig; i++) {
301 for (i = 1; i <= nbig; i++) {
331 for (i = nbig; i > 0; i--) {
418 for (i = 0; i <= nbig; i++) {
746 int *nbig;
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_satcheck.c16 int nvals, nuse, nvox, nchek, nmask, qq, nvset ; byte *nbig ; float sum ; in THD_saturation_check() local
40 nbig = (byte *)calloc(sizeof(byte),nvox) ; in THD_saturation_check()
61 nbig[kk] = (byte)vv ; in THD_saturation_check()
69 for( sum=0.0f,qq=0 ; qq < nvox ; qq++ ) sum += nbig[qq] ; in THD_saturation_check()
70 free(nbig) ; in THD_saturation_check()
/dports/math/spooles-mpich/spooles.2.2_SHARED/ZV/src/
H A Dprofile.c33 int ii, ipt, jj, nbig, nsmall, nzero, size ; in ZV_log10profile() local
54 nbig = nsmall = nzero = 0 ; in ZV_log10profile()
76 nbig++ ; in ZV_log10profile()
88 *pnbig = nbig ; in ZV_log10profile()
92 nzero, minval, nsmall, maxval, nbig) ; in ZV_log10profile()
/dports/math/spooles-mpich/spooles.2.2/ZV/src/
H A Dprofile.c33 int ii, ipt, jj, nbig, nsmall, nzero, size ; in ZV_log10profile() local
54 nbig = nsmall = nzero = 0 ; in ZV_log10profile()
76 nbig++ ; in ZV_log10profile()
88 *pnbig = nbig ; in ZV_log10profile()
92 nzero, minval, nsmall, maxval, nbig) ; in ZV_log10profile()
/dports/math/spooles/spooles.2.2_SHARED/ZV/src/
H A Dprofile.c33 int ii, ipt, jj, nbig, nsmall, nzero, size ; in ZV_log10profile() local
54 nbig = nsmall = nzero = 0 ; in ZV_log10profile()
76 nbig++ ; in ZV_log10profile()
88 *pnbig = nbig ; in ZV_log10profile()
92 nzero, minval, nsmall, maxval, nbig) ; in ZV_log10profile()
/dports/math/spooles/spooles.2.2/ZV/src/
H A Dprofile.c33 int ii, ipt, jj, nbig, nsmall, nzero, size ; in ZV_log10profile() local
54 nbig = nsmall = nzero = 0 ; in ZV_log10profile()
76 nbig++ ; in ZV_log10profile()
88 *pnbig = nbig ; in ZV_log10profile()
92 nzero, minval, nsmall, maxval, nbig) ; in ZV_log10profile()

123456789