Home
last modified time | relevance | path

Searched refs:nstep (Results 1 – 25 of 1091) sorted by relevance

12345678910>>...44

/dports/science/siesta/siesta-4.1.5/Util/Contrib/APostnikov/
H A Dtest_ani.f3 subroutine test_ani(ii2,nat,nstep) argument
9 integer ii2,nat,nstep,na,iat,ii
19 nstep = 1
31 nstep = nstep + 1
37 nstep = nstep - 1 ! No. of full records
38 if (nstep.gt.0) then
47 nstep = nstep - 1 ! Attempt to read record Nr. nstep failed
54 nstep = nstep - 1 ! No. of full records
55 if (nstep.gt.0) then
66 nstep = nstep - 1 ! No. of full records
[all …]
H A Dtest_mdc.f3 subroutine test_mdc(ii2,nat,varcel,nstep) argument
24 integer ii2,nat,nstep,istep,istep1,istep2,ii,jj
29 nstep = 0
33 nstep = nstep + 1
42 write (6,*) ' MD record No. ',nstep,', istep=',istep
47 nstep = nstep - 1 ! No. of full records
48 if (nstep.gt.0) then
49 write (6,*) ' Keep ',nstep,' records.'
57 nstep = nstep - 1 ! Attempt to read record Nr. nstep failed
58 if (nstep.gt.0) then
[all …]
H A Dtest_md.f3 subroutine test_md(ii2,nat,varcel,nstep) argument
14 integer ii2,nat,nstep,istep,istep1,istep2,ii
40 nstep = 0
44 nstep = nstep + 1
48 write (6,*) ' MD record No. ',nstep,', istep=',istep
52 write (6,*) ' Uncomplete record in MD step No.',nstep
53 nstep = nstep - 1 ! No. of full records
54 if (nstep.gt.0) then
55 write (6,*) ' Keep ',nstep,' records.'
63 nstep = nstep - 1 ! Attempt to read record Nr. nstep failed
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/util/
H A Dline_search.F30 if (nstep.lt.1) then
48 nstep = nstep + 1
49 steps(nstep) = 1.0d0
59 do i = 2, nstep
69 gs1 = gradients(nstep)
71 step1 = steps(nstep)
72 step0 = steps(nstep-1)
73 e1 = energies(nstep)
74 e0 = energies(nstep-1)
179 nstep = nstep + 1
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/util/
H A Dline_search.F30 if (nstep.lt.1) then
48 nstep = nstep + 1
49 steps(nstep) = 1.0d0
59 do i = 2, nstep
69 gs1 = gradients(nstep)
71 step1 = steps(nstep)
72 step0 = steps(nstep-1)
73 e1 = energies(nstep)
74 e0 = energies(nstep-1)
179 nstep = nstep + 1
[all …]
/dports/science/tinker/tinker/source/
H A Dalchemy.f55 integer nstep,modstep
150 nblock = nstep / nblock
180 allocate (nrg(3,nstep))
181 allocate (cb(3,nstep))
182 allocate (ca(3,nstep))
184 allocate (ct(3,nstep))
185 allocate (cv(3,nstep))
186 allocate (cc(3,nstep))
260 nstep = istep
264 do istep = 1, nstep
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DFFT.java81 int jmax = nstep; in computeTwiddleFactors()
82 nstep <<= 1; in computeTwiddleFactors()
108 nstep *= 2; in computeTwiddleFactors()
131 int nstep = 2; in calc() local
135 int i = nstep - 2; in calc()
145 int jmax = nstep; in calcF2E()
181 int jmax = nstep; in calcF4F()
188 nstep <<= 2; in calcF4F()
356 nstep <<= 2; in calcF4I()
518 nstep <<= 2; in calcF4FE()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DFFT.java81 int jmax = nstep; in computeTwiddleFactors()
82 nstep <<= 1; in computeTwiddleFactors()
108 nstep *= 2; in computeTwiddleFactors()
131 int nstep = 2; in calc() local
135 int i = nstep - 2; in calc()
145 int jmax = nstep; in calcF2E()
181 int jmax = nstep; in calcF4F()
188 nstep <<= 2; in calcF4F()
356 nstep <<= 2; in calcF4I()
518 nstep <<= 2; in calcF4FE()
[all …]
/dports/audio/gervill/gervill/src/com/sun/media/sound/
H A DFFT.java80 int jmax = nstep; in computeTwiddleFactors()
81 nstep <<= 1; in computeTwiddleFactors()
107 nstep *= 2; in computeTwiddleFactors()
130 int nstep = 2; in calc() local
134 int i = nstep - 2; in calc()
144 int jmax = nstep; in calcF2E()
180 int jmax = nstep; in calcF4F()
187 nstep <<= 2; in calcF4F()
355 nstep <<= 2; in calcF4I()
517 nstep <<= 2; in calcF4FE()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DFFT.java81 int jmax = nstep; in computeTwiddleFactors()
82 nstep <<= 1; in computeTwiddleFactors()
108 nstep *= 2; in computeTwiddleFactors()
131 int nstep = 2; in calc() local
135 int i = nstep - 2; in calc()
145 int jmax = nstep; in calcF2E()
181 int jmax = nstep; in calcF4F()
188 nstep <<= 2; in calcF4F()
356 nstep <<= 2; in calcF4I()
518 nstep <<= 2; in calcF4FE()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DFFT.java80 int jmax = nstep; in computeTwiddleFactors()
81 nstep <<= 1; in computeTwiddleFactors()
107 nstep *= 2; in computeTwiddleFactors()
130 int nstep = 2; in calc() local
134 int i = nstep - 2; in calc()
144 int jmax = nstep; in calcF2E()
180 int jmax = nstep; in calcF4F()
187 nstep <<= 2; in calcF4F()
355 nstep <<= 2; in calcF4I()
517 nstep <<= 2; in calcF4FE()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/media/sound/
H A DFFT.java81 int jmax = nstep; in computeTwiddleFactors()
82 nstep <<= 1; in computeTwiddleFactors()
108 nstep *= 2; in computeTwiddleFactors()
131 int nstep = 2; in calc() local
135 int i = nstep - 2; in calc()
145 int jmax = nstep; in calcF2E()
181 int jmax = nstep; in calcF4F()
188 nstep <<= 2; in calcF4F()
356 nstep <<= 2; in calcF4I()
518 nstep <<= 2; in calcF4FE()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DFFT.java81 int jmax = nstep; in computeTwiddleFactors()
82 nstep <<= 1; in computeTwiddleFactors()
108 nstep *= 2; in computeTwiddleFactors()
131 int nstep = 2; in calc() local
135 int i = nstep - 2; in calc()
145 int jmax = nstep; in calcF2E()
181 int jmax = nstep; in calcF4F()
188 nstep <<= 2; in calcF4F()
356 nstep <<= 2; in calcF4I()
518 nstep <<= 2; in calcF4FE()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DFFT.java81 int jmax = nstep; in computeTwiddleFactors()
82 nstep <<= 1; in computeTwiddleFactors()
108 nstep *= 2; in computeTwiddleFactors()
131 int nstep = 2; in calc() local
135 int i = nstep - 2; in calc()
145 int jmax = nstep; in calcF2E()
181 int jmax = nstep; in calcF4F()
188 nstep <<= 2; in calcF4F()
356 nstep <<= 2; in calcF4I()
518 nstep <<= 2; in calcF4FE()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DFFT.java81 int jmax = nstep; in computeTwiddleFactors()
82 nstep <<= 1; in computeTwiddleFactors()
108 nstep *= 2; in computeTwiddleFactors()
131 int nstep = 2; in calc() local
135 int i = nstep - 2; in calc()
145 int jmax = nstep; in calcF2E()
181 int jmax = nstep; in calcF4F()
188 nstep <<= 2; in calcF4F()
356 nstep <<= 2; in calcF4I()
518 nstep <<= 2; in calcF4FE()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/media/sound/
H A DFFT.java81 int jmax = nstep; in computeTwiddleFactors()
82 nstep <<= 1; in computeTwiddleFactors()
108 nstep *= 2; in computeTwiddleFactors()
131 int nstep = 2; in calc() local
135 int i = nstep - 2; in calc()
145 int jmax = nstep; in calcF2E()
181 int jmax = nstep; in calcF4F()
188 nstep <<= 2; in calcF4F()
356 nstep <<= 2; in calcF4I()
518 nstep <<= 2; in calcF4FE()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/media/sound/
H A DFFT.java80 int jmax = nstep; in computeTwiddleFactors()
81 nstep <<= 1; in computeTwiddleFactors()
107 nstep *= 2; in computeTwiddleFactors()
130 int nstep = 2; in calc() local
134 int i = nstep - 2; in calc()
144 int jmax = nstep; in calcF2E()
180 int jmax = nstep; in calcF4F()
187 nstep <<= 2; in calcF4F()
355 nstep <<= 2; in calcF4I()
517 nstep <<= 2; in calcF4FE()
[all …]
/dports/math/R-cran-mcmc/mcmc/src/
H A Dinitseq.c69 int nstep = 0; in initseq() local
71 puff[nstep] = buff[j]; in initseq()
72 nuff[nstep] = 1; in initseq()
73 ++nstep; in initseq()
74 while(nstep > 1 && puff[nstep - 1] / nuff[nstep - 1] in initseq()
75 < puff[nstep - 2] / nuff[nstep - 2]) { in initseq()
76 puff[nstep - 2] += puff[nstep - 1]; in initseq()
77 nuff[nstep - 2] += nuff[nstep - 1]; in initseq()
78 --nstep; in initseq()
82 for (int jstep = 0, j = 1; jstep < nstep; ++jstep) { in initseq()
/dports/finance/R-cran-vars/vars/R/
H A DPhi.varest.R2 function(x, nstep=10, ...){ argument
6 nstep <- abs(as.integer(nstep))
10 if(nstep >= p){
11 As <- array(0, dim = c(K, K, nstep + 1))
12 for(i in (p + 1):(nstep + 1)){
21 Phi <- array(0, dim=c(K, K, nstep + 1))
24 if (nstep > 1) {
25 for (i in 3:(nstep + 1)) {
H A DPhi.vec2var.R2 function(x, nstep=10, ...){ argument
6 nstep <- abs(as.integer(nstep))
10 if(nstep >= p){
11 As <- array(0, dim = c(K, K, nstep + 1))
12 for(i in (p + 1):(nstep + 1)){
21 Phi <- array(0, dim=c(K, K, nstep + 1))
24 if (nstep > 1) {
25 for (i in 3:(nstep + 1)) {
/dports/chinese/libpinyin/libpinyin-2.3.0/src/lookup/
H A Dphrase_lookup.cpp57 int nstep) { in init_steps() argument
60 g_ptr_array_set_size(steps_index, nstep); in init_steps()
61 g_ptr_array_set_size(steps_content, nstep); in init_steps()
63 for ( int i = 0; i < nstep; ++i ){ in init_steps()
123 int nstep = m_sentence_length + 1; in get_best_match() local
135 for ( int i = 0; i < nstep - 1; ++i ){ in get_best_match()
136 for ( int m = i + 1; m < nstep; ++m ){ in get_best_match()
165 g_ptr_array_index(m_steps_content, nstep);
184 g_ptr_array_index(m_steps_content, nstep);
322 next_value.m_last_step = nstep; in unigram_gen_next_step()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/spec2k/188.ammp/
H A Ddiff22 int nstep;
28 int pac(forces,nforces, nstep,dtime)
31 int nstep;
40 int nstep;
49 int nstep;
58 int nstep;
67 int nstep;
76 int nstep;
145 int nstep;
154 int nstep,nreset;
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dstressintensity.f20 & dk1,dk2,dk3,xkeq,phi,psi,acrack,shape,nstep) argument
26 integer nfront,ifrontrel(*),i,noderel,nstep,m local
28 real*8 s(3,3),stress(6,nstep,*),xt(3,*),xn(3,*),xa(3,*),
29 & dk1(nstep,*),dk2(nstep,*),dk3(nstep,*),xkeq(nstep,*),
30 & phi(nstep,*),psi(nstep,*),pi,c2,c3,c4,term,
31 & acrack(nstep,*),ratio,constant,t(3),shape(3,*),c1
44 do m=1,nstep
83 do m=1,nstep
115 do m=1,nstep
124 do m=1,nstep
/dports/math/cppad/CppAD-20210000.8/test_more/general/
H A Drosen_34.cpp89 size_t nstep = 20; in Rosen34() local
110 x = Rosen34(fun, nstep, t0, t1, xini); in Rosen34()
119 ok &= NearEqual(x[0], x0, 0., 1. / double(nstep * nstep) ); in Rosen34()
122 ok &= NearEqual(x[1], x1, 0., 1. / double(nstep * nstep) ); in Rosen34()
132 ok &= NearEqual(r[0], - w[0] * x0, 0., 1. / double(nstep * nstep) ); in Rosen34()
138 ok &= NearEqual(r[1], - w[1] * x1, 0., 1. / double(nstep * nstep) ); in Rosen34()
/dports/science/xcrysden/xcrysden-1.6.2/C/
H A DxcDisplayFunc.c472 if ( nstep < 8 ) nstep = 8; in xcBall2D()
516 if ( nstep < 8 ) nstep = 8; in xcSmallBall2D()
562 if ( nstep < 8 ) nstep = 8; in xcBigBall2D()
989 if ( nstep < 6 ) nstep = 6; in xcWireSphere()
1004 gluSphere (quadObj, radius, 2*nstep, nstep); in xcWireSphere()
1028 if ( nstep < 6 ) nstep = 6; in xcSolidSphere()
1064 if ( nstep < 6 ) nstep = 6; in xcWireCylinder()
1101 if ( nstep < 6 ) nstep = 6; in xcSolidCylinder()
1156 if ( nstep < 6 ) nstep = 6; in xcSolidBond()
1179 gluSphere (quadObj, radius, nstep, nstep); in xcSolidBond()
[all …]

12345678910>>...44