Home
last modified time | relevance | path

Searched refs:_bound (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/
H A DProperty.cpp100 switch (_bound.which()) in getValue()
103 return boost::get<as_value>(_bound); in getValue()
106 const GetterSetter& a = boost::get<const GetterSetter>(_bound); in getValue()
115 _bound = ret; in getValue()
129 return boost::apply_visitor(GetCache(), _bound); in getCache()
138 _bound = value; in setValue()
144 switch (_bound.which()) { in setValue()
146 _bound = value; in setValue()
152 _bound = value; in setValue()
155 GetterSetter& a = boost::get<GetterSetter>(_bound); in setValue()
[all …]
H A DProperty.h295 _bound(value), in Property()
305 _bound(GetterSetter(getter, setter)), in _bound() function
315 _bound(GetterSetter(getter, setter)), in _bound() function
378 return _bound.type() == typeid(GetterSetter); in isGetterSetter()
391 return boost::apply_visitor(SetReachable(), _bound); in setReachable()
400 mutable BoundType _bound; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/vkeybd/
H A Dpolygon.h40 _bound.extend(Rect(p[i].x, p[i].y, p[i].x, p[i].y)); in Polygon()
51 _bound.extend(Rect(p.x, p.y, p.x, p.y)); in addPoint()
82 int16 dx = x - ((_bound.right + _bound.left) / 2); in moveTo()
83 int16 dy = y - ((_bound.bottom + _bound.top) / 2); in moveTo()
100 return _bound; in getBoundingRect()
105 Rect _bound; member
/dports/games/residualvm/residualvm-0.3.1/backends/vkeybd/
H A Dpolygon.h40 _bound.extend(Rect(p[i].x, p[i].y, p[i].x, p[i].y)); in Polygon()
51 _bound.extend(Rect(p.x, p.y, p.x, p.y)); in addPoint()
82 int16 dx = x - ((_bound.right + _bound.left) / 2); in moveTo()
83 int16 dy = y - ((_bound.bottom + _bound.top) / 2); in moveTo()
100 return _bound; in getBoundingRect()
105 Rect _bound; member
/dports/games/scummvm/scummvm-2.5.1/backends/vkeybd/
H A Dpolygon.h40 _bound.extend(Rect(p[i].x, p[i].y, p[i].x, p[i].y)); in Polygon()
51 _bound.extend(Rect(p.x, p.y, p.x, p.y)); in addPoint()
82 int16 dx = x - ((_bound.right + _bound.left) / 2); in moveTo()
83 int16 dy = y - ((_bound.bottom + _bound.top) / 2); in moveTo()
100 return _bound; in getBoundingRect()
105 Rect _bound; member
/dports/math/clingo/clingo-5.5.1/examples/clingo/multishot/
H A Dopt.py20 _bound: Optional[int]
23 self._bound = None
26 self._bound = 0
30 self._bound += atom.arguments[0].number
45 print("Found new bound: {}".format(self._bound))
46 ctl.ground([("bound", [Number(cast(int, self._bound))])])
48 if self._bound is not None:
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/image/
H A DGaussianFilter.h45 int _bound; variable
91 return _bound; in getBound()
133 for (int i = -_bound; i <= _bound; ++i) { in getSmoothedPixel()
137 for (int j = -_bound; j <= _bound; ++j) { in getSmoothedPixel()
H A DGaussianFilter.cpp39 _bound = iBrother._bound; in GaussianFilter()
49 _bound = iBrother._bound; in operator =()
83 _bound = _storedMaskSize - 1; in computeMask()
/dports/math/linbox/linbox-1.6.3/linbox/ring/modular/
H A Dmodular-balanced-double.h75 …_y(0.) , _bound( (double) ((1ULL << 53) - (unsigned long) (field().characteristic()*field().charac… in FieldAXPY()
80 _y(faxpy._y), _bound(faxpy._bound) in FieldAXPY()
87 _bound= faxpy._bound;
101 if (_y > _bound) in accumulate()
131 if (_y > _bound) in set()
142 double _bound; variable
150 double _bound;
157 …VectorDomainBase<Givaro::ModularBalanced<double> > (F), _bound( (double) ( (1ULL<<53) - (unsigned … in DotProductDomain()
H A Dmodular-balanced-float.h73 …_y(0.) , _bound( (Element) (((1UL << 24) - (unsigned long) (field().characteristic()*field().chara… in FieldAXPY()
78 _y(faxpy._y), _bound(faxpy._bound) in FieldAXPY()
84 _bound= faxpy._bound;
96 if (_y > _bound) in accumulate()
125 if (_y > _bound) in set()
136 Element _bound; variable
146 …VectorDomainBase<Givaro::ModularBalanced<Element> > (F), _bound( (Element) ( (1UL<<24) - (unsigned… in DotProductDomain()
211 Element _bound;
H A Dmodular-double.h72 …_y(0.) , _bound( (double) ((1_i64 << 53) - (uint64_t) (field().characteristic()*field().characteri… in FieldAXPY()
77 _y(faxpy._y), _bound(faxpy._bound) in FieldAXPY()
86 _bound= faxpy._bound;
101 if (_y > _bound) in accumulate()
136 if (_y > _bound) in set()
149 double _bound; variable
H A Dmodular-float.h70 …_y(0.) , _bound( (float) ( (1_i32 << 23) - (uint32_t) (field().characteristic()*field().characteri… in FieldAXPY()
75 _y(faxpy._y), _bound(faxpy._bound) in FieldAXPY()
87 if (_y > _bound) in accumulate()
117 float _bound; variable
124 float _bound;
132 , _bound( (float) ( (1<<23) - (uint32_t) (F.characteristic()*F.characteristic()))) in DotProductDomain()
/dports/math/z3/z3-z3-4.8.13/src/math/simplex/
H A Dsimplex.cpp46 auto const& _bound = S.get_lower(i); in ensure_rational_solution() local
47 inf_rational bound(rational(_bound.first), rational(_bound.second)); in ensure_rational_solution()
51 auto const& _bound = S.get_upper(i); in ensure_rational_solution() local
52 inf_rational bound(rational(_bound.first), rational(_bound.second)); in ensure_rational_solution()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/math/simplex/
H A Dsimplex.cpp46 auto const& _bound = S.get_lower(i);
47 inf_rational bound(rational(_bound.first), rational(_bound.second));
51 auto const& _bound = S.get_upper(i);
52 inf_rational bound(rational(_bound.first), rational(_bound.second));
/dports/www/kohana/kohana-v3.3.6/system/classes/Kohana/
H A DValidation.php25 protected $_bound = array(); variable in Kohana_Validation
265 $this->_bound[$name] = $value;
270 $this->_bound[$key] = $value;
356 if (is_string($param) AND array_key_exists($param, $this->_bound))
359 $params[$key] = $this->_bound[$param];
369 if (is_string($rule[0]) AND array_key_exists($rule[0], $this->_bound))
372 $rule[0] = $this->_bound[$rule[0]];
434 unset($this->_bound[':validation']);
435 unset($this->_bound[':data']);
436 unset($this->_bound[':field']);
[all …]
/dports/devel/py-curio/curio-1.5/examples/
H A Dboundsema.py12 self._bound = value
17 return self._bound
20 if self._value >= self._bound:
/dports/devel/poco/poco-1.10.1-all/Data/include/Poco/Data/
H A DBulkBinding.h45 _bound(false) in AbstractBinding()
69 return !_bound; in canBind()
76 _bound = true; in bind()
81 _bound = false; in reset()
87 bool _bound; variable
H A DBinding.h64 _bound(false) in AbstractBinding()
87 return !_bound; in canBind()
94 _bound = true; in bind()
99 _bound = false; in reset()
107 bool _bound; variable
134 _bound(false) in AbstractBinding()
164 _bound = true; in bind()
178 bool _bound; variable
197 _bound(false) in AbstractBinding()
226 _bound = true; in bind()
[all …]
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/basics/
H A Dpattern.h213 #define FOREACH_NOTE_CST_IT_BOUND(_notes,_it,_bound) \ argument
214 …Pattern::notes_cst_it_t (_it)=(_notes)->lower_bound((_bound)); (_it)!=(_notes)->upper_bound((_boun…
219 #define FOREACH_NOTE_IT_BOUND(_notes,_it,_bound) \ argument
220 …or( Pattern::notes_it_t (_it)=(_notes)->lower_bound((_bound)); (_it)!=(_notes)->upper_bound((_boun…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/Filter/
H A DDataExpression.cs17 private bool _bound = false; field in System.Data.DataExpression
53 _bound = false; in DataExpression()
96 _bound = true; in Bind()
122 if (!_bound) in Evaluate()
162 if (!_bound) in Evaluate()
/dports/net/freeradius3/freeradius-server-3.0.25/src/include/
H A Dconffile.h153 … FR_INTEGER_BOUND_CHECK(_name, _var, _op, _bound) FR_INTEGER_COND_CHECK(_name, _var, (_var _op _bo… argument
157 struct timeval _bound = {_bound_sec, _bound_usec};\
158 if (!timercmp(_var, &_bound, _op)) {\
161 (int)_bound.tv_sec, (int)_bound.tv_usec);\
162 *_var = _bound;\
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/py_vulcanize/
H A Dfake_fs.py34 self._bound = False
50 assert not self._bound
57 self._bound = True
60 assert self._bound
67 self._bound = False
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/py_vulcanize/
H A Dfake_fs.py34 self._bound = False
50 assert not self._bound
57 self._bound = True
60 assert self._bound
67 self._bound = False
/dports/www/phpmyfaq/phpmyfaq/src/libs/swiftmailer/swiftmailer/lib/classes/Swift/Signers/
H A DDomainKeySigner.php110 private $_bound = array(); variable in Swift_Signers_DomainKeySigner
177 foreach ($this->_bound as $is) {
210 $this->_bound[] = $is;
228 foreach ($this->_bound as $k => $stream) {
230 unset($this->_bound[$k]);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Signers/
H A DDomainKeySigner.php110 private $_bound = array(); variable in Swift_Signers_DomainKeySigner
177 foreach ($this->_bound as $is) {
210 $this->_bound[] = $is;
228 foreach ($this->_bound as $k => $stream) {
230 unset($this->_bound[$k]);

12345678910>>...12