Home
last modified time | relevance | path

Searched refs:_weight (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/dports/math/dune-geometry/dune-geometry-e7bfb66e48496aa28e47974c33ea9a4579bf723b/dune/geometry/quadraturerules/
H A Djacobi2quadrature.hh74 _weight.resize(1); in init()
84 _weight.resize(2); in init()
96 _weight.resize(3); in init()
110 _weight.resize(4); in init()
126 _weight.resize(5); in init()
144 _weight.resize(6); in init()
164 _weight.resize(7); in init()
186 _weight.resize(8); in init()
210 _weight.resize(9); in init()
236 _weight.resize(10); in init()
[all …]
H A Djacobi1quadrature.hh74 _weight.resize(1); in init()
76 _weight[0] = 1.0; in init()
84 _weight.resize(2); in init()
96 _weight.resize(3); in init()
110 _weight.resize(4); in init()
126 _weight.resize(5); in init()
144 _weight.resize(6); in init()
164 _weight.resize(7); in init()
186 _weight.resize(8); in init()
210 _weight.resize(9); in init()
[all …]
H A Dgaussquadrature.hh74 _weight.resize(1); in init()
76 _weight[0] = 1.0; in init()
84 _weight.resize(2); in init()
86 _weight[0] = 0.5; in init()
88 _weight[1] = 0.5; in init()
96 _weight.resize(3); in init()
110 _weight.resize(4); in init()
126 _weight.resize(5); in init()
144 _weight.resize(6); in init()
164 _weight.resize(7); in init()
[all …]
H A Dgausslobattoquadrature.hh74 _weight.resize(2); in init()
76 _weight[0] = 0.5; in init()
78 _weight[1] = 0.5; in init()
86 _weight.resize(3); in init()
100 _weight.resize(4); in init()
116 _weight.resize(5); in init()
118 _weight[0] = 0.05; in init()
120 _weight[1] = 0.05; in init()
134 _weight.resize(6); in init()
154 _weight.resize(7); in init()
[all …]
H A Dgaussradauleftquadrature.hh72 _weight.resize(1); in init()
74 _weight[0] = 1.0; in init()
82 _weight.resize(2); in init()
84 _weight[0] = 0.25; in init()
86 _weight[1] = 0.75; in init()
94 _weight.resize(3); in init()
108 _weight.resize(4); in init()
124 _weight.resize(5); in init()
142 _weight.resize(6); in init()
162 _weight.resize(7); in init()
[all …]
H A Dgaussradaurightquadrature.hh72 _weight.resize(1); in init()
74 _weight[0] = 1.0; in init()
82 _weight.resize(2); in init()
84 _weight[0] = 0.25; in init()
86 _weight[1] = 0.75; in init()
94 _weight.resize(3); in init()
108 _weight.resize(4); in init()
124 _weight.resize(5); in init()
142 _weight.resize(6); in init()
162 _weight.resize(7); in init()
[all …]
/dports/misc/crosti/crosti-1.14.0_2/src/usrhcpp/
H A Dimagefilter.cpp58 qreal w = _weight.at(k); in filter()
301 for(int i=0;i<_weight.size();i++)_div+=_weight.at(i); in setDiv()
308 _weight.clear(); in setWeight()
318 _weight.append(0); in setWeight()
327 _weight.append(1); in setWeight()
329 _weight.append(0); in setWeight()
331 _weight.append(1); in setWeight()
338 _weight.append(1); in setWeight()
340 _weight.append(0); in setWeight()
351 _weight.append(1); in setWeight()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/fts/
H A Dfts_element_iterator_test.cpp74 ASSERT_EQUALS(10, val._weight); in TEST()
80 ASSERT_EQUALS(5, val._weight); in TEST()
106 ASSERT_EQUALS(1, val._weight); in TEST()
112 ASSERT_EQUALS(1, val._weight); in TEST()
118 ASSERT_EQUALS(1, val._weight); in TEST()
124 ASSERT_EQUALS(1, val._weight); in TEST()
159 ASSERT_EQUALS(5, val._weight); in TEST()
165 ASSERT_EQUALS(5, val._weight); in TEST()
171 ASSERT_EQUALS(5, val._weight); in TEST()
196 ASSERT_EQUALS(5, val._weight); in TEST()
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/private/
H A Dlvfontdef.cpp23 bool weight_match = (_weight == -1 || def._weight == -1) ? true in CalcDuplicateMatch()
24 : (def._weight == _weight); in CalcDuplicateMatch()
42 int weight_diff = def._weight - _weight; in CalcMatch()
47 int weight_match = (_weight == -1 || def._weight == -1) ? 256 in CalcMatch()
84 if ( _weight & 1) { // 'this' is an instantiated fake bold font in CalcMatch()
122 int weight_match = (_weight == -1) ? 256 : (256 - _weight * 256 / 800); in CalcFallbackMatch()
H A Dlvfontdef.h30 int _weight; variable
45 …: _size(size), _weight(weight), _italic(italic), _features(features), _family(family), _typeface(t… in _size()
50 …: _size(def._size), _weight(def._weight), _italic(def._italic), _features(def._features), _family(… in LVFontDef()
58 && (_weight == def._weight || _weight == -1 || def._weight == -1)
69 …return (((((_size * 31) + _weight)*31 + _italic)*31 + _features)*31+ _family)*31 + _name.getHash(… in getHash()
85 int getWeight() const { return _weight; } in getWeight()
87 void setWeight(int weight) { _weight = weight; } in setWeight()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dgomory_hu.h94 if (!_weight) { in createStructures()
106 if (_weight) { in destroyStructures()
107 delete _weight; in destroyStructures() local
123 _pred(0), _weight(0), _order(0) in GomoryHu()
165 (*_weight)[n] = fa.flowValue(); in start()
175 (*_weight)[n] = (*_weight)[pn]; in start()
241 return (*_weight)[node]; in predValue()
269 if ((*_weight)[tn] <= value) value = (*_weight)[tn]; in minCutValue()
272 if ((*_weight)[sn] <= value) value = (*_weight)[sn]; in minCutValue()
311 value = (*_weight)[tn]; in minCutMap()
[all …]
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/impl/parallel/
H A Dgitter_pll_ldb.h40 int _weight; variable
302 return _weight; in weight()
333 os.readObject ( _weight ); in readFromStream()
342 os.writeObject (_weight); in writeToStream()
354 : _index (i), _weight (w) in GraphVertex()
359 alugrid_assert ( _weight > 0 ); in GraphVertex()
363 : _index (i), _weight (w) in GraphVertex()
372 : _index (i), _weight (1) in GraphVertex()
386 return _weight; in weight()
414 os.readObject (_weight); in readFromStream()
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dgomory_hu.h94 if (!_weight) { in createStructures()
106 if (_weight) { in destroyStructures()
107 delete _weight; in destroyStructures() local
123 _pred(0), _weight(0), _order(0) in GomoryHu()
165 (*_weight)[n] = fa.flowValue(); in start()
175 (*_weight)[n] = (*_weight)[pn]; in start()
241 return (*_weight)[node]; in predValue()
269 if ((*_weight)[tn] <= value) value = (*_weight)[tn]; in minCutValue()
272 if ((*_weight)[sn] <= value) value = (*_weight)[sn]; in minCutValue()
311 value = (*_weight)[tn]; in minCutMap()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dgomory_hu.h94 if (!_weight) { in createStructures()
106 if (_weight) { in destroyStructures()
107 delete _weight; in destroyStructures() local
123 _pred(0), _weight(0), _order(0) in GomoryHu()
165 (*_weight)[n] = fa.flowValue(); in start()
175 (*_weight)[n] = (*_weight)[pn]; in start()
241 return (*_weight)[node]; in predValue()
269 if ((*_weight)[tn] <= value) value = (*_weight)[tn]; in minCutValue()
272 if ((*_weight)[sn] <= value) value = (*_weight)[sn]; in minCutValue()
311 value = (*_weight)[tn]; in minCutMap()
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tools/
H A DIKTask.cpp44 _weight(_weightProp.getValueDbl()) in IKTask()
47 _weight = 0; in IKTask()
58 _weight(_weightProp.getValueDbl()) in IKTask()
61 _weight = aIKTask._weight; in IKTask()
93 _weight = aIKTask._weight; in operator =()
/dports/devel/py-dynrules/dynrules-0.1.0/cplusplus/src/
H A DRule.cpp16 _weight(0.f), in Rule()
24 _weight(0.f), in Rule()
32 _weight(0.f), in Rule()
40 _weight(weight), in Rule()
48 _weight(weight), in Rule()
60 return this->_weight; in getWeight()
65 this->_weight = weight; in setWeight()
H A DRuleSet.cpp18 _weight(0), in RuleSet()
26 _weight(0), in RuleSet()
65 return this->_weight; in getWeight()
83 this->_weight += rule->getWeight (); in addRule()
104 this->_weight -= (*iter)->getWeight (); in removeRule()
121 this->_weight = 0.f; in clear()
176 this->_weight = totweight; in updateWeights()
186 this->_weight = totweight; in updateWeights()
/dports/graphics/opencv/opencv-4.5.3/modules/video/src/opencl/
H A Dbgfg_mog2.cl79 __global float* _weight = (__global float*)(weight);
87 float c_weight = mad(alpha1, _weight[mode_idx], prune);
111 if (c_weight < _weight[prev_idx])
114 _weight[mode_idx] = _weight[prev_idx];
166 _weight[mode_idx] = 1.f;
169 _weight[mode_idx] = alphaT;
172 _weight[i] *= alpha1;
178 if (alphaT < _weight[prev_idx])
181 _weight[mode_idx] = _weight[prev_idx];
222 tWeight += _weight[mode_idx];
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgAnimation/
H A DActionBlendOut.cpp19 ActionBlendOut::ActionBlendOut() : _weight(0) {} in ActionBlendOut()
22 _weight = a._weight; in ActionBlendOut()
31 _weight = 1.0; in ActionBlendOut()
38 double w = _weight * (1.0-ratio); in computeWeight()
H A DActionBlendIn.cpp19 ActionBlendIn::ActionBlendIn() : _weight(0) {} in ActionAnimation()
22 _weight = a._weight; in ActionAnimation()
29 _weight = weight; in updateAnimation()
41 double w = _weight * ratio;
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgAnimation/
H A DActionBlendOut.cpp19 ActionBlendOut::ActionBlendOut() : _weight(0) {} in ActionBlendOut()
22 _weight = a._weight; in ActionBlendOut()
31 _weight = 1.0; in ActionBlendOut()
38 double w = _weight * (1.0-ratio); in computeWeight()
H A DActionBlendIn.cpp19 ActionBlendIn::ActionBlendIn() : _weight(0) {} in ActionBlendIn()
22 _weight = a._weight; in ActionBlendIn()
29 _weight = weight; in ActionBlendIn()
41 double w = _weight * ratio; in computeWeight()
/dports/math/ignition-math/ignitionrobotics-ign-math-46f3dd24499c/include/ignition/math/graph/
H A DEdge.hh52 const double _weight = 1) in EdgeInitializer()
55 weight(_weight) in EdgeInitializer()
82 const double _weight, in Edge() argument
87 weight(_weight) in Edge()
216 const double _weight, in UndirectedEdge() argument
218 : Edge<E>(_vertices, _data, _weight, _id) in UndirectedEdge()
279 const double _weight, in DirectedEdge() argument
281 : Edge<E>(_vertices, _data, _weight, _id) in DirectedEdge()
/dports/x11-themes/gtk3-oxygen-engine/oxygen-gtk3-1.4.1/src/
H A Doxygenfontinfo.cpp85 if( weight < Normal ) out._weight = Light; in fromKdeOption()
86 else if( weight < DemiBold ) out._weight = Normal; in fromKdeOption()
87 else if( weight < Bold ) out._weight = DemiBold; in fromKdeOption()
88 else if( weight < Black ) out._weight = Bold; in fromKdeOption()
89 else out._weight = Black; in fromKdeOption()
119 switch( _weight ) in weightString()
/dports/x11-themes/gtk-oxygen-engine/oxygen-gtk2-1.4.6/src/
H A Doxygenfontinfo.cpp85 if( weight < Normal ) out._weight = Light; in fromKdeOption()
86 else if( weight < DemiBold ) out._weight = Normal; in fromKdeOption()
87 else if( weight < Bold ) out._weight = DemiBold; in fromKdeOption()
88 else if( weight < Black ) out._weight = Bold; in fromKdeOption()
89 else out._weight = Black; in fromKdeOption()
119 switch( _weight ) in weightString()

12345678910>>...26