Home
last modified time | relevance | path

Searched refs:m_u (Results 51 – 75 of 694) sorted by relevance

12345678910>>...28

/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Box2D/Dynamics/Joints/
H A Db2RopeJoint.cpp71 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
73 m_length = m_u.Length(); in InitVelocityConstraints()
87 m_u *= 1.0f / m_length; in InitVelocityConstraints()
91 m_u.SetZero(); in InitVelocityConstraints()
98 float32 crA = b2Cross(m_rA, m_u); in InitVelocityConstraints()
99 float32 crB = b2Cross(m_rB, m_u); in InitVelocityConstraints()
109 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
137 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
150 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
208 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
H A Db2DistanceJoint.cpp87 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
90 float32 length = m_u.Length(); in InitVelocityConstraints()
93 m_u *= 1.0f / length; in InitVelocityConstraints()
97 m_u.Set(0.0f, 0.0f); in InitVelocityConstraints()
100 float32 crAu = b2Cross(m_rA, m_u); in InitVelocityConstraints()
101 float32 crBu = b2Cross(m_rB, m_u); in InitVelocityConstraints()
140 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
167 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
172 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
235 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
/dports/x11-toolkits/qml-box2d/qml-box2d-21e57f/Box2D/Dynamics/Joints/
H A Db2RopeJoint.cpp71 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
73 m_length = m_u.Length(); in InitVelocityConstraints()
87 m_u *= 1.0f / m_length; in InitVelocityConstraints()
91 m_u.SetZero(); in InitVelocityConstraints()
98 float32 crA = b2Cross(m_rA, m_u); in InitVelocityConstraints()
99 float32 crB = b2Cross(m_rB, m_u); in InitVelocityConstraints()
109 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
137 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
150 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
208 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
H A Db2DistanceJoint.cpp87 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
90 float32 length = m_u.Length(); in InitVelocityConstraints()
93 m_u *= 1.0f / length; in InitVelocityConstraints()
97 m_u.Set(0.0f, 0.0f); in InitVelocityConstraints()
100 float32 crAu = b2Cross(m_rA, m_u); in InitVelocityConstraints()
101 float32 crBu = b2Cross(m_rB, m_u); in InitVelocityConstraints()
140 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
167 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
172 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
235 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Box2D/Dynamics/Joints/
H A Db2RopeJoint.cpp71 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
73 m_length = m_u.Length(); in InitVelocityConstraints()
87 m_u *= 1.0f / m_length; in InitVelocityConstraints()
91 m_u.SetZero(); in InitVelocityConstraints()
98 float32 crA = b2Cross(m_rA, m_u); in InitVelocityConstraints()
99 float32 crB = b2Cross(m_rB, m_u); in InitVelocityConstraints()
109 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
137 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
150 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
208 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
H A Db2DistanceJoint.cpp87 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
90 float32 length = m_u.Length(); in InitVelocityConstraints()
93 m_u *= 1.0f / length; in InitVelocityConstraints()
97 m_u.Set(0.0f, 0.0f); in InitVelocityConstraints()
100 float32 crAu = b2Cross(m_rA, m_u); in InitVelocityConstraints()
101 float32 crBu = b2Cross(m_rB, m_u); in InitVelocityConstraints()
140 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
167 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
172 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
235 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
/dports/security/unicornscan/unicornscan-0.4.2/src/tools/
H A Dunisniff.c154 } m_u; in process_packet() local
162 m_u.ptr=data; in process_packet()
165 if (list[j].type == m_u.msg->type) { in process_packet()
172 if (m_u.msg->header != 0xf3f2f1f0) { in process_packet()
177 printf("#### Message type: %s status: %d len: %d ####\n", type, m_u.msg->status, m_u.msg->len); in process_packet()
178 if (m_u.msg->len > 0) { in process_packet()
179 …if (m_u.msg->len != (phdr->caplen - (header_len + sizeof(struct myiphdr) + (4 * tcp_ptr->doff) + s… in process_packet()
184 switch (m_u.msg->type) { in process_packet()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_box2d/box2d/Dynamics/Joints/
H A Db2DistanceJoint.cpp87 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
90 float32 length = m_u.Length(); in InitVelocityConstraints()
93 m_u *= 1.0f / length; in InitVelocityConstraints()
97 m_u.Set(0.0f, 0.0f); in InitVelocityConstraints()
100 float32 crAu = b2Cross(m_rA, m_u); in InitVelocityConstraints()
101 float32 crBu = b2Cross(m_rB, m_u); in InitVelocityConstraints()
140 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
167 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
172 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
235 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DLookup.h67 m_u.store.value1 = v1;
68 m_u.store.value2 = v2;
70 m_u.function.generator = generator;
81 …ThunkGenerator generator() const { ASSERT(m_attributes & Function); return m_u.function.generator;… in generator()
83 …NativeFunction function() const { ASSERT(m_attributes & Function); return m_u.function.functionVal… in function()
84 … const { ASSERT(m_attributes & Function); return static_cast<unsigned char>(m_u.function.length); } in functionLength()
86 …GetFunction propertyGetter() const { ASSERT(!(m_attributes & Function)); return m_u.property.get; } in propertyGetter()
87 …PutFunction propertyPutter() const { ASSERT(!(m_attributes & Function)); return m_u.property.put; } in propertyPutter()
89 intptr_t lexerValue() const { ASSERT(!m_attributes); return m_u.lexer.value; } in lexerValue()
118 } m_u; variable
/dports/devel/love/love-11.3/src/libraries/Box2D/Dynamics/Joints/
H A Db2DistanceJoint.cpp87 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
90 float32 length = m_u.Length(); in InitVelocityConstraints()
93 m_u *= 1.0f / length; in InitVelocityConstraints()
97 m_u.Set(0.0f, 0.0f); in InitVelocityConstraints()
100 float32 crAu = b2Cross(m_rA, m_u); in InitVelocityConstraints()
101 float32 crBu = b2Cross(m_rB, m_u); in InitVelocityConstraints()
140 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
167 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
172 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
235 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
/dports/devel/love08/love-0.8.0/src/libraries/Box2D/Dynamics/Joints/
H A Db2DistanceJoint.cpp87 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
90 float32 length = m_u.Length(); in InitVelocityConstraints()
93 m_u *= 1.0f / length; in InitVelocityConstraints()
97 m_u.Set(0.0f, 0.0f); in InitVelocityConstraints()
100 float32 crAu = b2Cross(m_rA, m_u); in InitVelocityConstraints()
101 float32 crBu = b2Cross(m_rB, m_u); in InitVelocityConstraints()
140 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
167 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
172 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
235 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
/dports/devel/love10/love-0.10.2/src/libraries/Box2D/Dynamics/Joints/
H A Db2DistanceJoint.cpp87 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
90 float32 length = m_u.Length(); in InitVelocityConstraints()
93 m_u *= 1.0f / length; in InitVelocityConstraints()
97 m_u.Set(0.0f, 0.0f); in InitVelocityConstraints()
100 float32 crAu = b2Cross(m_rA, m_u); in InitVelocityConstraints()
101 float32 crBu = b2Cross(m_rB, m_u); in InitVelocityConstraints()
140 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
167 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
172 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
235 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Box2D/Box2D/Dynamics/Joints/
H A Db2DistanceJoint.cpp87 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
90 float32 length = m_u.Length(); in InitVelocityConstraints()
93 m_u *= 1.0f / length; in InitVelocityConstraints()
97 m_u.Set(0.0f, 0.0f); in InitVelocityConstraints()
100 float32 crAu = b2Cross(m_rA, m_u); in InitVelocityConstraints()
101 float32 crBu = b2Cross(m_rB, m_u); in InitVelocityConstraints()
140 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
167 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
172 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
235 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/Box2D/Dynamics/Joints/
H A Db2DistanceJoint.cpp87 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
90 float32 length = m_u.Length(); in InitVelocityConstraints()
93 m_u *= 1.0f / length; in InitVelocityConstraints()
97 m_u.Set(0.0f, 0.0f); in InitVelocityConstraints()
100 float32 crAu = b2Cross(m_rA, m_u); in InitVelocityConstraints()
101 float32 crBu = b2Cross(m_rB, m_u); in InitVelocityConstraints()
140 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
167 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
172 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
235 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/Box2D/Dynamics/Joints/
H A Db2DistanceJoint.cpp87 m_u = cB + m_rB - cA - m_rA; in InitVelocityConstraints()
90 float32 length = m_u.Length(); in InitVelocityConstraints()
93 m_u *= 1.0f / length; in InitVelocityConstraints()
97 m_u.Set(0.0f, 0.0f); in InitVelocityConstraints()
100 float32 crAu = b2Cross(m_rA, m_u); in InitVelocityConstraints()
101 float32 crBu = b2Cross(m_rB, m_u); in InitVelocityConstraints()
140 b2Vec2 P = m_impulse * m_u; in InitVelocityConstraints()
167 float32 Cdot = b2Dot(m_u, vpB - vpA); in SolveVelocityConstraints()
172 b2Vec2 P = impulse * m_u; in SolveVelocityConstraints()
235 b2Vec2 F = (inv_dt * m_impulse) * m_u; in GetReactionForce()
/dports/science/quantum-espresso/q-e-qe-6.7.0/PW/src/
H A Dpaw_symmetry.f90132 DO m_u = 1, 2*l_j +1
134 uh = jh - m_j + m_u
206 DO m_u = 1, 2*l_j +1
395 DO m_u = 1, 2*l_j +1
461 DO m_u = 1, 2*l_j +1
635 DO m_u = 1, 2*l_j +1
713 DO m_u = 1, 2*l_j +1
946 DO m_u = 1, 2*l_j +1
1030 DO m_u = 1, 2*l_j +1
1250 DO m_u = 1, 2*l_j +1
[all …]
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dstatistics.cpp99 key2val m_u; \ in display_smt2()
101 mk_map(m_stats, m_u); \ in display_smt2()
104 get_keys(m_u, keys); \ in display_smt2()
126 if (m_u.find(k, val)) { in display_smt2()
157 if (m_u.find(k, val)) { in display()
189 key2val m_u; in display_internal() local
191 mk_map(m_stats, m_u); in display_internal()
194 ::display_internal(out, m_u); in display_internal()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dstatistics.cpp99 key2val m_u; \ in display_smt2()
101 mk_map(m_stats, m_u); \ in display_smt2()
104 get_keys(m_u, keys); \ in display_smt2()
126 if (m_u.find(k, val)) { in display_smt2()
157 if (m_u.find(k, val)) { in display()
189 key2val m_u; in display_internal() local
191 mk_map(m_stats, m_u); in display_internal()
194 ::display_internal(out, m_u); in display_internal()
/dports/biology/lamarc/lamarc-2.1.8/boost/graph/
H A Dgraph_utility.hpp77 : m_u(u), m_g(g) { } in incident_from_predicate()
80 return source(e, m_g) == m_u; in operator ()()
82 Vertex m_u; member
94 : m_u(u), m_g(g) { } in incident_to_predicate()
97 return target(e, m_g) == m_u; in operator ()()
99 Vertex m_u; member
111 : m_u(u), m_g(g) { } in incident_on_predicate()
114 return source(e, m_g) == m_u || target(e, m_g) == m_u; in operator ()()
116 Vertex m_u; member
128 : m_u(u), m_v(v), m_g(g) { } in connects_predicate()
[all …]
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/
H A Dsimplerng.c42 static unsigned int m_u = 521288629, m_v = 362436069; variable
47 m_u = u; in simplerng_setstate()
54 *u = m_u; in simplerng_getstate()
92 return simplerng_getuniform_pr(&m_u, &m_v); in simplerng_getuniform()
101 return simplerng_getuint_pr(&m_u, &m_v); in simplerng_getuint()
/dports/astro/cfitsio/cfitsio-3.49/
H A Dsimplerng.c42 static unsigned int m_u = 521288629, m_v = 362436069; variable
47 m_u = u; in simplerng_setstate()
54 *u = m_u; in simplerng_getstate()
92 return simplerng_getuniform_pr(&m_u, &m_v); in simplerng_getuniform()
101 return simplerng_getuint_pr(&m_u, &m_v); in simplerng_getuint()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dsimplerng.c42 static unsigned int m_u = 521288629, m_v = 362436069; variable
47 m_u = u; in simplerng_setstate()
54 *u = m_u; in simplerng_getstate()
92 return simplerng_getuniform_pr(&m_u, &m_v); in simplerng_getuniform()
101 return simplerng_getuint_pr(&m_u, &m_v); in simplerng_getuint()
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Text/
H A Dmctextureglyph.hh33 : m_u(0) in UV()
38 : m_u(u) in UV()
42 GLfloat m_u, m_v; member
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dgraph_utility.hpp75 : m_u(u), m_g(g) { } in incident_from_predicate()
78 return source(e, m_g) == m_u; in operator ()()
80 Vertex m_u; member
92 : m_u(u), m_g(g) { } in incident_to_predicate()
95 return target(e, m_g) == m_u; in operator ()()
97 Vertex m_u; member
109 : m_u(u), m_g(g) { } in incident_on_predicate()
112 return source(e, m_g) == m_u || target(e, m_g) == m_u; in operator ()()
114 Vertex m_u; member
126 : m_u(u), m_v(v), m_g(g) { } in connects_predicate()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Dgraph_utility.hpp74 return source(e, m_g) == m_u; in operator ()()
76 Vertex m_u; member
91 return target(e, m_g) == m_u; in operator ()()
93 Vertex m_u; member
108 return source(e, m_g) == m_u || target(e, m_g) == m_u; in operator ()()
110 Vertex m_u; member
123 : m_u(u), m_v(v), m_g(g) in connects_predicate()
129 return source(e, m_g) == m_u && target(e, m_g) == m_v; in operator ()()
131 return (source(e, m_g) == m_u && target(e, m_g) == m_v) in operator ()()
132 || (source(e, m_g) == m_v && target(e, m_g) == m_u); in operator ()()
[all …]

12345678910>>...28