Home
last modified time | relevance | path

Searched refs:patch_ (Results 1 – 25 of 115) sorted by relevance

12345

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/elements/dsp/
H A Dpart.cc40 patch_.exciter_bow_level = 0.0f; in Init()
41 patch_.exciter_bow_timbre = 0.5f; in Init()
43 patch_.exciter_blow_meta = 0.5f; in Init()
48 patch_.exciter_signature = 0.0f; in Init()
56 patch_.reverb_lp = 0.7f; in Init()
57 patch_.space = 0.5f; in Init()
107 patch_.exciter_signature = x; in Seed()
150 float space = patch_.space >= 1.0f ? 1.0f : patch_.space; in Process()
163 patch_, in Process()
184 patch_, in Process()
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/
H A Dpatch_builder.h51 return patch_.dump(); in ToString()
69 patch_[field_name] = rhs; in AddStringField()
154 patch_[field_name] = builder.patch_; in AddSubPatch()
167 patch_[field_name] = v; in SetStringField()
172 patch_[field_name] = v; in SetBoolField()
177 patch_[field_name] = v; in SetIntField()
182 patch_[field_name] = v; in SetIntField()
187 patch_[field_name] = v; in SetIntField()
192 patch_[field_name] = v; in SetIntField()
198 patch_[field_name] = v; in SetArrayField()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/plaits/
H A Dui.cc46 patch_ = patch; in Init()
108 patch_->engine = state.engine; in LoadState()
116 state->engine = patch_->engine; in SaveState()
145 patch_->engine & 7, in UpdateLEDs()
155 ? patch_->lpg_colour in UpdateLEDs()
156 : patch_->decay; in UpdateLEDs()
286 patch_->engine = patch_->engine & 7; in ReadSwitches()
288 patch_->engine = (patch_->engine + 1) % 8; in ReadSwitches()
296 patch_->engine = (patch_->engine & 7) + 8; in ReadSwitches()
298 patch_->engine = 8 + ((patch_->engine + 1) % 8); in ReadSwitches()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/plaits/
H A Dui.cc46 patch_ = patch; in Init()
108 patch_->engine = state.engine; in LoadState()
116 state->engine = patch_->engine; in SaveState()
145 patch_->engine & 7, in UpdateLEDs()
155 ? patch_->lpg_colour in UpdateLEDs()
156 : patch_->decay; in UpdateLEDs()
286 patch_->engine = patch_->engine & 7; in ReadSwitches()
288 patch_->engine = (patch_->engine + 1) % 8; in ReadSwitches()
296 patch_->engine = (patch_->engine & 7) + 8; in ReadSwitches()
298 patch_->engine = 8 + ((patch_->engine + 1) % 8); in ReadSwitches()
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/
H A Dpatch_builder.cc36 return patch_.dump(); in ToString()
49 patch_[field_name] = rhs; in AddStringField()
54 patch_[field_name] = rhs; in AddBoolField()
75 patch_[field_name] = builder.patch_; in AddSubPatch()
81 patch_[field_name] = v; in SetStringField()
87 patch_[field_name] = v; in SetIntField()
91 patch_[field_name] = v; in SetIntField()
95 patch_[field_name] = v; in SetIntField()
99 patch_[field_name] = v; in SetIntField()
104 patch_[field_name] = v; in SetArrayField()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/elements/dsp/
H A Dpart.cc61 patch_ = kInitPatch; in Init()
101 patch_.reverb_diffusion = 0.55f + 0.15f * x; in Seed()
105 patch_.reverb_lp = 0.7f + 0.2f * x; in Seed()
109 patch_.exciter_signature = x; in Seed()
152 float space = patch_.space >= 1.0f ? 1.0f : patch_.space; in Process()
165 patch_, in Process()
186 patch_, in Process()
229 float l = (patch_.exciter_blow_level + patch_.exciter_strike_level) * 0.5f; in Process()
241 reverb_.set_diffusion(patch_.reverb_diffusion); in Process()
242 bool freeze = patch_.space >= 1.75f; in Process()
[all …]
H A Dpart.h67 inline Patch* mutable_patch() { return &patch_; } in mutable_patch()
83 Patch patch_;
/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dlilypond-version.cc34 patch_ = patch; in Lilypond_version()
41 patch_ = 0; in Lilypond_version()
58 patch_ = std::stoi (version[2]); in Lilypond_version()
78 + "." + std::to_string (patch_); in to_string()
95 if (a.patch_ != b.patch_) in compare()
96 return a.patch_ > b.patch_ ? 1 : -1; in compare()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dlilypond-version.cc33 patch_ = patch; in Lilypond_version()
40 patch_ = 0; in Lilypond_version()
57 patch_ = String_convert::dec2int (version[2]); in Lilypond_version()
77 + "." + std::to_string (patch_); in to_string()
94 if (a.patch_ != b.patch_) in compare()
95 return a.patch_ > b.patch_ ? 1 : -1; in compare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dversion.cc17 : major_(major), minor_(minor), patch_(patch) {} in Version()
48 other.patch_ == patch_; in operator ==()
52 return std::tie(major_, minor_, patch_) < in operator <()
53 std::tie(other.major_, other.minor_, other.patch_); in operator <()
78 ret += base::IntToString(patch_); in Describe()
H A Dversion.h20 int gpatch() const { return patch_; } in gpatch()
34 int patch_; variable
/dports/devel/gn/gn-1962/src/gn/
H A Dversion.cc17 : major_(major), minor_(minor), patch_(patch) {}
48 other.patch_ == patch_;
52 return std::tie(major_, minor_, patch_) <
53 std::tie(other.major_, other.minor_, other.patch_);
78 ret += base::IntToString(patch_);
H A Dversion.h27 int patch() const { return patch_; } in TEST()
41 int patch_; in TEST()
/dports/games/freedoko/FreeDoko_0.7.19/src/utils/
H A Dversion.cpp194 patch_(patch) in Version()
230 patch_(patch), in Version()
306 patch_(patch), in Version()
357 if (this->patch_ != '\0') in number_to_string()
358 ostr << this->patch_; in number_to_string()
419 && (v1.patch_ == v2.patch_) in operator ==()
455 if (v1.patch_ < v2.patch_) in operator <()
457 if (v1.patch_ > v2.patch_) in operator <()
/dports/math/tblis/tblis-1.2.0/src/matrix/
H A Dindexed_patch_block_scatter_matrix.hpp29 std::array<unsigned, 2> patch_ = {}; member in tblis::indexed_patch_block_scatter_matrix
228 swap(patch_[0], patch_[1]); in transpose()
241 auto& patch = patches_[patch_[0]][patch_[1]]; in block()
260 … data += indices_[dim][index_[dim]][i]*idx_strides_[dim][patch_[0]][patch_[1]][i]; in block()
268 auto patch = [&]{ return patches_[patch_[0]][patch_[1]]; }; in shift()
277 if (patch_[dim]-- == 0) in shift()
280 patch_[dim] = patches_.length(dim)-1; in shift()
291 if (++patch_[dim] == patches_.length(dim)) in shift()
294 patch_[dim] = 0; in shift()
322 unsigned m_patch = patch_[ trans]; in pack()
[all …]
H A Dpatch_block_scatter_matrix.hpp31 std::array<unsigned, 2> patch_ = {}; member in tblis::patch_block_scatter_matrix
242 swap(patch_[0], patch_[1]); in transpose()
251 auto& patch = patches_[patch_[0]][patch_[1]]; in block()
272 auto patch = [&]{ return patches_[patch_[0]][patch_[1]]; }; in shift()
279 TBLIS_ASSERT(patch_[dim] > 0); in shift()
280 patch_[dim]--; in shift()
288 patch_[dim]++; in shift()
289 TBLIS_ASSERT(patch_[dim] <= patches_.length(dim)); in shift()
290 TBLIS_ASSERT(patch_[dim] < patches_.length(dim) || n == 0); in shift()
312 unsigned m_patch = patch_[ trans]; in pack()
[all …]
/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DVersion.cpp23 major_ = minor_ = patch_ = 0; in Version()
38 patch_ = split.at(2).toShort(); in Version()
64 return patch_; in getPatch()
69 patch_ = val; in setPatch()
H A DVersion.h25 …(short major = 0, short minor = 0, short patch = 0): major_(major), minor_(minor), patch_(patch) {} in major_()
47 short major_, minor_, patch_;
/dports/security/helib/HElib-1.3.1/include/helib/
H A Dversion.in.h57 long patch_ = 0)
59 if (major_ < 0 || minor_ < 0 || patch_ < 0)
61 long min_version = (((major_ << 8) ^ minor_) << 8) ^ patch_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/utils/
H A Dversion.h24 static int GetPatch() { return patch_; } in GetPatch()
29 base::hash_combine(major_, minor_, build_, patch_)); in Hash()
45 static int patch_; variable
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dversion.h24 static int GetPatch() { return patch_; } in GetPatch()
29 base::hash_combine(major_, minor_, build_, patch_)); in Hash()
45 static int patch_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/utils/
H A Dversion.h24 static int GetPatch() { return patch_; } in GetPatch()
29 base::hash_combine(major_, minor_, build_, patch_)); in Hash()
45 static int patch_; variable
/dports/lang/v8/v8-9.6.180.12/src/utils/
H A Dversion.h27 static int GetPatch() { return patch_; } in GetPatch()
32 base::hash_combine(major_, minor_, build_, patch_)); in Hash()
48 static int patch_; variable
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Dsemver.cpp131 void SemanticVersion::setPatch(uint32_t patch) { patch_ = patch; } in setPatch()
134 std::string result = fmt::format("{0}.{1}.{2}", major_, minor_, patch_); in toString()
161 uint32_t SemanticVersion::patch() const { return patch_; } in patch()
244 if (patch_ != other.patch_) { in compare()
245 return patch_ - other.patch_; in compare()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/libdm/include/libdm/
H A Ddm_target.h31 DmTargetTypeInfo() : major_(0), minor_(0), patch_(0) {} in DmTargetTypeInfo()
36 patch_(info->version[2]) {} in DmTargetTypeInfo()
40 return std::to_string(major_) + "." + std::to_string(minor_) + "." + std::to_string(patch_); in version()
45 uint32_t patch_level() const { return patch_; } in patch_level()
52 return patch_ >= patch; in IsAtLeast()
59 uint32_t patch_; variable

12345