Home
last modified time | relevance | path

Searched refs:step_mode (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/misc/adios2/ADIOS2-2.7.1/bindings/Fortran/modules/
H A Dadios2_engine_begin_step_mod.f9026 subroutine adios2_begin_step_full(engine, step_mode, timeout_seconds, & argument
29 integer, value, intent(in) :: step_mode
39 call adios2_begin_step_f2c(engine%f2c, step_mode, timeout_seconds, &
44 subroutine adios2_begin_step_mode(engine, step_mode, ierr) argument
46 integer, value, intent(in) :: step_mode
56 call adios2_begin_step_f2c(engine%f2c, step_mode, -1._4, status, ierr)
/dports/emulators/citra/citra-ac98458e0/externals/teakra/src/mod_test_generator/
H A Dmain.cpp31 for (u16 step_mode = 0; step_mode < 8; ++step_mode) { in main() local
32 /*!!!*/ if (step_mode == 3) in main()
34 test_case.before.ar[0] = (step_mode << 5) | (offset_mode << 8); in main()
36 if (step_mode != 3) { in main()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/teakra/src/mod_test_generator/
H A Dmain.cpp31 for (u16 step_mode = 0; step_mode < 8; ++step_mode) { in main() local
32 /*!!!*/ if (step_mode == 3) in main()
34 test_case.before.ar[0] = (step_mode << 5) | (offset_mode << 8); in main()
36 if (step_mode != 3) { in main()
/dports/misc/vxl/vxl-3.3.2/contrib/mul/mbl/
H A Dmbl_stepwise_regression.h22 enum step_mode {eFORWARDS,eBACKWARDS}; enum
51 step_mode mode_;
98 void set_mode(step_mode mode) {mode_ = mode;} in set_mode()
/dports/games/simutrans/simutrans-121.0/gui/components/
H A Dgui_numberinput.cc152 switch( step_mode ) { in get_next_value()
184 return clamp( ((value+step_mode)/step_mode)*step_mode, min_value, max_value ); in get_next_value()
196 switch( step_mode ) { in get_prev_value()
228 return clamp( value-step_mode, min_value, max_value ); in get_prev_value()
H A Dgui_numberinput.h59 sint32 step_mode; variable
96 void set_increment_mode( sint32 m ) { step_mode = m; } in set_increment_mode()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dd_net.cpp64 bool step_mode = false; variable
94 step_mode = ((Args.CheckParm ("-stepmode")) != 0); in D_CheckNetGame()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dm_random.cpp85 extern bool step_mode;
93 if(!actor || demoplayback || demorecording || step_mode) in P_Random()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/transform/
H A Dvertex_pulling_transform.cc114 if (buffer_layout.step_mode == InputStepMode::kVertex) { in FindOrInsertVertexIndexIfUsed()
157 if (buffer_layout.step_mode == InputStepMode::kInstance) { in FindOrInsertInstanceIndexIfUsed()
298 buffer_layout.step_mode == InputStepMode::kVertex in AddVertexPullingPreamble()
457 step_mode(std::move(in_step_mode)), in VertexBufferLayoutDescriptor()
463 step_mode(other.step_mode), in VertexBufferLayoutDescriptor()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-timeline.c147 ClutterStepMode step_mode; member
852 self->priv->step_mode = CLUTTER_STEP_MODE_END; in clutter_timeline_init()
2254 if (priv->step_mode == CLUTTER_STEP_MODE_START) in clutter_timeline_progress_func()
2256 else if (priv->step_mode == CLUTTER_STEP_MODE_END) in clutter_timeline_progress_func()
2427 ClutterStepMode step_mode) in clutter_timeline_set_step_progress() argument
2438 priv->step_mode == step_mode) in clutter_timeline_set_step_progress()
2442 priv->step_mode = step_mode; in clutter_timeline_set_step_progress()
2463 ClutterStepMode *step_mode) in clutter_timeline_get_step_progress() argument
2475 if (step_mode != NULL) in clutter_timeline_get_step_progress()
2476 *step_mode = timeline->priv->step_mode; in clutter_timeline_get_step_progress()
H A Dclutter-timeline.h205 … ClutterStepMode step_mode);
209 … ClutterStepMode *step_mode);
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-timeline.c147 ClutterStepMode step_mode; member
852 self->priv->step_mode = CLUTTER_STEP_MODE_END; in clutter_timeline_init()
2254 if (priv->step_mode == CLUTTER_STEP_MODE_START) in clutter_timeline_progress_func()
2256 else if (priv->step_mode == CLUTTER_STEP_MODE_END) in clutter_timeline_progress_func()
2427 ClutterStepMode step_mode) in clutter_timeline_set_step_progress() argument
2438 priv->step_mode == step_mode) in clutter_timeline_set_step_progress()
2442 priv->step_mode = step_mode; in clutter_timeline_set_step_progress()
2463 ClutterStepMode *step_mode) in clutter_timeline_get_step_progress() argument
2475 if (step_mode != NULL) in clutter_timeline_get_step_progress()
2476 *step_mode = timeline->priv->step_mode; in clutter_timeline_get_step_progress()
H A Dclutter-timeline.h205 … ClutterStepMode step_mode);
209 … ClutterStepMode *step_mode);
/dports/x11-wm/mutter/mutter-41.1/clutter/clutter/
H A Dclutter-timeline.c156 ClutterStepMode step_mode; member
1057 self->priv->step_mode = CLUTTER_STEP_MODE_END; in clutter_timeline_init()
2422 if (priv->step_mode == CLUTTER_STEP_MODE_START) in clutter_timeline_progress_func()
2424 else if (priv->step_mode == CLUTTER_STEP_MODE_END) in clutter_timeline_progress_func()
2595 ClutterStepMode step_mode) in clutter_timeline_set_step_progress() argument
2606 priv->step_mode == step_mode) in clutter_timeline_set_step_progress()
2610 priv->step_mode = step_mode; in clutter_timeline_set_step_progress()
2631 ClutterStepMode *step_mode) in clutter_timeline_get_step_progress() argument
2643 if (step_mode != NULL) in clutter_timeline_get_step_progress()
2644 *step_mode = timeline->priv->step_mode; in clutter_timeline_get_step_progress()
H A Dclutter-timeline.h217 … ClutterStepMode step_mode);
221 … ClutterStepMode *step_mode);
/dports/misc/adios2/ADIOS2-2.7.1/bindings/Fortran/f2c/
H A Dadios2_f2c_engine.cpp19 const int *step_mode, in FC_GLOBAL()
27 adios2_begin_step(*engine, static_cast<adios2_step_mode>(*step_mode), in FC_GLOBAL()
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/include/
H A Dnrfx_pwm.h109 nrf_pwm_dec_step_t step_mode; ///< Mode of advancing the active sequence. member
126 .step_mode = (nrf_pwm_dec_step_t)NRFX_PWM_DEFAULT_CONFIG_STEP_MODE, \
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dpr99545.f9013 integer :: step_mode = 0 component
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dpr99545.f9013 integer :: step_mode = 0 component
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dpr99545.f9013 integer :: step_mode = 0 component
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dpr99545.f9013 integer :: step_mode = 0 component
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpr99545.f9013 integer :: step_mode = 0 component
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dpr99545.f9013 integer :: step_mode = 0 component
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dpr99545.f9013 integer :: step_mode = 0 component
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dpr99545.f9013 integer :: step_mode = 0 component

1234567