Home
last modified time | relevance | path

Searched refs:deadband (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/dports/games/vamos/vamos-0.7.1/world/
H A DControls.cc54 if (std::abs (value) < calibration.deadband) return calibration.offset; in transform()
61 / (1.0 - calibration.upper_deadband - calibration.deadband); in transform()
62 double b = calibration.offset - sign (value) * m * calibration.deadband; in transform()
111 double deadband, in bind_motion() argument
121 deadband, in bind_motion()
H A DControls.h57 deadband (dead), in negative()
65 double deadband; member
115 double deadband,
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/resources/
H A Dlookup_tables.py119 def deadband(v_in, r_in, r_load, r_fb=150.0e3, v_sat=10.47): function
130 stage_1 = deadband(v_in, 10e3, 100e3)
131 stage_2 = deadband(v_in, 49.9e3, 44.2e3)
132 stage_3 = deadband(v_in, 91e3, 18e3)
133 stage_4 = deadband(v_in, 30e3, 71.4e3)
134 stage_5 = deadband(v_in, 68e3, 33.0e3)
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/resources/
H A Dlookup_tables.py119 def deadband(v_in, r_in, r_load, r_fb=150.0e3, v_sat=10.47): function
130 stage_1 = deadband(v_in, 10e3, 100e3)
131 stage_2 = deadband(v_in, 49.9e3, 44.2e3)
132 stage_3 = deadband(v_in, 91e3, 18e3)
133 stage_4 = deadband(v_in, 30e3, 71.4e3)
134 stage_5 = deadband(v_in, 68e3, 33.0e3)
/dports/games/flightgear/flightgear-2020.3.11/src/Network/
H A DATC-Inputs.cxx227 static double scale( int center, int deadband, int min, int max, int value ) { in scale() argument
232 if ( value <= (center - deadband) ) { in scale()
233 range = (center - deadband) - min; in scale()
234 result = (value - (center - deadband)) / range; in scale()
235 } else if ( value >= (center + deadband) ) { in scale()
236 range = max - (center + deadband); in scale()
237 result = (value - (center + deadband)) / range; in scale()
419 int deadband = 0; in do_analog_in() local
458 deadband = prop->getIntValue(); in do_analog_in()
505 scaled_value = scale( center, deadband, in do_analog_in()
[all …]
/dports/devel/ois/ois/includes/
H A DOISEffect.h244 deadband(0), center(0) {} in ConditionalEffect()
254 unsigned short deadband; variable
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/src/c/
H A Ddeadband.c26 SCICOS_BLOCKS_IMPEXP void deadband(scicos_block *block, int flag) in deadband() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/joystick/iforce/
H A Diforce-ff.c199 || old->u.condition[i].deadband != new->u.condition[i].deadband in need_condition_modifier()
488 effect->u.condition[0].deadband, in iforce_upload_condition()
500 effect->u.condition[1].deadband, in iforce_upload_condition()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/joystick/iforce/
H A Diforce-ff.c199 || old->u.condition[i].deadband != new->u.condition[i].deadband in need_condition_modifier()
488 effect->u.condition[0].deadband, in iforce_upload_condition()
500 effect->u.condition[1].deadband, in iforce_upload_condition()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/joystick/iforce/
H A Diforce-ff.c199 || old->u.condition[i].deadband != new->u.condition[i].deadband in need_condition_modifier()
488 effect->u.condition[0].deadband, in iforce_upload_condition()
500 effect->u.condition[1].deadband, in iforce_upload_condition()
/dports/games/wordwarvi/wordwarvi-1.0.4/
H A Drumble.c223 effects[2].u.condition[0].deadband = 0x0; in get_ready_to_rumble()
244 effects[3].u.condition[0].deadband = 0x0; in get_ready_to_rumble()
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/haptic/linux/
H A DSDL_syshaptic.c848 dest->u.condition[0].deadband = condition->deadband[0]; in SDL_SYS_ToFFEffect()
855 dest->u.condition[1].deadband = condition->deadband[1]; in SDL_SYS_ToFFEffect()
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/haptic/linux/
H A DSDL_syshaptic.c848 dest->u.condition[0].deadband = condition->deadband[0]; in SDL_SYS_ToFFEffect()
855 dest->u.condition[1].deadband = condition->deadband[1]; in SDL_SYS_ToFFEffect()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/haptic/linux/
H A DSDL_syshaptic.c848 dest->u.condition[0].deadband = condition->deadband[0]; in SDL_SYS_ToFFEffect()
855 dest->u.condition[1].deadband = condition->deadband[1]; in SDL_SYS_ToFFEffect()
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/haptic/linux/
H A DSDL_syshaptic.c848 dest->u.condition[0].deadband = condition->deadband[0]; in SDL_SYS_ToFFEffect()
855 dest->u.condition[1].deadband = condition->deadband[1]; in SDL_SYS_ToFFEffect()
/dports/devel/sdl20/SDL2-2.0.18/src/haptic/linux/
H A DSDL_syshaptic.c870 dest->u.condition[0].deadband = condition->deadband[0]; in SDL_SYS_ToFFEffect()
877 dest->u.condition[1].deadband = condition->deadband[1]; in SDL_SYS_ToFFEffect()
/dports/x11/controllermap/SDL2-2.0.18/src/haptic/linux/
H A DSDL_syshaptic.c870 dest->u.condition[0].deadband = condition->deadband[0]; in SDL_SYS_ToFFEffect()
877 dest->u.condition[1].deadband = condition->deadband[1]; in SDL_SYS_ToFFEffect()
/dports/devel/ois/ois/src/win32/
H A DWin32ForceFeedback.cpp198 cf.lOffset = static_cast<ConditionalEffect*>(effect->getForceEffect())->deadband; in _updateConditionalEffect()
203 cf.lDeadBand = static_cast<ConditionalEffect*>(effect->getForceEffect())->deadband; in _updateConditionalEffect()
/dports/devel/allegro5/allegro5-5.2.7.0/include/allegro5/
H A Dhaptic.h130 double deadband; member
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_loopfilter.c919 u_int deadband = 1u << (sys_poll - 1); in local_clock() local
921 tc_twinlo = current_time + max(deadband, 60); in local_clock()
922 tc_twinhi = tc_twinlo + deadband; in local_clock()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/macros/Misc/
H A DDEADBAND.sci65 model.sim=list("deadband",4)
/dports/x11-toolkits/tk87/tk8.7a5/library/ttk/
H A Dentry.tcl31 set State(deadband) 3 ;# #pixels for mouse-moved deadband.
533 if {abs($dx) > $State(deadband)} {
/dports/x11-toolkits/tk85/tk8.5.19/library/ttk/
H A Dentry.tcl31 set State(deadband) 3 ;# #pixels for mouse-moved deadband.
522 if {abs($dx) > $State(deadband)} {
/dports/x11-toolkits/tk86/tk8.6.12/library/ttk/
H A Dentry.tcl31 set State(deadband) 3 ;# #pixels for mouse-moved deadband.
543 if {abs($dx) > $State(deadband)} {
/dports/emulators/qemu42/qemu-4.2.1/include/standard-headers/linux/
H A Dinput.h375 uint16_t deadband; member

12345678910>>...20