Home
last modified time | relevance | path

Searched refs:getNextTime (Results 1 – 10 of 10) sorted by relevance

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/run/
H A DIRun.cpp106 virtual Optional<Float> getNextTime() = 0;
120 virtual Optional<Float> getNextTime() override { in getNextTime() function in LinearOutputTime
138 virtual Optional<Float> getNextTime() override { in getNextTime() function in LogarithmicOutputTime
170 virtual Optional<Float> getNextTime() override { in getNextTime() function in CustomOutputTime
223 Optional<Float> nextOutput = outputTime->getNextTime(); in run()
256 nextOutput = outputTime->getNextTime(); in run()
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/common/plugininterfaces/
H A DBaseModuleReminder.java249 abstract protected long getNextTime( ); in getNextTime() method in BaseModuleReminder
293 scheduledTime = getNextTime( ); in run()
298 scheduledTime = getNextTime( ); in run()
/dports/biology/scrm/scrm-1.7.4/src/
H A Dtime_interval.cc76 while ( model_->getNextTime() <= current_time_ ) { in TimeIntervalIterator()
101 if ( start_height >= forest_->model().getNextTime() ) { in next()
120 double next_model_change_ = forest_->model().getNextTime(); in next()
H A Dmodel.h173 assert( time >= getCurrentTime() && time <= getNextTime() );
259 double getNextTime() const { in getNextTime() function
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dd_main.cpp1163 virtual dtime_t getNextTime() const = 0;
1181 virtual dtime_t getNextTime() const in getNextTime() function in UncappedTaskScheduler
1223 virtual dtime_t getNextTime() const in getNextTime() function in CappedTaskScheduler
1328 dtime_t simulation_wake_time = simulation_scheduler->getNextTime(); in D_RunTics()
1329 dtime_t display_wake_time = display_scheduler->getNextTime(); in D_RunTics()
/dports/biology/scrm/scrm-1.7.4/tests/unittests/
H A Dtest_model.cc341 CPPUNIT_ASSERT( model.getNextTime() == DBL_MAX ); in testGetNextTime()
346 CPPUNIT_ASSERT_EQUAL( 1.0, model.getNextTime() ); in testGetNextTime()
348 CPPUNIT_ASSERT_EQUAL( 2.0, model.getNextTime() ); in testGetNextTime()
350 CPPUNIT_ASSERT( model.getNextTime() == DBL_MAX ); in testGetNextTime()
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/plugins/reminder/alarm/
H A DAlarmReminder.java222 protected long getNextTime( ) in getNextTime() method in AlarmReminder
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxAnimationExporter.cpp171 …TimeValue AnimationExporter::getNextTime ( const int & i, const int & keyCount, Control * controll… in getNextTime() function in COLLADAMax::AnimationExporter
1787 float nextTime = ( float ) getNextTime ( keyIndex, keyCount, animation.getController() ); in getFloatOutTangentValue()
1838 float nextTime = ( float ) getNextTime ( keyIndex, keyCount, animation.getController() ); in getPointXSingleOutTangentValue()
1892 float nextTime = ( float ) getNextTime ( keyIndex, keyCount, animation.getController() ); in getPointXOutTangentValue()
1954 float nextTime = ( float ) getNextTime ( keyIndex, keyCount, animation.getController() ); in getRotationSingleOutTangentPatchEuler()
2002 float nextTime = ( float ) getNextTime ( keyIndex, keyCount, animation.getController() ); in getRotationOutTangentPatchEuler()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/include/
H A DCOLLADAMaxAnimationExporter.h467 TimeValue getNextTime ( const int & i, const int & keyCount, Control * controller ) const;
/dports/science/siconos/siconos-4.4.0/docs/sphinx/getting_started/tutorial_cpp/
H A Dbeads_column.rst364 dataPlot(k, 0) = s->getNextTime();