Home
last modified time | relevance | path

Searched refs:stepval (Results 1 – 25 of 67) sorted by relevance

123

/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
134 (stepval * nbl2bit[nib][1] + in compute_tables()
135 stepval/2 * nbl2bit[nib][2] + in compute_tables()
136 stepval/4 * nbl2bit[nib][3] + in compute_tables()
137 stepval/8); in compute_tables()
246 int stepval = floor(floatstep * 1.08f); in compute_tables() local
253 (stepval * nbl2bit[nib][1] + in compute_tables()
254 stepval/2 * nbl2bit[nib][2] + in compute_tables()
255 stepval/4 * nbl2bit[nib][3] + in compute_tables()
256 stepval/8); in compute_tables()
H A Dokim6258.cpp90 int stepval = floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
96 (stepval * nbl2bit[nib][1] + in compute_tables()
97 stepval/2 * nbl2bit[nib][2] + in compute_tables()
98 stepval/4 * nbl2bit[nib][3] + in compute_tables()
99 stepval/8); in compute_tables()
H A Dmsm5205.cpp159 int stepval = floor (16.0 * pow (11.0 / 10.0, (double)step)); in compute_tables() local
165 (stepval * nbl2bit[nib][1] + in compute_tables()
166 stepval/2 * nbl2bit[nib][2] + in compute_tables()
167 stepval/4 * nbl2bit[nib][3] + in compute_tables()
168 stepval/8); in compute_tables()
/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
134 (stepval * nbl2bit[nib][1] + in compute_tables()
135 stepval/2 * nbl2bit[nib][2] + in compute_tables()
136 stepval/4 * nbl2bit[nib][3] + in compute_tables()
137 stepval/8); in compute_tables()
246 int stepval = floor(floatstep * 1.08f); in compute_tables() local
253 (stepval * nbl2bit[nib][1] + in compute_tables()
254 stepval/2 * nbl2bit[nib][2] + in compute_tables()
255 stepval/4 * nbl2bit[nib][3] + in compute_tables()
256 stepval/8); in compute_tables()
H A Dokim6258.cpp90 int stepval = floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
96 (stepval * nbl2bit[nib][1] + in compute_tables()
97 stepval/2 * nbl2bit[nib][2] + in compute_tables()
98 stepval/4 * nbl2bit[nib][3] + in compute_tables()
99 stepval/8); in compute_tables()
H A Dmsm5205.cpp159 int stepval = floor (16.0 * pow (11.0 / 10.0, (double)step)); in compute_tables() local
165 (stepval * nbl2bit[nib][1] + in compute_tables()
166 stepval/2 * nbl2bit[nib][2] + in compute_tables()
167 stepval/4 * nbl2bit[nib][3] + in compute_tables()
168 stepval/8); in compute_tables()
/dports/graphics/Coin/coin-Coin-4.0.0/src/engines/
H A DSoTimeCounter.cpp323 short stepval = this->step.getValue(); in inputChanged() local
324 if ((offset % stepval) != 0) { in inputChanged()
325 val = minval + (offset / stepval) * stepval; in inputChanged()
374 short stepval = this->step.getValue(); in calcNumSteps() local
410 short stepval = this->step.getValue(); in findOutputValue() local
418 if (stepval >= 0) { in findOutputValue()
419 val = minval + i * stepval; in findOutputValue()
422 val = maxval + i*stepval; in findOutputValue()
427 if (stepval >= 0) { in findOutputValue()
428 val = minval + static_cast<short>((timeincycle / steptime) * stepval); in findOutputValue()
[all …]
H A DSoCounter.cpp168 short stepval = this->step.getValue(); in inputChanged() local
169 this->numsteps = (resetval - minval) / stepval; in inputChanged()
170 this->value = minval + this->numsteps * stepval; in inputChanged()
/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
61 (stepval * nbl2bit[nib][1] + in ComputeTables()
62 stepval/2 * nbl2bit[nib][2] + in ComputeTables()
63 stepval/4 * nbl2bit[nib][3] + in ComputeTables()
64 stepval/8); in ComputeTables()
/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
61 (stepval * nbl2bit[nib][1] + in ComputeTables()
62 stepval/2 * nbl2bit[nib][2] + in ComputeTables()
63 stepval/4 * nbl2bit[nib][3] + in ComputeTables()
64 stepval/8); in ComputeTables()
/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
61 (stepval * nbl2bit[nib][1] + in ComputeTables()
62 stepval/2 * nbl2bit[nib][2] + in ComputeTables()
63 stepval/4 * nbl2bit[nib][3] + in ComputeTables()
64 stepval/8); in ComputeTables()
/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
119 decr = stepval; in initWidget()
133 mDoubleSpinBox->setSingleStep( stepval ); in initWidget()
147 uint stepval = step.isValid() ? step.toUInt() : 1; in initWidget() local
151 int minvalOverflow = uint( minval ) - stepval; in initWidget()
163 setupIntEditor( minval, maxval, stepval, mIntSpinBox, this ); in initWidget()
/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
126 decr = stepval; in initWidget()
140 mDoubleSpinBox->setSingleStep( stepval ); in initWidget()
154 const uint stepval = step.isValid() ? step.toUInt() : 1; in initWidget() local
158 const int minvalOverflow = uint( minval ) - stepval; in initWidget()
170 setupIntEditor( minval, maxval, stepval, mIntSpinBox, this ); in initWidget()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/
H A Dokim6258.c107 int stepval = floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
113 (stepval * nbl2bit[nib][1] + in compute_tables()
114 stepval/2 * nbl2bit[nib][2] + in compute_tables()
115 stepval/4 * nbl2bit[nib][3] + in compute_tables()
116 stepval/8); in compute_tables()
H A Dokim6295.c147 int stepval = (int)floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
153 (stepval * nbl2bit[nib][1] + in compute_tables()
154 stepval/2 * nbl2bit[nib][2] + in compute_tables()
155 stepval/4 * nbl2bit[nib][3] + in compute_tables()
156 stepval/8); in compute_tables()
/dports/shells/xonsh/xonsh-0.7.9/xonsh/ply/example/BASIC/
H A Dbasinterp.py293 stepval = instr[4]
300 if not stepval:
301 stepval = ('NUM', 1)
302 stepval = self.eval(stepval) # Evaluate step here
303 self.loops.append((self.pc, stepval))
308 stepval = ('NUM', self.loops[-1][1])
310 'BINOP', '+', ('VAR', (loopvar, None, None)), stepval)
/dports/www/firefox/firefox-99.0/third_party/python/ply/example/BASIC/
H A Dbasinterp.py293 stepval = instr[4]
300 if not stepval:
301 stepval = ('NUM', 1)
302 stepval = self.eval(stepval) # Evaluate step here
303 self.loops.append((self.pc, stepval))
308 stepval = ('NUM', self.loops[-1][1])
310 'BINOP', '+', ('VAR', (loopvar, None, None)), stepval)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/ply/example/BASIC/
H A Dbasinterp.py293 stepval = instr[4]
300 if not stepval:
301 stepval = ('NUM', 1)
302 stepval = self.eval(stepval) # Evaluate step here
303 self.loops.append((self.pc, stepval))
308 stepval = ('NUM', self.loops[-1][1])
310 'BINOP', '+', ('VAR', (loopvar, None, None)), stepval)
/dports/devel/emscripten/emscripten-2.0.3/third_party/ply/example/BASIC/
H A Dbasinterp.py261 stepval = instr[4]
268 if not stepval: stepval = ('NUM',1)
269 stepval = self.eval(stepval) # Evaluate step here
270 self.loops.append((self.pc,stepval))
274 stepval = ('NUM',self.loops[-1][1])
275 newvalue = ('BINOP','+',('VAR',(loopvar,None,None)),stepval)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/ply/example/BASIC/
H A Dbasinterp.py293 stepval = instr[4]
300 if not stepval:
301 stepval = ('NUM', 1)
302 stepval = self.eval(stepval) # Evaluate step here
303 self.loops.append((self.pc, stepval))
308 stepval = ('NUM', self.loops[-1][1])
310 'BINOP', '+', ('VAR', (loopvar, None, None)), stepval)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/ply/example/BASIC/
H A Dbasinterp.py293 stepval = instr[4]
300 if not stepval:
301 stepval = ('NUM', 1)
302 stepval = self.eval(stepval) # Evaluate step here
303 self.loops.append((self.pc, stepval))
308 stepval = ('NUM', self.loops[-1][1])
310 'BINOP', '+', ('VAR', (loopvar, None, None)), stepval)
/dports/devel/py-ply/ply-3.11/example/BASIC/
H A Dbasinterp.py293 stepval = instr[4]
300 if not stepval:
301 stepval = ('NUM', 1)
302 stepval = self.eval(stepval) # Evaluate step here
303 self.loops.append((self.pc, stepval))
308 stepval = ('NUM', self.loops[-1][1])
310 'BINOP', '+', ('VAR', (loopvar, None, None)), stepval)
/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
92 (stepval * nbl2bit[nib][1] + in compute_tables()
93 stepval/2 * nbl2bit[nib][2] + in compute_tables()
94 stepval/4 * nbl2bit[nib][3] + in compute_tables()
95 stepval/8); in compute_tables()
/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
92 (stepval * nbl2bit[nib][1] + in compute_tables()
93 stepval/2 * nbl2bit[nib][2] + in compute_tables()
94 stepval/4 * nbl2bit[nib][3] + in compute_tables()
95 stepval/8); in compute_tables()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/vgmplay/VGMPlay/chips/
H A Dokim6258.c120 int stepval = floor(16.0 * pow(11.0 / 10.0, (double)step)); in compute_tables() local
126 (stepval * nbl2bit[nib][1] + in compute_tables()
127 stepval/2 * nbl2bit[nib][2] + in compute_tables()
128 stepval/4 * nbl2bit[nib][3] + in compute_tables()
129 stepval/8); in compute_tables()

123