Home
last modified time | relevance | path

Searched refs:nsingle (Results 1 – 25 of 137) sorted by relevance

123456

/dports/comms/wsjtz/wsjtx/lib/
H A Dpsk_parse.f904 integer nc(6),ntot(6),nsingle(6) variable
12 nsingle=0
74 if(nctot.eq.1) nsingle(j)=nsingle(j)+1
101 write(*,1040) sum(nsingle),nsingle
103 write(*,1030) float(sum(nsingle))/sum(ntot),float(nsingle)/ntot
/dports/science/sparta/sparta-20Oct2021/src/
H A Dsurf_collide.cpp50 nsingle = ntotal = 0; in SurfCollide()
69 nsingle = ntotal = 0; in init()
76 nsingle = 0; in tally_reset()
83 ntotal += nsingle; in tally_update()
90 one[0] = nsingle; in compute_vector()
H A Dsurf_react.cpp55 nsingle = ntotal = 0; in SurfReact()
76 nsingle = ntotal = 0; in init()
85 nsingle = 0; in tally_reset()
94 ntotal += nsingle; in tally_update()
105 one[0] = nsingle; in compute_vector()
H A Dsurf_react_global.cpp42 nsingle = ntotal = 0; in SurfReactGlobal()
80 nsingle++; in react()
94 nsingle++; in react()
H A Dfix_emit.cpp56 nsingle = ntotal = 0; in FixEmit()
93 nsingle = 0; in start_of_step()
95 ntotal += nsingle; in start_of_step()
254 if (i == 0) one = nsingle; in compute_vector()
H A Dsurf_collide_transparent.cpp44 nsingle++; in collide()
H A Dsurf_collide_vanish.cpp43 nsingle++; in collide()
H A Dfix_emit.h37 int nsingle,ntotal; variable
H A Dsurf_react.h55 int nsingle,ntotal; variable
H A Dsurf_collide.h57 int nsingle,ntotal;
H A Dsurf_collide_specular.cpp49 nsingle++; in collide()
/dports/science/sparta/sparta-20Oct2021/src/KOKKOS/
H A Dsurf_collide_vanish_kokkos.cpp58 nsingle = ntotal = 0; in SurfCollideVanishKokkos()
H A Dsurf_collide_transparent_kokkos.cpp58 nsingle = ntotal = 0; in SurfCollideTransparentKokkos()
H A Dsurf_collide_specular_kokkos.cpp62 nsingle = ntotal = 0; in SurfCollideSpecularKokkos()
H A Dfix_emit_face_kokkos.cpp251 nsingle += nsingle_reduce; in perform_task()
373 void FixEmitFaceKokkos::operator()(TagFixEmitFace_perform_task, const int &i, int &nsingle) const in operator ()()
436 nsingle += nactual; in operator ()()
486 nsingle += nactual; in operator ()()
H A Dsurf_collide_piston_kokkos.cpp62 nsingle = ntotal = 0; in SurfCollidePistonKokkos()
/dports/lang/php73/php-7.3.33/ext/standard/tests/strings/
H A Dbug53021.phpt16 echo "\nsingle quotes variations:", "\n";
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dbug53021.phpt16 echo "\nsingle quotes variations:", "\n";
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dbug53021.phpt16 echo "\nsingle quotes variations:", "\n";
/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dbug53021.phpt16 echo "\nsingle quotes variations:", "\n";
/dports/lang/php74/php-7.4.27/ext/standard/tests/strings/
H A Dbug53021.phpt16 echo "\nsingle quotes variations:", "\n";
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dbug53021.phpt16 echo "\nsingle quotes variations:", "\n";
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/strings/
H A Dbug53021.phpt16 echo "\nsingle quotes variations:", "\n";
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/strings/
H A Dbug53021.phpt16 echo "\nsingle quotes variations:", "\n";
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dgroup.cpp611 bigint nsingle = n; in count() local
613 MPI_Allreduce(&nsingle,&nall,1,MPI_LMP_BIGINT,MPI_SUM,world); in count()
634 bigint nsingle = n; in count() local
636 MPI_Allreduce(&nsingle,&nall,1,MPI_LMP_BIGINT,MPI_SUM,world); in count()
663 bigint nsingle = n; in count_ms() local
665 MPI_Allreduce(&nsingle,&nall,1,MPI_LMP_BIGINT,MPI_SUM,world); in count_ms()
695 bigint nsingle = n; in count_ms() local
697 MPI_Allreduce(&nsingle,&nall,1,MPI_LMP_BIGINT,MPI_SUM,world); in count_ms()

123456