Home
last modified time | relevance | path

Searched refs:m_weight (Results 1 – 25 of 518) sorted by relevance

12345678910>>...21

/dports/science/pagmo2/pagmo2-2.18.0/src/topologies/
H A Dring.cpp48 ring::ring() : m_weight(1) {} in ring()
51 ring::ring(double w) : m_weight(w) in ring()
90 add_edge(0, 1, m_weight); in push_back()
91 add_edge(1, 0, m_weight); in push_back()
96 add_edge(1, 2, m_weight); in push_back()
97 add_edge(2, 1, m_weight); in push_back()
98 add_edge(2, 0, m_weight); in push_back()
99 add_edge(0, 2, m_weight); in push_back()
110 add_edge(0, size - 1u, m_weight); in push_back()
111 add_edge(size - 1u, 0, m_weight); in push_back()
[all …]
H A Dfully_connected.cpp63 fully_connected::fully_connected(std::size_t n, double w) : m_weight(w), m_num_vertices(n) in fully_connected()
65 detail::topology_check_edge_weight(m_weight); in fully_connected()
70 : m_weight(other.m_weight), m_num_vertices(other.m_num_vertices.load(std::memory_order_relaxed)) in fully_connected()
113 …al.second.resize(boost::numeric_cast<decltype(retval.second.size())>(num_vertices - 1u), m_weight); in get_connections()
125 const auto w = m_weight; in to_bgl()
171 + "\n\tEdges' weight: " + std::to_string(m_weight) + "\n"; in get_extra_info()
177 return m_weight; in get_weight()
190 detail::archive(ar, m_weight, m_num_vertices.load(std::memory_order_relaxed)); in save()
198 ar >> m_weight; in load()
/dports/science/ALPSCore/ALPSCore-2.2.0/accumulators/include/alps/accumulators/feature/
H A Dweight_holder.hpp42 … Accumulator(Accumulator const & arg): B(arg), m_owner(arg.m_owner), m_weight(arg.m_weight) {} in Accumulator()
50 return m_weight.get(); in weight()
79 m_weight->print(os, terse); in print()
89 ar["weight/value"] >> *m_weight; in load()
105 m_weight->reset(); in reset()
122 m_weight->collective_merge(comm, root); in collective_merge()
130 m_weight->collective_merge(comm, root); in collective_merge()
159 , m_weight(acc.weight()->result()) in Result()
163 return m_weight.get(); in weight()
169 m_weight->print(os, terse); in print()
[all …]
/dports/misc/minidnn/MiniDNN-525ff216a6b5f576d4d679aee6a4636994bd4f23/include/Layer/
H A DFullyConnected.h32 Matrix m_weight; // Weight parameters, W(in_size x out_size) variable
57 internal::set_normal_random(m_weight.data(), m_weight.size(), rng, mu, sigma); in init()
64 m_weight.resize(this->m_in_size, this->m_out_size); in init()
76 m_z.noalias() = m_weight.transpose() * prev_layer_data; in forward()
106 m_din.noalias() = m_weight * dLz; in backprop()
118 AlignedMapVec w(m_weight.data(), m_weight.size()); in update()
126 std::vector<Scalar> res(m_weight.size() + m_bias.size()); in get_parameters()
128 std::copy(m_weight.data(), m_weight.data() + m_weight.size(), res.begin()); in get_parameters()
130 res.begin() + m_weight.size()); in get_parameters()
136 if (static_cast<int>(param.size()) != m_weight.size() + m_bias.size()) in set_parameters()
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dgtfont.cpp79 m_weight = f.m_weight; in gtFont()
198 m_weight = fontWeights[newWeight]; in setWeight()
217 m_weight = newWeight; in setWeight()
237 return m_weight; in getWeight()
247 if (m_weight == fontWeights[REGULAR]) in setSlant()
268 if (m_weight == fontWeights[REGULAR]) in setSlant()
378 name2 += m_weight + " "; in getName()
385 name2 += m_weight + " "; in getName()
392 name2 += m_weight + " "; in getName()
571 m_weight = tmpWeight; in parseWeight()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/cocoa/
H A Dfontutil.cpp78 wxFontWeight m_weight = wxFONTWEIGHT_NORMAL; in GetWeight() local
83 m_weight = wxFONTWEIGHT_LIGHT; in GetWeight()
86 m_weight = wxFONTWEIGHT_LIGHT; in GetWeight()
89 m_weight = wxFONTWEIGHT_NORMAL; in GetWeight()
92 m_weight = wxFONTWEIGHT_BOLD; in GetWeight()
95 m_weight = wxFONTWEIGHT_BOLD; in GetWeight()
98 m_weight = wxFONTWEIGHT_BOLD; in GetWeight()
102 return m_weight; in GetWeight()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/cocoa/
H A Dfontutil.cpp78 wxFontWeight m_weight = wxFONTWEIGHT_NORMAL; in GetWeight() local
83 m_weight = wxFONTWEIGHT_LIGHT; in GetWeight()
86 m_weight = wxFONTWEIGHT_LIGHT; in GetWeight()
89 m_weight = wxFONTWEIGHT_NORMAL; in GetWeight()
92 m_weight = wxFONTWEIGHT_BOLD; in GetWeight()
95 m_weight = wxFONTWEIGHT_BOLD; in GetWeight()
98 m_weight = wxFONTWEIGHT_BOLD; in GetWeight()
102 return m_weight; in GetWeight()
/dports/math/graphthing/graphthing-1.3.2/src/
H A Dparamdialog.cc132 m_weight = e->weight; in BEGIN_EVENT_TABLE()
159 valStr1.Printf (wxT("%ld"), m_weight); in BEGIN_EVENT_TABLE()
167 m_spinctrl_flow->SetRange (0, m_weight); in BEGIN_EVENT_TABLE()
231 m_weight = m_spinctrl_weight->GetValue (); in OnOK()
232 if ((m_weight < 0) || (m_weight > m_spinctrl_weight->GetMax ())) { in OnOK()
234 m_weight = -1; in OnOK()
243 if (m_flow > m_weight) { in OnOK()
261 m_weight = m_spinctrl_weight->GetValue (); in OnSpin()
262 if ((m_weight < 0) || (m_weight > m_spinctrl_weight->GetMax ())) { in OnSpin()
268 if (m_flow > m_weight) in OnSpin()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/x11/
H A Dfont.cpp145 wxFontWeight m_weight; member in wxFontRefData
219 m_nativeFontInfo.SetWeight((wxFontWeight)m_weight); in Init()
257 m_weight = wxFONTWEIGHT_LIGHT; in InitFromNative()
265 m_weight = wxFONTWEIGHT_NORMAL; in InitFromNative()
272 m_weight = wxFONTWEIGHT_BOLD; in InitFromNative()
300 m_weight = wxFONTWEIGHT_NORMAL; in InitFromNative()
311 m_weight = wxFONTWEIGHT_BOLD; in InitFromNative()
315 m_weight = wxFONTWEIGHT_LIGHT; in InitFromNative()
401 m_weight = data.m_weight; in wxFontRefData()
501 m_weight = weight; in SetWeight()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/x11/
H A Dfont.cpp145 wxFontWeight m_weight; member in wxFontRefData
219 m_nativeFontInfo.SetWeight((wxFontWeight)m_weight); in Init()
257 m_weight = wxFONTWEIGHT_LIGHT; in InitFromNative()
265 m_weight = wxFONTWEIGHT_NORMAL; in InitFromNative()
272 m_weight = wxFONTWEIGHT_BOLD; in InitFromNative()
300 m_weight = wxFONTWEIGHT_NORMAL; in InitFromNative()
311 m_weight = wxFONTWEIGHT_BOLD; in InitFromNative()
315 m_weight = wxFONTWEIGHT_LIGHT; in InitFromNative()
401 m_weight = data.m_weight; in wxFontRefData()
501 m_weight = weight; in SetWeight()
[all …]
/dports/sysutils/msktutil/msktutil-1.1/
H A Dmsktname.h66 unsigned int m_weight; variable
73 m_weight(weight), in DnsSrvHost()
81 m_weight(dnssrv.weight), in DnsSrvHost()
91 m_weight = msktutil_ns_get16(ns_rr_rdata(rr) + NS_INT16SZ); in DnsSrvHost()
102 unsigned int weight() { return m_weight; }; in weight()
110 return m_weight > other.m_weight;
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/FaceDetect/src/haar/
H A Dhaarfeature.cpp114 this->m_weight[i] = (this->m_tilted? 0.5: 1) in HaarFeatureHID()
115 * feature.m_weight[i] * invArea; in HaarFeatureHID()
122 sum0 += this->m_weight[i] * rectArea; in HaarFeatureHID()
125 this->m_weight[0] = -sum0 / area0; in HaarFeatureHID()
153 this->m_weight[i] = other.m_weight[i]; in HaarFeature()
172 weight[i] = this->m_weight[i]; in weight()
250 this->m_weight[i] = other.m_weight[i]; in operator =()
268 || !qFuzzyCompare(this->m_weight[i], other.m_weight[i])) { in operator ==()
313 if (!qFuzzyCompare(this->m_weight[i], weight[i])) { in setWeight()
326 this->m_weight[i] = weight[i]; in setWeight()
/dports/devel/wxformbuilder/source/sdk/plugin_interface/
H A Dfontcontainer.h38 int m_weight; ///< Weight variable
47 m_weight = wxFONTWEIGHT_NORMAL; in InitDefaults()
68 m_weight = font.GetWeight(); in wxFontContainer()
84 m_weight( weight ), in m_pointSize()
93 return wxFont( pointSize, m_family, m_style, m_weight, m_underlined, m_faceName ); in GetFont()
104 MAKE_GET_AND_SET( Weight, int, m_weight ) in MAKE_GET_AND_SET()
/dports/games/fillets-ng/fillets-ng-1.0.1/src/level/
H A DCube.cpp30 m_weight = weight; in Cube()
73 m_weight = Cube::FIXED; in change_goingOut()
93 m_weight = NONE; in change_remove()
119 m_weight = weight; in setOutDir()
144 m_weight = LIGHT; in decOutCapacity()
174 .addInfo("weight", m_weight) in toString()
H A DOnStrongPad.h12 Cube::eWeight m_weight;
14 OnStrongPad(Cube::eWeight weight) { m_weight = weight; } in OnStrongPad()
19 || (model->isAlive() && model->getPower() >= m_weight); in isSatisfy()
24 return model->isAlive() && model->getPower() < m_weight; in isWrong()
/dports/editors/calligra/calligra-3.2.1/libs/main/
H A DKoFilterVertex.cpp28 , m_weight(UINT_MAX) in Vertex()
41 if (m_weight > key) { in setKey()
42 m_weight = key; in setKey()
50 m_weight = UINT_MAX; in reset()
87 debugFilter << indent << "Vertex:" << m_mimeType << " (" << m_weight << "):"; in dump()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/main/
H A DKoFilterVertex.cpp29 , m_weight(UINT_MAX) in Vertex()
42 if (m_weight > key) { in setKey()
43 m_weight = key; in setKey()
51 m_weight = UINT_MAX; in reset()
88 debugFilter << indent << "Vertex:" << m_mimeType << " (" << m_weight << "):"; in dump()
/dports/science/pagmo2/pagmo2-2.18.0/src/problems/
H A Ddecompose.cpp116 for (decltype(m_weight.size()) i = 0u; i < m_weight.size(); ++i) { in generic_ctor_impl()
117 if (m_weight[i] < 0.) { in generic_ctor_impl()
119 … + std::to_string(m_weight[i]) + " was detected at index " in generic_ctor_impl()
149 return decompose_objectives(f, m_weight, m_z, m_method); in fitness()
238 stream(oss, "\n\tDecomposition method: ", m_method, "\n\tDecomposition weight: ", m_weight, in get_extra_info()
292 detail::archive(ar, m_problem, m_weight, m_z, m_method, m_adapt_ideal); in serialize()
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_ddfw.cpp238 unsigned w = ci.m_weight; in flip()
260 unsigned w = ci.m_weight; in flip()
294 ci.m_weight += 1; in do_reinit_weights()
457 if (cn.m_weight > max_weight) { in select_clause()
475 max_weight = cn.m_weight; in select_max_same_sign()
498 unsigned wn = cn.m_weight; in shift_weights()
502 cf.m_weight += inc; in shift_weights()
503 cn.m_weight -= inc; in shift_weights()
552 v_reward -= ci.m_weight; in invariant()
558 v_reward += ci.m_weight; in invariant()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/
H A Dsat_ddfw.cpp238 unsigned w = ci.m_weight; in flip()
260 unsigned w = ci.m_weight; in flip()
294 ci.m_weight += 1; in do_reinit_weights()
457 if (cn.m_weight > max_weight) { in select_clause()
475 max_weight = cn.m_weight; in select_max_same_sign()
498 unsigned wn = cn.m_weight; in shift_weights()
502 cf.m_weight += inc; in shift_weights()
503 cn.m_weight -= inc; in shift_weights()
552 v_reward -= ci.m_weight; in invariant()
558 v_reward += ci.m_weight; in invariant()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-elasticloadbalancingv2/source/model/
H A DTargetGroupTuple.cpp25 m_weight(0), in TargetGroupTuple()
32 m_weight(0), in TargetGroupTuple()
53m_weight = StringUtils::ConvertToInt32(StringUtils::Trim(Aws::Utils::Xml::DecodeEscapedXmlText(wei… in operator =()
70 oStream << location << index << locationValue << ".Weight=" << m_weight << "&"; in OutputToStream()
83 oStream << location << ".Weight=" << m_weight << "&"; in OutputToStream()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimeglobpattern_p.h69 int m_weight = 0; member
84 m_weight(theWeight),
94 qSwap(m_weight, other.m_weight); in swap()
102 inline unsigned weight() const { return m_weight; } in weight()
119 int m_weight; variable
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimeglobpattern_p.h69 int m_weight = 0; member
84 m_weight(theWeight),
94 qSwap(m_weight, other.m_weight); in swap()
102 inline unsigned weight() const { return m_weight; } in weight()
119 int m_weight; variable
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimeglobpattern_p.h69 int m_weight = 0; member
84 m_weight(theWeight),
94 qSwap(m_weight, other.m_weight); in swap()
102 inline unsigned weight() const { return m_weight; } in weight()
119 int m_weight; variable
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/mimetypes/
H A Dqmimeglobpattern_p.h69 int m_weight = 0; member
84 m_weight(theWeight),
94 qSwap(m_weight, other.m_weight); in swap()
102 inline unsigned weight() const { return m_weight; } in weight()
119 int m_weight; variable

12345678910>>...21