Home
last modified time | relevance | path

Searched refs:fm_ (Results 1 – 25 of 118) sorted by relevance

12345

/dports/devel/folly/folly-2021.12.27.00/folly/fibers/
H A DEventBaseLoopController-inl.h54 fm_ = fm; in setFiberManager()
76 if (!fm_->hasTasks()) { in runLoop()
82 if (fm_->hasReadyTasks()) { in runLoop()
83 loopRunner_->run([&] { fm_->loopUntilNoReadyImpl(); }); in runLoop()
86 fm_->loopUntilNoReadyImpl(); in runLoop()
88 if (!fm_->hasTasks()) { in runLoop()
98 loopRunner_->run([&] { fm_->runEagerFiberImpl(fiber); }); in runEagerFiber()
100 fm_->runEagerFiberImpl(fiber); in runEagerFiber()
102 if (!fm_->hasTasks()) { in runEagerFiber()
117 if (fm_->shouldRunLoopRemote()) { in scheduleThreadSafe()
[all …]
H A DExecutorLoopController-inl.h31 fm_ = fm; in setFiberManager()
53 if (!fm_->hasTasks()) { in runLoop()
58 fm_->loopUntilNoReadyImpl(); in runLoop()
59 if (!fm_->hasTasks()) { in runLoop()
68 fm_->runEagerFiberImpl(fiber); in runEagerFiber()
69 if (!fm_->hasTasks()) { in runEagerFiber()
77 if (fm_->shouldRunLoopRemote()) { in scheduleThreadSafe()
H A DSimpleLoopController.h54 waiting = fm_->hasTasks(); in loop()
72 if (fm_->shouldRunLoopRemote()) { in runLoop()
73 fm_->loopUntilNoReadyImpl(); in runLoop()
77 fm_->loopUntilNoReadyImpl(); in runLoop()
82 void runEagerFiber(Fiber* fiber) override { fm_->runEagerFiberImpl(fiber); } in runEagerFiber()
94 FiberManager* fm_;
107 void setFiberManager(FiberManager* fm) override { fm_ = fm; } in setFiberManager()
H A DAddTasks-inl.h25 : context_(std::move(other.context_)), id_(other.id_), fm_(other.fm_) {} in TaskIterator()
97 fm_.addTask( in addTask()
H A DAddTasks.h54 TaskIterator() : fm_(FiberManager::getFiberManager()) {} in TaskIterator()
128 FiberManager& fm_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/dsp/drums/
H A Dsynthetic_snare_drum.h56 fm_ = 0.0f; in Init()
105 fm_ = 1.0f; in Render()
118 fm_ = 0.0f; in Render()
132 fm_ *= fm_decay; in Render()
147 float f = f0 * (1.0f + fm_amount * (4.0f * fm_)); in Render()
175 snare = (snare + 0.1f) * (snare_amplitude_ + fm_) * snare_level; in Render()
185 float fm_; variable
H A Dsynthetic_bass_drum.h101 fm_ = 0.0f; in Init()
161 fm_ = 1.0f; in Render()
189 fm_ *= fm_decay; in Render()
207 ONE_POLE(fm_lp_, fm_, envelope_lp_f); in Render()
227 float fm_; variable
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/dsp/drums/
H A Dsynthetic_snare_drum.h56 fm_ = 0.0f; in Init()
105 fm_ = 1.0f; in Render()
118 fm_ = 0.0f; in Render()
132 fm_ *= fm_decay; in Render()
147 float f = f0 * (1.0f + fm_amount * (4.0f * fm_)); in Render()
175 snare = (snare + 0.1f) * (snare_amplitude_ + fm_) * snare_level; in Render()
185 float fm_; variable
H A Dsynthetic_bass_drum.h101 fm_ = 0.0f; in Init()
161 fm_ = 1.0f; in Render()
189 fm_ *= fm_decay; in Render()
207 ONE_POLE(fm_lp_, fm_, envelope_lp_f); in Render()
227 float fm_; variable
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/DDACE/src/FATools/
H A DMars.cpp15 fm_(0), in Mars()
25 fm_(0), in Mars()
32 fm_.resize(fmLength); in Mars()
47 fm_(0), in Mars()
54 fm_.resize(fmLength); in Mars()
243 float* cFm = new float[fm_.size()]; in preProcess()
257 for (i=0; i< (int) fm_.size(); i++) fm_[i] = cFm[i]; in preProcess()
306 float* cFm = new float[fm_.size()]; in evaluatePoints()
308 for (i=0; i< (int) fm_.size(); i++) cFm[i] = fm_[i]; in evaluatePoints()
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DBMDIonicStepper.h59 std::vector<std::vector< double> > fm_; variable
71 fm_.resize(r0_.size()); in BMDIonicStepper()
72 for ( int is = 0; is < fm_.size(); is++ ) in BMDIonicStepper()
73 fm_[is].resize(r0_[is].size()); in BMDIonicStepper()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/dsp/engine/
H A Dswarm_engine.h55 fm_ = 0.0f; in Init()
64 fm_ = 16.0f; in Step()
67 phase_ += rate * fm_; in Step()
79 fm_ *= 0.8f + 0.2f * stmlib::Random::GetFloat(); in Step()
81 fm_ = 0.5f + 1.5f * stmlib::Random::GetFloat(); in Step()
121 float fm_; variable
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/dsp/engine/
H A Dswarm_engine.h55 fm_ = 0.0f; in Init()
64 fm_ = 16.0f; in Step()
67 phase_ += rate * fm_; in Step()
79 fm_ *= 0.8f + 0.2f * stmlib::Random::GetFloat(); in Step()
81 fm_ = 0.5f + 1.5f * stmlib::Random::GetFloat(); in Step()
121 float fm_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/tides/
H A Dcv_scaler.h93 fm_ = (fm_ * 3 + scaled_value) >> 2; in ProcessControlRate()
115 pitch = (fm_ - calibration_data_.fm_offset) * \ in pitch()
143 int32_t fm_; variable
/dports/lang/tcl86/tcl8.6.12/libtommath/
H A Dtommath_private.h52 void* fm_ = (mem); \
53 if (fm_ != NULL) { \
54 MP_ZERO_BUFFER(fm_, fs_); \
55 MP_FREE(fm_, fs_); \
61 void* fm_ = (mem); \
62 if (fm_ != NULL) { \
64 MP_ZERO_BUFFER(fm_, fs_); \
65 MP_FREE(fm_, fs_); \
/dports/lang/tcl87/tcl8.7a5/libtommath/
H A Dtommath_private.h59 void* fm_ = (mem); \
60 if (fm_ != NULL) { \
61 MP_ZERO_BUFFER(fm_, fs_); \
62 MP_FREE(fm_, fs_); \
68 void* fm_ = (mem); \
69 if (fm_ != NULL) { \
71 MP_ZERO_BUFFER(fm_, fs_); \
72 MP_FREE(fm_, fs_); \
/dports/security/dropbear/dropbear-2020.81/libtommath/
H A Dtommath_private.h52 void* fm_ = (mem); \
53 if (fm_ != NULL) { \
54 MP_ZERO_BUFFER(fm_, fs_); \
55 MP_FREE(fm_, fs_); \
61 void* fm_ = (mem); \
62 if (fm_ != NULL) { \
64 MP_ZERO_BUFFER(fm_, fs_); \
65 MP_FREE(fm_, fs_); \
/dports/math/libtommath/libtommath-1.2.0/
H A Dtommath_private.h52 void* fm_ = (mem); \
53 if (fm_ != NULL) { \
54 MP_ZERO_BUFFER(fm_, fs_); \
55 MP_FREE(fm_, fs_); \
61 void* fm_ = (mem); \
62 if (fm_ != NULL) { \
64 MP_ZERO_BUFFER(fm_, fs_); \
65 MP_FREE(fm_, fs_); \
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/tides/
H A Dcv_scaler.h114 fm_ = (fm_ * 3 + scaled_value) >> 2; in ProcessControlRate()
162 int32_t fm = (fm_ - calibration_data_.fm_offset) * \ in fm()
193 int32_t fm_; variable
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/stc/scintilla/src/
H A DStyle.cxx141 void Style::Copy(Font &font_, const FontMeasurements &fm_) { in Copy() argument
144 font.SetAscent(fm_.ascent); in Copy()
146 (FontMeasurements &)(*this) = fm_; in Copy()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/stc/scintilla/src/
H A DStyle.cxx141 void Style::Copy(Font &font_, const FontMeasurements &fm_) { in Copy() argument
144 font.SetAscent(fm_.ascent); in Copy()
146 (FontMeasurements &)(*this) = fm_; in Copy()
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/src/
H A DStyle.cxx143 void Style::Copy(Font &font_, const FontMeasurements &fm_) { in Copy() argument
146 font.SetAscent(fm_.ascent); in Copy()
148 (FontMeasurements &)(*this) = fm_; in Copy()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DStyle.cxx164 void Style::Copy(Font &font_, const FontMeasurements &fm_) { in Copy() argument
167 font.SetAscent(fm_.ascent); in Copy()
169 (FontMeasurements &)(*this) = fm_; in Copy()
/dports/deskutils/presage/presage-0.9.1/apps/gtk/gprompter/scintilla/src/
H A DStyle.cxx164 void Style::Copy(Font &font_, const FontMeasurements &fm_) { in Copy() argument
167 font.SetAscent(fm_.ascent); in Copy()
169 (FontMeasurements &)(*this) = fm_; in Copy()
/dports/editors/fxite/fxite-FXITE-0_92/fxscintilla/
H A DStyle.cxx160 void Style::Copy(Font &font_, const FontMeasurements &fm_) { in Copy() argument
163 font.SetAscent(fm_.ascent); in Copy()
165 (FontMeasurements &)(*this) = fm_; in Copy()

12345