Home
last modified time | relevance | path

Searched refs:stopstep (Results 1 – 21 of 21) sorted by relevance

/dports/cad/gnucap/gnucap-2013-04-23/apps/
H A Ds_fo.cc169 int stopstep = stepnum(0., _fstep, _fstop ); in foprint() local
170 assert(stopstep < _timesteps); in foprint()
171 COMPLEX maxvalue = find_max(Data, std::max(1,startstep), stopstep); in foprint()
177 for (int ii = startstep; ii <= stopstep; ++ii) { in foprint()
/dports/biology/migrate/migrate-3.6.11/src/
H A Dautotune.c96 world->burnin_stops[z].stopstep = step; in present_burnin_info()
301 …myID,world->burnin_stops[z].stopstep,world->burnin_stops[z].variance,world->burnin_stops[z].oldvar… in burnin_chain()
307 myID,world->burnin_stops[z].stopstep, in burnin_chain()
315 myID,world->burnin_stops[z].stopstep, in burnin_chain()
H A Dmigration.h105 long stopstep; member
H A Dmain.c2516 world->burnin_stops[z].stopstep, in print_burnin_stop()
H A Dmigrate_mpi.c4246 world->burnin_stops[z].stopstep = step; in handle_burnin_message()
H A Dpretty.c2038 pdf_printf(200, page_height,'L',"%10li", world->burnin_stops[z].stopstep); in pdf_burnin_stops()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_vcm_chunk.cpp197 void ComputeVCMChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
199 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_com_chunk.cpp202 void ComputeCOMChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
204 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_angmom_chunk.cpp210 void ComputeAngmomChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
212 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_inertia_chunk.cpp211 void ComputeInertiaChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
213 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_property_chunk.cpp218 void ComputePropertyChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
220 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_torque_chunk.cpp207 void ComputeTorqueChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
209 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_msd_chunk.cpp258 void ComputeMSDChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
260 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_dipole_chunk.cpp254 void ComputeDipoleChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
256 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_gyration_chunk.cpp308 void ComputeGyrationChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
310 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_omega_chunk.cpp335 void ComputeOmegaChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
337 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_reduce_chunk.cpp480 void ComputeReduceChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
482 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_temp_chunk.cpp801 void ComputeTempChunk::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
803 cchunk->lock(fixptr,startstep,stopstep); in lock()
H A Dcompute_chunk_atom.cpp642 void ComputeChunkAtom::lock(Fix *fixptr, bigint startstep, bigint stopstep) in lock() argument
647 lockstop = stopstep; in lock()
651 if (startstep != lockstart || stopstep != lockstop) in lock()
/dports/devel/py-celery/celery-4.4.7/t/unit/worker/
H A Dtest_worker.py1075 for stopstep in worker.steps:
1076 stopstep.close.assert_called()
1077 stopstep.stop.assert_called()
/dports/science/lammps/lammps-stable_29Sep2021/doc/src/
H A Dvariable.rst659 value = x + (y-x) \* (timestep-startstep) / (stopstep-startstep)
661 The run begins on startstep and ends on stopstep. Startstep and
662 stopstep can span multiple runs, using the *start* and *stop* keywords