Home
last modified time | relevance | path

Searched defs:stepval (Results 1 – 25 of 52) sorted by relevance

123

/dports/graphics/Coin/coin-Coin-4.0.0/src/engines/
H A DSoTimeCounter.cpp323 short stepval = this->step.getValue(); in inputChanged() local
374 short stepval = this->step.getValue(); in calcNumSteps() local
410 short stepval = this->step.getValue(); in findOutputValue() local
H A DSoCounter.cpp168 short stepval = this->step.getValue(); in inputChanged() local
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Dokiadpcm.cpp128 int stepval = floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
246 int stepval = floor(floatstep * 1.08f); in compute_tables() local
H A Dokim6258.cpp90 int stepval = floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
H A Dmsm5205.cpp159 int stepval = floor (16.0 * pow (11.0 / 10.0, (double)step)); in compute_tables() local
H A Dokim6376.cpp77 int stepval = floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Dokiadpcm.cpp128 int stepval = floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
246 int stepval = floor(floatstep * 1.08f); in compute_tables() local
H A Dokim6258.cpp90 int stepval = floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
H A Dmsm5205.cpp159 int stepval = floor (16.0 * pow (11.0 / 10.0, (double)step)); in compute_tables() local
H A Dokim6376.cpp77 int stepval = floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/editorwidgets/
H A Dqgsrangewidgetwrapper.cpp97 double stepval = step.isValid() ? step.toDouble() : 1.0; in initWidget() local
147 uint stepval = step.isValid() ? step.toUInt() : 1; in initWidget() local
/dports/graphics/qgis/qgis-3.22.3/src/gui/editorwidgets/
H A Dqgsrangewidgetwrapper.cpp101 const double stepval = step.isValid() ? step.toDouble() : 1.0; in initWidget() local
154 const uint stepval = step.isValid() ? step.toUInt() : 1; in initWidget() local
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwtplot3d/src/
H A Dqwt3d_autoscaler.cpp122 double stepval = m * pow(10.0, n); in anchorvalue() local
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dmsm5205.c55 int stepval = floor (16.0 * pow (11.0 / 10.0, (double)step)); in ComputeTables() local
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dmsm5205.c55 int stepval = floor (16.0 * pow (11.0 / 10.0, (double)step)); in ComputeTables() local
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dmsm5205.c55 int stepval = floor (16.0 * pow (11.0 / 10.0, (float)step)); in ComputeTables() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Des8712.cpp86 INT32 stepval = (INT32)(floor(16.0 * pow(11.0 / 10.0, (double)step))); in compute_tables() local
H A Di5000.cpp74 INT32 stepval = floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Des8712.cpp86 INT32 stepval = (INT32)(floor(16.0 * pow(11.0 / 10.0, (double)step))); in compute_tables() local
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dsonic.c440 double stepval = window[step+j], stateval = window[j]; in modified_levinson_durbin() local
473 int stepval = window[step+j], stateval=state[j]; in modified_levinson_durbin() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/devices/
H A Dseibusnd.cpp583 INT32 stepval = (INT32)(floor (16.0 * pow (11.0 / 10.0, (double)step))); in adpcm_init() local
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/devices/
H A Dseibusnd.cpp574 INT32 stepval = (INT32)(floor (16.0 * pow (11.0 / 10.0, (double)step))); in adpcm_init() local
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dsonic.c529 double stepval = window[step+j]; in modified_levinson_durbin() local
564 int stepval = window[step+j]; in modified_levinson_durbin() local
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dsonic.c529 double stepval = window[step+j]; in modified_levinson_durbin() local
564 int stepval = window[step+j]; in modified_levinson_durbin() local
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dsonic.c526 double stepval = window[step+j]; in modified_levinson_durbin() local
561 int stepval = window[step+j]; in modified_levinson_durbin() local

123