Home
last modified time | relevance | path

Searched refs:calcStretch (Results 1 – 9 of 9) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/examples/
H A DExampleCablePath.cpp71 const Real stretch = calcStretch(state); in getPowerDissipation()
93 const Real stretch = calcStretch(state); in calcPotentialEnergy()
117 Real calcStretch(const State& state) const { in calcStretch() function in MyCableSpringImpl
124 const Real stretch = calcStretch(state); in calcTension()
/dports/science/simbody/simbody-Simbody-3.7/Simbody/src/
H A DCableSpring.cpp85 const Real x = calcStretch(state, inst); // x >= 0 in calcPotentialEnergy()
116 Real calcStretch(const State& state, const InstanceVars& inst) const { in calcStretch() function in CableSpring::Impl
128 const Real x = calcStretch(state, inst); // >= 0 in calcTensionAndPowerLoss()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/graphicsitems/
H A Dqdeclarativeanchors.cpp485 bool QDeclarativeAnchorsPrivate::calcStretch(const QDeclarativeAnchorLine &edge1, in calcStretch() function in QDeclarativeAnchorsPrivate
527 … invalid = calcStretch(top, bottom, topMargin, -bottomMargin, QDeclarativeAnchorLine::Top, height); in updateVerticalAnchors()
529 …invalid = calcStretch(top, vCenter, topMargin, vCenterOffset, QDeclarativeAnchorLine::Top, height); in updateVerticalAnchors()
545 bool invalid = calcStretch(vCenter, bottom, vCenterOffset, -bottomMargin, in updateVerticalAnchors()
636 …invalid = calcStretch(effectiveLeft, effectiveRight, effectiveLeftMargin, -effectiveRightMargin, Q… in updateHorizontalAnchors()
638 …invalid = calcStretch(effectiveLeft, effectiveHorizontalCenter, effectiveLeftMargin, effectiveHori… in updateHorizontalAnchors()
654 …bool invalid = calcStretch(effectiveHorizontalCenter, effectiveRight, effectiveHorizontalCenterOff… in updateHorizontalAnchors()
H A Dqdeclarativeanchors_p_p.h134 …bool calcStretch(const QDeclarativeAnchorLine &edge1, const QDeclarativeAnchorLine &edge2, qreal o…
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickanchors.cpp584 bool QQuickAnchorsPrivate::calcStretch(QQuickItem *edge1Item, in calcStretch() function in QQuickAnchorsPrivate
632 invalid = calcStretch(topAnchorItem, topAnchorLine, in updateVerticalAnchors()
636 invalid = calcStretch(topAnchorItem, topAnchorLine, in updateVerticalAnchors()
654 bool invalid = calcStretch(vCenterAnchorItem, vCenterAnchorLine, in updateVerticalAnchors()
745 invalid = calcStretch(effectiveLeftItem, effectiveLeftLine, in updateHorizontalAnchors()
750 invalid = calcStretch(effectiveLeftItem, effectiveLeftLine, in updateHorizontalAnchors()
769 bool invalid = calcStretch(effectiveHorizontalCenterItem, in updateHorizontalAnchors()
H A Dqquickanchors_p_p.h151 bool calcStretch(QQuickItem *edge1Item, QQuickAnchors::Anchor edge1Line,
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickanchors.cpp584 bool QQuickAnchorsPrivate::calcStretch(QQuickItem *edge1Item, in calcStretch() function in QQuickAnchorsPrivate
632 invalid = calcStretch(topAnchorItem, topAnchorLine, in updateVerticalAnchors()
636 invalid = calcStretch(topAnchorItem, topAnchorLine, in updateVerticalAnchors()
654 bool invalid = calcStretch(vCenterAnchorItem, vCenterAnchorLine, in updateVerticalAnchors()
745 invalid = calcStretch(effectiveLeftItem, effectiveLeftLine, in updateHorizontalAnchors()
750 invalid = calcStretch(effectiveLeftItem, effectiveLeftLine, in updateHorizontalAnchors()
769 bool invalid = calcStretch(effectiveHorizontalCenterItem, in updateHorizontalAnchors()
H A Dqquickanchors_p_p.h151 bool calcStretch(QQuickItem *edge1Item, QQuickAnchors::Anchor edge1Line,
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tests/Wrapping/
H A DtestWrapping.cpp167 const Real stretch = calcStretch(state); in getPowerDissipation()
189 const Real stretch = calcStretch(state); in calcPotentialEnergy()
213 Real calcStretch(const State& state) const { in calcStretch() function in MyCableSpringImpl
220 const Real stretch = calcStretch(state); in calcTension()