Home
last modified time | relevance | path

Searched refs:amount_ (Results 1 – 25 of 128) sorted by relevance

123456

/dports/games/freesynd/freesynd-0.7.5/src/
H A Dipastim.cpp45 return dependency_ < amount_ ? amount_ - dependency_: dependency_ - amount_; in getMagnitude()
88 amount_ = amount; in setLevels()
108 if(effect_ > amount_) in processTicks()
112 else if(effect_ < amount_) in processTicks()
121 if(amount_ > dependency_) in processTicks()
123 effect_ = --amount_; in processTicks()
127 effect_ = ++amount_; in processTicks()
136 if (dependency_ > amount_) { in processTicks()
142 if (amount_ < 50) { in processTicks()
143 ++amount_; in processTicks()
[all …]
H A Dipastim.h70 void setAmount(int percentage) { amount_ = percentage; } in setAmount()
72 int getAmount() const { return amount_; } in getAmount()
88 int amount_, dependency_; variable
109 { return amount_ - dependency_ >= 0 ? IPA_boost : IPA_reduce; } in direction()
/dports/misc/qbrew/qbrew-0.4.1/src/
H A Dquantity.cpp87 amount_ = q.amount_; in operator =()
98 return ((amount_ == q.amount_) && in operator ==()
107 amount_ = unit_->convert(amount_, u); in convert()
138 amount_ += q.unit_->convert(q.amount_, *unit_); in operator +=()
147 temp.amount_ += q2.unit_->convert(q2.amount_, *temp.unit_); in operator +()
155 temp.amount_ += d; in operator +()
164 amount_ -= q.unit_->convert(q.amount_, *unit_); in operator -=()
173 temp.amount_ += q2.unit_->convert(q2.amount_, *temp.unit_); in operator -()
181 temp.amount_ -= d; in operator -()
188 temp.amount_ = d - temp.amount_; in operator -()
[all …]
H A Dquantity.h137 double amount_;
292 : amount_(amount), unit_(&unit) { ; } in Quantity()
295 : amount_(0.0), unit_(&generic) { ; } in Quantity()
298 : amount_(0.0), unit_(&defaultunit) { fromQString(from, defaultunit); } in Quantity()
301 : amount_(q.amount_), unit_(q.unit_) { ; } in Quantity()
307 { amount_ += d; return *this; }
313 { amount_ -= d; return *this; }
316 { return amount_; } in amount()
319 { return (unit_->convert(amount_, u)); } in amount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dfilter_operation.cc29 return amount_ == other.amount_ && blur_tile_mode_ == other.blur_tile_mode_; in operator ==()
31 return amount_ == other.amount_ && in operator ==()
39 return shape_ == other.shape_ && amount_ == other.amount_ && in operator ==()
42 return amount_ == other.amount_; in operator ==()
49 amount_(amount), in FilterOperation()
64 amount_(amount), in FilterOperation()
79 amount_(stdDeviation), in FilterOperation()
90 amount_(0), in FilterOperation()
101 amount_(amount), in FilterOperation()
113 amount_(0), in FilterOperation()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dfilter_operation.cc29 return amount_ == other.amount_ && blur_tile_mode_ == other.blur_tile_mode_; in operator ==()
31 return amount_ == other.amount_ && in operator ==()
39 return shape_ == other.shape_ && amount_ == other.amount_ && in operator ==()
42 return amount_ == other.amount_; in operator ==()
49 amount_(amount), in FilterOperation()
64 amount_(amount), in FilterOperation()
79 amount_(stdDeviation), in FilterOperation()
90 amount_(0), in FilterOperation()
101 amount_(amount), in FilterOperation()
113 amount_(0), in FilterOperation()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/commodities/
H A Dquantity.hpp85 Real amount_; member in QuantLib::Quantity
126 : amount_(0.0) {} in Quantity()
132 amount_(amount) {} in Quantity()
143 return amount_; in amount()
149 unitOfMeasure_.rounding()(amount_)); in rounded()
157 return Quantity(commodityType_, unitOfMeasure_, -amount_); in operator -()
161 amount_ *= x; in operator *=()
166 amount_ /= x; in operator /=()
H A Dcommodityunitcost.hpp37 amount_(amount), unitOfMeasure_(unitOfMeasure) {} in CommodityUnitCost()
39 const Money& amount() const { return amount_; } in amount()
43 Money amount_; member in QuantLib::CommodityUnitCost
/dports/finance/beancount/beancount-2.3.3/beancount/core/
H A Damount_test.py130 amount_ = Amount(D('100'), 'CAD')
131 self.assertEqual(Amount(D('-100'), 'CAD'), -amount_)
133 amount_ = Amount(D('-100'), 'CAD')
134 self.assertEqual(Amount(D('100'), 'CAD'), -amount_)
136 amount_ = Amount(D('0'), 'CAD')
137 self.assertEqual(Amount(D('0'), 'CAD'), -amount_)
140 amount_ = Amount(D('100'), 'CAD')
142 amount.mul(amount_, D('1.021')))
145 amount_ = Amount(D('100'), 'CAD')
147 amount.div(amount_, D('5')))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dfilter_operation.h160 : FilterOperation(type), amount_(amount) {}
162 double Amount() const { return amount_; }
170 return amount_ == other->amount_;
173 double amount_;
197 : FilterOperation(type), amount_(amount) {}
199 double Amount() const { return amount_; }
209 return amount_ == other->amount_;
212 double amount_;
/dports/audio/din/din-52/src/factory/
H A Dharmonics.patch.tcl24 global anim harmonics start timenow amount_ amount editor
34 global timenow start duration amount_ harmonics editor not_warned
39 set ai $amount_($i)
41 if $ret {set amount_($i) [* -1 $ai]} ;# flip update direction when beyond; its what we do
64 global max_harmonics amount amount_
66 set amount_($i) $amount
/dports/net/libzmq2/zeromq-2.2.0/src/
H A Dpoller_base.cpp40 void zmq::poller_base_t::adjust_load (int amount_) in adjust_load() argument
42 if (amount_ > 0) in adjust_load()
43 load.add (amount_); in adjust_load()
44 else if (amount_ < 0) in adjust_load()
45 load.sub (-amount_); in adjust_load()
/dports/devel/upp/upp/bazaar/ZMQ/lib/src/
H A Dpoller_base.cpp39 void zmq::poller_base_t::adjust_load (int amount_) in adjust_load() argument
41 if (amount_ > 0) in adjust_load()
42 load.add (amount_); in adjust_load()
43 else if (amount_ < 0) in adjust_load()
44 load.sub (-amount_); in adjust_load()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dfilter_operation.h171 : FilterOperation(type), amount_(amount) {}
173 double Amount() const { return amount_; }
183 return amount_ == other->amount_;
186 double amount_;
210 : FilterOperation(type), amount_(amount) {}
212 double Amount() const { return amount_; }
224 return amount_ == other->amount_;
227 double amount_;
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/rings/dsp/fx/
H A Dchorus.h59 float dry_amount = 1.0f - amount_ * 0.5f; in Process()
85 *left = wet * amount_ + *left * dry_amount; in Process()
90 *right = wet * amount_ + *right * dry_amount; in Process()
97 amount_ = amount; in set_amount()
108 float amount_; variable
H A Densemble.h60 float dry_amount = 1.0f - amount_ * 0.5f; in Process()
99 *left = wet * amount_ + *left * dry_amount; in Process()
105 *right = wet * amount_ + *right * dry_amount; in Process()
112 amount_ = amount; in set_amount()
123 float amount_; variable
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/rings/dsp/fx/
H A Dchorus.h59 float dry_amount = 1.0f - amount_ * 0.5f; in Process()
85 *left = wet * amount_ + *left * dry_amount; in Process()
90 *right = wet * amount_ + *right * dry_amount; in Process()
97 amount_ = amount; in set_amount()
108 float amount_; variable
H A Densemble.h60 float dry_amount = 1.0f - amount_ * 0.5f; in Process()
99 *left = wet * amount_ + *left * dry_amount; in Process()
105 *right = wet * amount_ + *right * dry_amount; in Process()
112 amount_ = amount; in set_amount()
123 float amount_; variable
/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dpoller_base.cpp46 void zmq::poller_base_t::adjust_load (int amount_) in adjust_load() argument
48 if (amount_ > 0) in adjust_load()
49 _load.add (amount_); in adjust_load()
50 else if (amount_ < 0) in adjust_load()
51 _load.sub (-amount_); in adjust_load()
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dpoller_base.cpp46 void zmq::poller_base_t::adjust_load (int amount_) in adjust_load() argument
48 if (amount_ > 0) in adjust_load()
49 _load.add (amount_); in adjust_load()
50 else if (amount_ < 0) in adjust_load()
51 _load.sub (-amount_); in adjust_load()
/dports/finance/quantlib/QuantLib-1.20/ql/cashflows/
H A Ddividend.hpp62 : Dividend(date), amount_(amount) {} in FixedDividend()
65 virtual Real amount() const { return amount_; } in amount()
66 virtual Real amount(Real) const { return amount_; } in amount()
69 Real amount_; member in QuantLib::FixedDividend
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/examples/cxx/parser/multiroot/
H A Dprotocol.hxx46 : request (account), amount_ (amount) in withdraw()
53 return amount_; in amount()
57 unsigned int amount_; member in protocol::withdraw
/dports/games/scorched3d/scorched/src/common/simactions/
H A DAdminSimAction.cpp36 type_(type), playerId_(playerId), amount_(amount) in AdminSimAction()
41 type_(eChangeName), playerId_(playerId), amount_(0), newName_(newName) in AdminSimAction()
77 buffer.addToBuffer(amount_); in writeMessage()
88 if (!reader.getFromBuffer(amount_)) return false; in readMessage()
141 targetTank->getLife().getLife() - amount_); in slap()
/dports/devel/libxs/libxs-1.2.0/src/
H A Dio_thread.cpp90 void xs::io_thread_t::adjust_load (int amount_) in adjust_load() argument
92 if (amount_ > 0) in adjust_load()
93 load.add (amount_); in adjust_load()
94 else if (amount_ < 0) in adjust_load()
95 load.sub (-amount_); in adjust_load()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/clouds/dsp/fx/
H A Ddiffuser.h80 in_out->l += amount_ * (wet - in_out->l); in Process()
92 in_out->r += amount_ * (wet - in_out->r); in Process()
99 amount_ = amount; in set_amount()
106 float amount_; variable

123456