Home
last modified time | relevance | path

Searched +defs:sys +defs:time (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/dports/science/chrono/chrono-7.0.1/src/demos/python/irrlicht/
H A Ddemo_IRR_collisionSMC.py22 def AddFallingItems(sys): argument
85 def AddContainer(sys): argument
195 time = 0.0 variable
200 time = mysystem.GetChTime() variable
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/actix-rt-2.2.0/tests/
H A Dtests.rs16 let time = Duration::from_secs(1); in await_for_timer() localVariable
29 let time = Duration::from_secs(1); in join_another_arbiter() localVariable
81 let sys = System::new(); in non_static_block_on() localVariable
127 let sys = System::new(); in arbiter_handle_spawn_fn_runs() localVariable
186 let sys = System::current(); in system_arbiter_spawn() localVariable
198 let sys = System::current(); in system_arbiter_spawn() localVariable
213 let sys = System::new(); in system_stop_stops_arbiters() localVariable
/dports/science/chrono/chrono-7.0.1/src/demos/multicore/
H A DbenchmarkSolver.cpp58 void OutputData(ChSystemMulticore* sys, int out_frame, double time) { in OutputData()
68 void AddContainer(ChSystemMulticoreNSC* sys) { in AddContainer()
97 void AddFallingBalls(ChSystemMulticore* sys) { in AddFallingBalls()
243 double time = 0; in main() local
H A Ddemo_MCORE_particlesNSC.cpp54 void AddContainer(ChSystemMulticoreNSC* sys) { in AddContainer()
68 void AddParticles(ChSystemMulticoreNSC* sys) { in AddParticles()
178 double time = 0; in main() local
H A Ddemo_MCORE_fluidNSC.cpp53 void AddContainer(ChSystemMulticoreNSC* sys) { in AddContainer()
67 void AddFluid(ChSystemMulticoreNSC* sys) { in AddFluid()
189 double time = 0; in main() local
H A Ddemo_MCORE_ballsNSC.cpp54 void AddContainer(ChSystemMulticoreNSC* sys) { in AddContainer()
92 void AddFallingBalls(ChSystemMulticore* sys) { in AddFallingBalls()
204 double time = 0; in main() local
H A Ddemo_MCORE_mixerNSC.cpp51 std::shared_ptr<ChBody> AddContainer(ChSystemMulticoreNSC* sys) { in AddContainer()
118 void AddFallingBalls(ChSystemMulticore* sys) { in AddFallingBalls()
216 double time = 0; in main() local
H A Ddemo_MCORE_mixerSMC.cpp50 std::shared_ptr<ChBody> AddContainer(ChSystemMulticoreSMC* sys) { in AddContainer()
119 void AddFallingBalls(ChSystemMulticoreSMC* sys) { in AddFallingBalls()
217 double time = 0; in main() local
H A Ddemo_MCORE_snowMPM.cpp52 void AddBody(ChSystemMulticoreNSC* sys) { in AddBody()
78 void AddMPMContainer(ChSystemMulticoreNSC* sys) { in AddMPMContainer()
231 double time = 0; in main() local
H A Ddemo_MCORE_ballsSMC.cpp59 void AddContainer(ChSystemMulticoreSMC* sys) { in AddContainer()
99 void AddFallingBalls(ChSystemMulticore* sys) { in AddFallingBalls()
209 double time = 0; in main() local
/dports/math/py-heyoka/heyoka.py-0.16.0/heyoka/
H A Dtaylor_expose_integrator.cpp161 bool compact_mode, std::vector<t_ev_t> tes, std::vector<nt_ev_t> ntes) { in expose_taylor_integrator_impl()
182 … std::vector<T> state, T time, std::vector<T> pars, T tol, bool high_accuracy, in expose_taylor_integrator_impl()
183 … bool compact_mode, std::vector<t_ev_t> tes, std::vector<nt_ev_t> ntes) { in expose_taylor_integrator_impl()
189 … .def(py::init([ctor_impl](const std::vector<hey::expression> &sys, std::vector<T> state, T time, in expose_taylor_integrator_impl()
191 std::vector<t_ev_t> tes, std::vector<nt_ev_t> ntes) { in expose_taylor_integrator_impl()
322 … bool compact_mode, std::vector<t_ev_t> tes, std::vector<nt_ev_t> ntes) { in expose_taylor_integrator_f128()
343 std::vector<mppp::real128> state, mppp::real128 time, in expose_taylor_integrator_f128()
345 … bool compact_mode, std::vector<t_ev_t> tes, std::vector<nt_ev_t> ntes) { in expose_taylor_integrator_f128()
352mppp::real128 time, std::vector<mppp::real128> pars, mppp::real128 tol, in expose_taylor_integrator_f128()
354 std::vector<nt_ev_t> ntes) { in expose_taylor_integrator_f128()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/cmake/Modules/
H A DCodeCoverage.cmake23 set(GCOV_TOOL "${LIBCXX_BINARY_DIR}/llvm-cov-wrapper")
29 set(CAPTURE_DIRS "")
/dports/science/chrono/chrono-7.0.1/src/demos/irrlicht/
H A Ddemo_IRR_collisionSMC.cpp37 void AddFallingItems(ChSystemSMC& sys) { in AddFallingItems()
113 std::shared_ptr<ChBody> AddContainer(ChSystemSMC& sys) { in AddContainer()
184 ChSystemSMC sys; in main() local
210 double time = sys.GetChTime(); in main() local
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/chassis/
H A DChChassisConnectorArticulated.cpp29 auto sys = m_motor->GetSystem(); in ~ChChassisConnectorArticulated() local
50 void ChChassisConnectorArticulated::Synchronize(double time, double steering) { in Synchronize()
/dports/games/scummvm/scummvm-2.5.1/engines/petka/interfaces/
H A Dinterface.cpp85 void Interface::update(uint time) { in update()
118 QSystem *sys = g_vm->getQSystem(); in start() local
138 QSystem *sys = g_vm->getQSystem(); in stop() local
/dports/science/chrono/chrono-7.0.1/src/demos/vehicle/two_cars/
H A Ddemo_VEH_TwoCars.cpp48 ChSystemNSC sys; in main() local
126 double time = sys.GetChTime(); in main() local
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/
H A DTimeStepper.cpp43 TimeStepper::TimeStepper(const System& sys) { in TimeStepper()
47 TimeStepper::TimeStepper(const System& sys, Integrator& integrator) { in TimeStepper()
101 Integrator::SuccessfulStepStatus TimeStepperRep::stepTo(Real time) { in stepTo()
/dports/science/chrono/chrono-7.0.1/src/demos/vehicle/visualization/
H A Ddemo_VEH_RenderJSON.cpp53 ChVehicle* CreateVehicle(ChSystem* sys, bool is_wheeled) { in CreateVehicle()
107 auto sys = m_vehicle->GetSystem(); in CallbackKeyboard() local
148 ChSystemSMC sys; in main() local
200 double time = vehicle->GetSystem()->GetChTime(); in main() local
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/wheeled_vehicle/steering/
H A DChRackPinion.cpp42 auto sys = m_prismatic->GetSystem(); in ~ChRackPinion() local
57 auto sys = chassisBody->GetSystem(); in Initialize() local
100 void ChRackPinion::Synchronize(double time, double steering) { in Synchronize()
H A DChPitmanArmShafts.cpp37 auto sys = m_arm->GetSystem(); in ~ChPitmanArmShafts() local
64 auto sys = chassisBody->GetSystem(); in Initialize() local
257 void ChPitmanArmShafts::Synchronize(double time, double steering) { in Synchronize()
368 void ChPitmanArmShafts::GetShaftInformation(double time, in GetShaftInformation()
H A DChRotaryArm.cpp37 auto sys = m_revolute->GetSystem(); in ~ChRotaryArm() local
51 auto sys = chassisBody->GetSystem(); in Initialize() local
122 void ChRotaryArm::Synchronize(double time, double steering) { in Synchronize()
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_NDOFManager.cpp147 GHOST_NDOFManager::GHOST_NDOFManager(GHOST_System &sys) in GHOST_NDOFManager()
282 void GHOST_NDOFManager::updateTranslation(const int t[3], GHOST_TUns64 time) in updateTranslation()
289 void GHOST_NDOFManager::updateRotation(const int r[3], GHOST_TUns64 time) in updateRotation()
298 GHOST_TUns64 time, in sendButtonEvent()
319 GHOST_TUns64 time, in sendKeyEvent()
332 void GHOST_NDOFManager::updateButton(int button_number, bool press, GHOST_TUns64 time) in updateButton()
374 void GHOST_NDOFManager::updateButtons(int button_bits, GHOST_TUns64 time) in updateButtons()
/dports/net/freebsd-uucp/freebsd-uucp-r1_07_4/uucp/contrib/
H A Duusnap.c94 struct sysInfo sys; in get_systems() local
139 struct sysInfo sys; in display_info() local
140 time_t time; in display_info() local
179 struct sysInfo sys; in display_status_line() local
260 get_outq_num(int sys,char firstTime) in get_outq_num()
292 struct sysInfo sys; in get_stat_for_system() local
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/powertrain/
H A DChShaftsPowertrain.cpp35 auto sys = m_engine->GetSystem(); in ~ChShaftsPowertrain() local
151 void ChShaftsPowertrain::Synchronize(double time, double throttle, double shaft_speed) { in Synchronize()
/dports/science/chrono/chrono-7.0.1/src/tests/benchmark_tests/scm/
H A Dbtest_SCM_VEHscaling.cpp124 ChSystemSMC sys; in main() local
263 double time = sys.GetChTime(); in main() local
351 void PrintStepStatistics(std::ostream& os, const ChSystem& sys) { in PrintStepStatistics()

12345678910>>...22