Home
last modified time | relevance | path

Searched refs:m_vel (Results 26 – 48 of 48) sorted by relevance

12

/dports/audio/avldrums-lv2/avldrums.lv2-0.4.2/gui/
H A Davldrums.c177 uint8_t m_vel; member
549 …e with mouse-wheel)</i></small> - MIDI-Note: %-2s%d (%d)</markup>", ui->m_vel, notename[mn], mo,… in expose_event()
673 forge_note (ui, ui->played_note, ui->m_vel); in mousedown()
746 if (ui->m_vel < 127) { in mousescroll()
747 ++ui->m_vel; in mousescroll()
753 if (ui->m_vel > 1) { in mousescroll()
754 --ui->m_vel; in mousescroll()
875 ui->m_vel = 100; in instantiate()
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3_orig/
H A Dlulesh_tuple.h146 m_vel.resize(numNode); // velocities in AllocateNodePersistent()
232 Real_t& xd(Index_t idx) { return m_vel[idx].x ; } in xd()
233 Real_t& yd(Index_t idx) { return m_vel[idx].y ; } in yd()
234 Real_t& zd(Index_t idx) { return m_vel[idx].z ; } in zd()
425 std::vector<Tuple3> m_vel ; /* velocities */ variable
/dports/science/axom/axom-0.6.1/src/axom/sidre/examples/lulesh2/
H A Dlulesh_tuple.h166 m_vel.resize(numNode); // velocities in AllocateNodePersistent()
252 Real_t& xd(Index_t idx) { return m_vel[idx].x; } in xd()
253 Real_t& yd(Index_t idx) { return m_vel[idx].y; } in yd()
254 Real_t& zd(Index_t idx) { return m_vel[idx].z; } in zd()
446 std::vector<Tuple3> m_vel; /* velocities */ variable
/dports/science/axom/axom-0.6.1/src/axom/slam/examples/lulesh2.0.3/
H A Dlulesh_tuple.hpp142 m_vel.resize(numNode); // velocities in AllocateNodePersistent()
228 Real_t& xd(Index_t idx) { return m_vel[idx].x ; } in xd()
229 Real_t& yd(Index_t idx) { return m_vel[idx].y ; } in yd()
230 Real_t& zd(Index_t idx) { return m_vel[idx].z ; } in zd()
421 std::vector<Tuple3> m_vel ; /* velocities */ member in Domain
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/examples/proxies/lulesh2.0.3/
H A Dlulesh_tuple.h146 m_vel.resize(numNode); // velocities in AllocateNodePersistent()
232 Real_t& xd(Index_t idx) { return m_vel[idx].x ; } in xd()
233 Real_t& yd(Index_t idx) { return m_vel[idx].y ; } in yd()
234 Real_t& zd(Index_t idx) { return m_vel[idx].z ; } in zd()
425 std::vector<Tuple3> m_vel ; /* velocities */ variable
/dports/games/wop/wop-0.4.3/src/
H A Dmine.cpp36 m_vel = vel; in initialize()
116m_vel + m_worldPointer->getRandom().getVector( 1 + 7*m_worldPointer->getRandom().getNormedReal() ), in applyDamage()
H A Dball.cpp44 m_vel = vel; in initialize()
H A Dbonus.cpp153 m_vel + in applyDamage()
H A Dhelicopter.cpp97 m_vel = vel; in initialize()
/dports/math/gismo/gismo-21.12.0/extensions/gsElasticity/
H A DgsElasticityFunctions.h175 m_vel(velocity), in gsFsiLoad()
197 gsMultiPatch<T> const & m_vel; variable
H A DgsElasticityFunctions.hpp256 m_vel.patch(m_patchVP).computeMap(mdVel); in eval_into()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/utils/
H A DChSteeringController.cpp278 ChWorldFrame::Project(m_vel); in CalcHeadingError()
279 m_vel.Normalize(); in CalcHeadingError()
280 double speed = m_vel.Length(); in CalcHeadingError()
290 a = m_vel; in CalcHeadingError()
358 m_vel = vehicle.GetVehiclePointVelocity(ChVector<>(0, 0, 0)); in Advance()
H A DChSteeringController.h276 ChVector<> m_vel; ///< vehicle velocity vector variable
/dports/games/pioneer/pioneer-20210723/src/
H A DSfx.cpp46 m_vel(vel), in Sfx()
59 m_vel = jsonObj["vel"]; in Sfx()
72 sfxObj["vel"] = m_vel; in SaveToJson()
88 m_pos += m_vel * double(timeStep); in TimeStepUpdate()
H A DShipAICmd.cpp1384 m_alt / 1000.0, m_vel / 1000.0, m_targmode); in GetStatusText()
1402 m_vel = vel; in Setup()
1417 if (vel < 1e-30) m_vel = sqrt(m_alt * 0.8 * minacc + mass * G / m_alt); in Setup()
1447 m_vel = jsonObj["vel"]; in AICmdFlyAround()
1463 aiCommandObj["vel"] = m_vel; in SaveToJson()
1474 if (targalt > m_alt) return m_vel; in MaxVel()
1479 return std::min(m_vel, std::min(vmaxprox, vmaxstep)); in MaxVel()
1526 v = m_vel; in TimeStepUpdate()
1537 double vel = (m_targmode) ? m_vel : MaxVel(relpos.Length(), targpos.Length()); in TimeStepUpdate()
H A DSfx.h44 vector3d m_vel; variable
H A DDynamicBody.h114 vector3d m_vel; variable
H A DShipAICmd.h175 double m_alt, m_vel; variable
H A DShip.cpp454 vector3d m_vel = GetVelocity().NormalizedSafe(); in CalcAtmoTorque() local
455 vector3d m_torqueDir = -m_vel.Cross(-forward); // <--- This is correct in CalcAtmoTorque()
/dports/science/py-obspy/obspy-1.2.2/obspy/signal/
H A Dfreqattributes.py407 m_vel = abs(max(data))
409 m_vel = abs(min(data))
435 return (pga, m_dis, m_vel, m_acc)
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/position/geoclue/
H A Dqgeopositioninfosource_geocluemaster.h127 OrgFreedesktopGeoclueVelocityInterface *m_vel; variable
/dports/graphics/dynamechs/dynamechs_4.0pre1/dm/
H A DdmMobileBaseLink.hpp159 SpatialVector m_vel; // velocity state variables member in dmMobileBaseLink
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_ale.c857 cs_real_3_t *m_vel = (cs_real_3_t *)(cs_field_by_name("mesh_velocity")->val); in _ale_solve_poisson_cdo() local
872 disale[v][k] = disala[v][k] + m_vel[v][k] * domain->time_step->dt_ref; in _ale_solve_poisson_cdo()

12