Home
last modified time | relevance | path

Searched refs:m_maxProfile (Results 1 – 6 of 6) sorted by relevance

/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/box2d/Testbed/Framework/
H A DTest.cpp57 memset(&m_maxProfile, 0, sizeof(b2Profile)); in Test()
325 m_maxProfile.step = b2Max(m_maxProfile.step, p.step); in Step()
326 m_maxProfile.collide = b2Max(m_maxProfile.collide, p.collide); in Step()
327 m_maxProfile.solve = b2Max(m_maxProfile.solve, p.solve); in Step()
328 m_maxProfile.solveInit = b2Max(m_maxProfile.solveInit, p.solveInit); in Step()
329 m_maxProfile.solveVelocity = b2Max(m_maxProfile.solveVelocity, p.solveVelocity); in Step()
330 m_maxProfile.solvePosition = b2Max(m_maxProfile.solvePosition, p.solvePosition); in Step()
331 m_maxProfile.solveTOI = b2Max(m_maxProfile.solveTOI, p.solveTOI); in Step()
332 m_maxProfile.broadphase = b2Max(m_maxProfile.broadphase, p.broadphase); in Step()
363 …_textLine, "step [ave] (max) = %5.2f [%6.2f] (%6.2f)", p.step, aveProfile.step, m_maxProfile.step); in Step()
[all …]
H A DTest.h185 b2Profile m_maxProfile; variable
/dports/misc/box2d/box2d-2.4.1/testbed/
H A Dtest.cpp62 memset(&m_maxProfile, 0, sizeof(b2Profile)); in Test()
340 m_maxProfile.step = b2Max(m_maxProfile.step, p.step); in Step()
341 m_maxProfile.collide = b2Max(m_maxProfile.collide, p.collide); in Step()
342 m_maxProfile.solve = b2Max(m_maxProfile.solve, p.solve); in Step()
343 m_maxProfile.solveInit = b2Max(m_maxProfile.solveInit, p.solveInit); in Step()
344 m_maxProfile.solveVelocity = b2Max(m_maxProfile.solveVelocity, p.solveVelocity); in Step()
345 m_maxProfile.solvePosition = b2Max(m_maxProfile.solvePosition, p.solvePosition); in Step()
346 m_maxProfile.solveTOI = b2Max(m_maxProfile.solveTOI, p.solveTOI); in Step()
347 m_maxProfile.broadphase = b2Max(m_maxProfile.broadphase, p.broadphase); in Step()
378 …_textLine, "step [ave] (max) = %5.2f [%6.2f] (%6.2f)", p.step, aveProfile.step, m_maxProfile.step); in Step()
[all …]
H A Dtest.h136 b2Profile m_maxProfile; variable
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/Testbed/Framework/
H A DTest.cpp56 memset(&m_maxProfile, 0, sizeof(b2Profile)); in Test()
329 m_maxProfile.step = b2Max(m_maxProfile.step, p.step); in Step()
330 m_maxProfile.collide = b2Max(m_maxProfile.collide, p.collide); in Step()
331 m_maxProfile.solve = b2Max(m_maxProfile.solve, p.solve); in Step()
332 m_maxProfile.solveInit = b2Max(m_maxProfile.solveInit, p.solveInit); in Step()
333 m_maxProfile.solveVelocity = b2Max(m_maxProfile.solveVelocity, p.solveVelocity); in Step()
334 m_maxProfile.solvePosition = b2Max(m_maxProfile.solvePosition, p.solvePosition); in Step()
335 m_maxProfile.solveTOI = b2Max(m_maxProfile.solveTOI, p.solveTOI); in Step()
336 m_maxProfile.broadphase = b2Max(m_maxProfile.broadphase, p.broadphase); in Step()
367 …_textLine, "step [ave] (max) = %5.2f [%6.2f] (%6.2f)", p.step, aveProfile.step, m_maxProfile.step); in Step()
[all …]
H A DTest.h195 b2Profile m_maxProfile; variable