Home
last modified time | relevance | path

Searched refs:step_counter (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/examples/
H A Dminitaur_gym_env_example.py59 for step_counter in range(steps):
62 t = step_counter * time_step
93 for step_counter in range(steps):
96 t = step_counter * time_step
124 for step_counter in range(steps):
126 t = step_counter * time_step
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs/
H A Dminitaur_gym_env_example.py96 for step_counter in range(steps):
99 t = step_counter * time_step
141 for step_counter in range(steps):
144 t = step_counter * time_step
180 for step_counter in range(steps):
182 t = step_counter * time_step
H A Dminitaur_randomize_terrain_gym_env_example.py44 for step_counter in xrange(steps):
46 t = step_counter * time_step
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/DSP/Interpreter/
H A DDSPInterpreter.cpp81 g_dsp.step_counter++; in Step()
87 if (g_dsp.step_counter == 1) in Step()
92 if ((g_dsp.step_counter & 0xFFFFF) == 0) in Step()
94 ProfilerDump(g_dsp.step_counter); in Step()
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dqexsd.f9059 INTEGER :: step_counter variable
141 len_steps= step_counter
473 step_counter = 0
475 step_counter = step_counter+1
512 steps(step_counter) = step_obj
513 steps(step_counter)%lwrite = .TRUE.
514 steps(step_counter)%lread = .TRUE.
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlundo.c44 gint step_counter; member
173 undo->step_counter--; in action_do_and_destroy_undo()
290 undo->step_counter++; in html_undo_add_undo_action()
695 undo->step_counter = 0; in html_undo_reset()
701 g_assert (undo->step_counter >= 0); in html_undo_has_undo_steps()
703 return undo->step_counter > 0; in html_undo_has_undo_steps()
709 return undo->step_counter; in html_undo_get_step_count()
/dports/math/igraph/igraph-0.9.5/src/games/
H A Dstatic_fitness.c103 igraph_integer_t step_counter = 0; in igraph_static_fitness_game() local
189 if ((step_counter++) % 10000 == 0) { in igraph_static_fitness_game()
225 if ((step_counter++) % 10000 == 0) { in igraph_static_fitness_game()
/dports/science/libghemical/libghemical-3.0.0/src/
H A Dmoldyn.cpp47 step_counter = 0; in moldyn()
121 const bool report_shake = !(step_counter % 1000); in TakeMDStep()
245 step_counter++; in TakeMDStep()
H A Dmoldyn.h136 i32s step_counter; variable
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/align/nw/
H A Dmm_aligner.cpp374 size_t step_counter = 0; in x_ExtendSubpath() local
380 ++step_counter; in x_ExtendSubpath()
385 ++step_counter; in x_ExtendSubpath()
390 ++step_counter; in x_ExtendSubpath()
409 ++step_counter; in x_ExtendSubpath()
414 ++step_counter; in x_ExtendSubpath()
419 ++step_counter; in x_ExtendSubpath()
433 return step_counter; in x_ExtendSubpath()
/dports/textproc/hevea/hevea-2.34/
H A Dcounter.mli21 val step_counter: string -> unit val
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/android/
H A Dsensor.h157 uint64_t step_counter; member
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/android/
H A Dsensor.h157 uint64_t step_counter; member
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/editsegment/
H A Dcutting.h298 int step_counter = 0; in MeshCut() local
324 ++step_counter; in MeshCut()
325 if (step_counter%30000 == 29999) { in MeshCut()
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dam9513.cpp693 step_counter(c, false); in count_edge()
728 void am9513_device::step_counter(int c, bool force_load) in step_counter() function in am9513_device
1247 step_counter(c, true); in command_write()
1295 step_counter((data & 7) - 1, false); in command_write()
H A Dam9513.h117 void step_counter(int c, bool force_load);
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dam9513.cpp693 step_counter(c, false); in count_edge()
728 void am9513_device::step_counter(int c, bool force_load) in step_counter() function in am9513_device
1247 step_counter(c, true); in command_write()
1295 step_counter((data & 7) - 1, false); in command_write()
H A Dam9513.h117 void step_counter(int c, bool force_load);
/dports/misc/orange3/orange3-3.29.1/Orange/distance/
H A Ddistance.py68 self.step_counter = -1
73 self.step_counter += 1
74 base = sum(self.weights[:self.step_counter])
75 step = self.weights[self.step_counter] / sum(self.weights)
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/DSP/
H A DDSPCore.h293 u64 step_counter; member
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/
H A Dgame.h285 int step_counter; member
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/
H A Dgame.h285 int step_counter; member
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/
H A Dgame.h287 int step_counter; member
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/HW/DSPLLE/
H A DDSPLLE.cpp73 p.Do(g_dsp.step_counter); in DoState()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/
H A Dgame.h287 int step_counter; member

123