Home
last modified time | relevance | path

Searched refs:oldRate (Results 1 – 25 of 106) sorted by relevance

12345

/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dspeechclient_win.cc14 , oldRate( -1 ) in InternalData()
28 int oldRate; member
82 internalData->oldRate = setSpeechRate( internalData->sp, rate ); in tell()
111 int oldRate = setSpeechRate( internalData->sp, rate ); in say() local
117 if( oldRate >=0 ) in say()
118 setSpeechRate( internalData->sp, oldRate ); in say()
137 if( internalData->oldRate >=0 ) in timerEvent()
138 setSpeechRate( internalData->sp, internalData->oldRate ); in timerEvent()
140 internalData->oldRate = -1; in timerEvent()
H A Dspeechclient_mac.mm28 , oldRate( -1 )
47 float oldRate;
110 internalData->oldRate = [ internalData->sp rate ];
171 if( internalData->oldRate >=0 )
172 [ internalData->sp setRate : internalData->oldRate ];
174 internalData->oldRate = -1;
H A Dspeechhlp.cc185 long oldRate; in setSpeechRate() local
186 HRESULT hr = sp->voice->GetRate( &oldRate ); in setSpeechRate()
190 return oldRate * 5 + 50; in setSpeechRate()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/myst_stacks/
H A Dmechanical.cpp766 double newRate = oldRate; in fortressRotation_run()
772 if (ABS<double>(oldRate) <= 0.05) { in fortressRotation_run()
773 if (oldRate <= 0.0) { in fortressRotation_run()
774 newRate += oldRate; in fortressRotation_run()
776 newRate -= oldRate; in fortressRotation_run()
779 if (oldRate <= 0.0) { in fortressRotation_run()
899 double newRate = oldRate; in fortressSimulation_run()
906 if (oldRate <= 0.0) { in fortressSimulation_run()
907 newRate += oldRate; in fortressSimulation_run()
909 newRate -= oldRate; in fortressSimulation_run()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/myst_stacks/
H A Dmechanical.cpp766 double newRate = oldRate; in fortressRotation_run()
772 if (ABS<double>(oldRate) <= 0.05) { in fortressRotation_run()
773 if (oldRate <= 0.0) { in fortressRotation_run()
774 newRate += oldRate; in fortressRotation_run()
776 newRate -= oldRate; in fortressRotation_run()
779 if (oldRate <= 0.0) { in fortressRotation_run()
899 double newRate = oldRate; in fortressSimulation_run()
906 if (oldRate <= 0.0) { in fortressSimulation_run()
907 newRate += oldRate; in fortressSimulation_run()
909 newRate -= oldRate; in fortressSimulation_run()
[all …]
/dports/audio/stk/stk-4.6.2/src/
H A DADSR.cpp38 void ADSR :: sampleRateChanged( StkFloat newRate, StkFloat oldRate ) in sampleRateChanged() argument
41 attackRate_ = oldRate * attackRate_ / newRate; in sampleRateChanged()
42 decayRate_ = oldRate * decayRate_ / newRate; in sampleRateChanged()
43 releaseRate_ = oldRate * releaseRate_ / newRate; in sampleRateChanged()
H A DModulate.cpp37 void Modulate :: sampleRateChanged( StkFloat newRate, StkFloat oldRate ) in sampleRateChanged() argument
40 noiseRate_ = (unsigned int ) ( newRate * noiseRate_ / oldRate ); in sampleRateChanged()
H A DSineWave.cpp41 void SineWave :: sampleRateChanged( StkFloat newRate, StkFloat oldRate ) in sampleRateChanged() argument
44 this->setRate( oldRate * rate_ / newRate ); in sampleRateChanged()
H A DEnvelope.cpp46 void Envelope :: sampleRateChanged( StkFloat newRate, StkFloat oldRate ) in sampleRateChanged() argument
49 rate_ = oldRate * rate_ / newRate; in sampleRateChanged()
H A DAsymp.cpp46 void Asymp :: sampleRateChanged( StkFloat newRate, StkFloat oldRate ) in sampleRateChanged() argument
49 StkFloat tau = -1.0 / ( std::log( factor_ ) * oldRate ); in sampleRateChanged()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qvfb/
H A Dqvfbratedlg.cpp53 oldRate = rate; in QVFbRateDialog()
93 rateChanged(oldRate); in cancel()
99 oldRate = rateSlider->value(); in ok()
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Dthrottle.cc91 uint32_t oldRate = m_maxRate; in set_max_rate() local
100 if (oldRate == 0) in set_max_rate()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/runtime/pprof/
H A Dmprof_test.go49 oldRate := runtime.MemProfileRate
52 runtime.MemProfileRate = oldRate
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/runtime/pprof/
H A Dmprof_test.go49 oldRate := runtime.MemProfileRate
52 runtime.MemProfileRate = oldRate
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/runtime/pprof/
H A Dmprof_test.go52 oldRate := runtime.MemProfileRate
55 runtime.MemProfileRate = oldRate
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/pprof/
H A Dmprof_test.go60 oldRate := runtime.MemProfileRate
63 runtime.MemProfileRate = oldRate
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/pprof/
H A Dmprof_test.go60 oldRate := runtime.MemProfileRate
63 runtime.MemProfileRate = oldRate
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/pprof/
H A Dmprof_test.go60 oldRate := runtime.MemProfileRate
63 runtime.MemProfileRate = oldRate
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/pprof/
H A Dmprof_test.go60 oldRate := runtime.MemProfileRate
63 runtime.MemProfileRate = oldRate
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/pprof/
H A Dmprof_test.go60 oldRate := runtime.MemProfileRate
63 runtime.MemProfileRate = oldRate
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/runtime/pprof/
H A Dmprof_test.go60 oldRate := runtime.MemProfileRate
63 runtime.MemProfileRate = oldRate
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/pprof/
H A Dmprof_test.go60 oldRate := runtime.MemProfileRate
63 runtime.MemProfileRate = oldRate
/dports/lang/gcc9/gcc-9.4.0/libgo/go/runtime/pprof/
H A Dmprof_test.go60 oldRate := runtime.MemProfileRate
63 runtime.MemProfileRate = oldRate
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/runtime/pprof/
H A Dmprof_test.go60 oldRate := runtime.MemProfileRate
63 runtime.MemProfileRate = oldRate
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/pprof/
H A Dmprof_test.go60 oldRate := runtime.MemProfileRate
63 runtime.MemProfileRate = oldRate

12345