Home
last modified time | relevance | path

Searched refs:init_phase (Results 1 – 25 of 61) sorted by relevance

123

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/python/digital/
H A Dqa_pfb_clock_sync.py47 init_phase = nfilts / 2
56 nfilts, init_phase,
100 init_phase = nfilts / 2
109 nfilts, init_phase,
154 init_phase = nfilts / 2
163 nfilts, init_phase,
192 init_phase = nfilts / 2
201 nfilts, init_phase,
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/agents/trajectory_generator/
H A Dcontroller_simple.py39 def __init__(self, init_phase=0): argument
46 self._init_phase = init_phase
47 self.phase = init_phase
H A Dtg_simple.py119 init_phase = period * 2 * math.pi
120 self._legs.append(controller_simple.SimpleLegController(init_phase))
331 def __init__(self, init_phase=0): argument
332 self._init_phase = init_phase
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dsteppers.h40 stepper_device(const machine_config &mconfig, const char *tag, device_t *owner, uint8_t init_phase) in stepper_device() argument
43 set_init_phase(init_phase); in stepper_device()
104 , int16_t index_pattern, uint8_t init_phase, int16_t max_steps = 48*2);
H A Dsteppers.cpp468 , int16_t index_pattern, uint8_t init_phase, int16_t max_steps) in reel_device() argument
475 set_init_phase(init_phase); in reel_device()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/grc/
H A Ddigital_pfb_clock_sync.block.yml29 - id: init_phase
65 ${init_phase}, ${max_dev}, ${osps})
80 ${init_phase},
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dsteppers.h40 stepper_device(const machine_config &mconfig, const char *tag, device_t *owner, uint8_t init_phase) in stepper_device() argument
43 set_init_phase(init_phase); in stepper_device()
104 , int16_t index_pattern, uint8_t init_phase, int16_t max_steps = 48*2);
H A Dsteppers.cpp468 , int16_t index_pattern, uint8_t init_phase, int16_t max_steps) in reel_device() argument
475 set_init_phase(init_phase); in reel_device()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dsquinewave.c51 int32_t init_phase; member
107 p->init_phase = (*p->iphase < 0 && p->Min_Sweep > 1.0) ? 0 : 1; in squinewave_init()
164 if (p->init_phase) { in squinewave_gen()
209 p->init_phase = 0; in squinewave_gen()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/lib/
H A Dpfb_clock_sync_fff_impl.cc41 float init_phase, in make() argument
46 sps, gain, taps, filter_size, init_phase, max_rate_deviation, osps)); in make()
55 float init_phase, in pfb_clock_sync_fff_impl() argument
86 d_k = init_phase; in pfb_clock_sync_fff_impl()
H A Dpfb_clock_sync_ccf_impl.cc44 float init_phase, in make() argument
49 sps, loop_bw, taps, filter_size, init_phase, max_rate_deviation, osps)); in make()
58 float init_phase, in pfb_clock_sync_ccf_impl() argument
90 d_k = init_phase; in pfb_clock_sync_ccf_impl()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/agents/baseline_controller/
H A Dlocomotion_controller_setup.py130 stance_duration, duty_factor, init_phase = select_gait(gait)
135 initial_leg_phase=init_phase,
/dports/dns/gdnsd2/gdnsd-2.4.3/plugins/
H A Dextmon.c78 static bool init_phase = true; variable
158 if(init_phase) { in helper_read_cb()
185 if(!init_phase) { in local_timeout_cb()
467 init_phase = false; in plugin_extmon_start_monitors()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/audio/
H A Dmusic.py86 if renpy.game.context().init_phase:
186 if renpy.game.context().init_phase:
276 if renpy.game.context().init_phase:
/dports/cad/ngspice_rework/ngspice-35/src/xspice/icm/digital/d_osc/
H A Dcfunc.mod260 *phase = PARAM(init_phase);
267 /* set phase value to init_phase */
414 *phase = PARAM(init_phase);
421 /* set phase value to init_phase */
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Ddebug.py53 if renpy.game.context().init_phase:
/dports/cad/ngspice_rework/ngspice-35/examples/xspice/original-examples/
H A Dhybrid_models1_dc.deck16 + duty_cycle=0.5 init_phase=0.0
H A Dhybrid_models1_transient.deck18 + duty_cycle=0.5 init_phase=0.0
/dports/emulators/mess/mame-mame0226/src/emu/
H A Ddiimage.cpp994 if (init_phase()==false) { in load_internal()
1003 if (!init_phase()) in load_internal()
1023 if (is_reset_on_load() && !init_phase()) in load()
1040 if (is_reset_on_load() && !init_phase()) in load_software()
1089 if (init_phase() == false && (finish_load() != image_init_result::PASS)) in load_software()
1450 bool device_image_interface::init_phase() const in init_phase() function in device_image_interface
/dports/emulators/mame/mame-mame0226/src/emu/
H A Ddiimage.cpp994 if (init_phase()==false) { in load_internal()
1003 if (!init_phase()) in load_internal()
1023 if (is_reset_on_load() && !init_phase()) in load()
1040 if (is_reset_on_load() && !init_phase()) in load_software()
1089 if (init_phase() == false && (finish_load() != image_init_result::PASS)) in load_software()
1450 bool device_image_interface::init_phase() const in init_phase() function in device_image_interface
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c7514 bnx2x_init_block(bp, BLOCK_PXP, init_phase); in bnx2x_init_hw_port()
7525 bnx2x_init_block(bp, BLOCK_ATC, init_phase); in bnx2x_init_hw_port()
7528 bnx2x_init_block(bp, BLOCK_QM, init_phase); in bnx2x_init_hw_port()
7530 bnx2x_init_block(bp, BLOCK_TCM, init_phase); in bnx2x_init_hw_port()
7531 bnx2x_init_block(bp, BLOCK_UCM, init_phase); in bnx2x_init_hw_port()
7532 bnx2x_init_block(bp, BLOCK_CCM, init_phase); in bnx2x_init_hw_port()
7533 bnx2x_init_block(bp, BLOCK_XCM, init_phase); in bnx2x_init_hw_port()
7638 bnx2x_init_block(bp, BLOCK_HC, init_phase); in bnx2x_init_hw_port()
7944 int init_phase = PHASE_PF0 + func; in bnx2x_init_hw_func() local
8057 bnx2x_init_block(bp, BLOCK_QM, init_phase); in bnx2x_init_hw_func()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c7514 bnx2x_init_block(bp, BLOCK_PXP, init_phase); in bnx2x_init_hw_port()
7525 bnx2x_init_block(bp, BLOCK_ATC, init_phase); in bnx2x_init_hw_port()
7528 bnx2x_init_block(bp, BLOCK_QM, init_phase); in bnx2x_init_hw_port()
7530 bnx2x_init_block(bp, BLOCK_TCM, init_phase); in bnx2x_init_hw_port()
7531 bnx2x_init_block(bp, BLOCK_UCM, init_phase); in bnx2x_init_hw_port()
7532 bnx2x_init_block(bp, BLOCK_CCM, init_phase); in bnx2x_init_hw_port()
7533 bnx2x_init_block(bp, BLOCK_XCM, init_phase); in bnx2x_init_hw_port()
7638 bnx2x_init_block(bp, BLOCK_HC, init_phase); in bnx2x_init_hw_port()
7944 int init_phase = PHASE_PF0 + func; in bnx2x_init_hw_func() local
8057 bnx2x_init_block(bp, BLOCK_QM, init_phase); in bnx2x_init_hw_func()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c7514 bnx2x_init_block(bp, BLOCK_PXP, init_phase); in bnx2x_init_hw_port()
7525 bnx2x_init_block(bp, BLOCK_ATC, init_phase); in bnx2x_init_hw_port()
7528 bnx2x_init_block(bp, BLOCK_QM, init_phase); in bnx2x_init_hw_port()
7530 bnx2x_init_block(bp, BLOCK_TCM, init_phase); in bnx2x_init_hw_port()
7531 bnx2x_init_block(bp, BLOCK_UCM, init_phase); in bnx2x_init_hw_port()
7532 bnx2x_init_block(bp, BLOCK_CCM, init_phase); in bnx2x_init_hw_port()
7533 bnx2x_init_block(bp, BLOCK_XCM, init_phase); in bnx2x_init_hw_port()
7638 bnx2x_init_block(bp, BLOCK_HC, init_phase); in bnx2x_init_hw_port()
7944 int init_phase = PHASE_PF0 + func; in bnx2x_init_hw_func() local
8057 bnx2x_init_block(bp, BLOCK_QM, init_phase); in bnx2x_init_hw_func()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/include/gnuradio/digital/
H A Dpfb_clock_sync_fff.h176 float init_phase = 0,
H A Dpfb_clock_sync_ccf.h177 float init_phase = 0,

123