Home
last modified time | relevance | path

Searched refs:xOld (Results 1 – 25 of 220) sorted by relevance

123456789

/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_geoopt/
H A Dsteepdesc.F9027 real(dp), allocatable :: xOld(:) component
97 allocate(self%xOld(nElem))
114 self%xOld(:) = x0(:)
147 xNew(:) = self%xOld(:)
162 real(dp), intent(inout) :: xOld(:) local
181 @:ASSERT(size(xNew) == size(xOld))
182 @:ASSERT(size(xNew) == size(xOld))
183 @:ASSERT(size(xNew) == size(xOld))
188 xNew(:) = xOld(:)
198 xNew(:) = xOld(:) + xNew(:)
[all …]
/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/support/
H A Dmisc.c112 double xOld, xNew, tol; in hasSORConverged() local
116 xOld = oldSolution[ index ]; in hasSORConverged()
118 tol = absTol + relTol * MAX( ABS( xOld ), ABS( xNew )); in hasSORConverged()
119 if( ABS( xOld - xNew ) > tol ) { in hasSORConverged()
/dports/x11-toolkits/gnocl/gnocl-0.9.96/demo/canvas/
H A Dtest-canvas-clipGroup.tcl85 foreach {xOld yOld} [$canvas itemCget clip1 -coords] break
87 set xOld $x
91 $canvas itemConfigure clip1 -coords [list $xOld $yOld]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/ado/
H A DATable.cxx190 Reference< XPropertySet > xOld; in alterColumnByIndex() local
191 m_xColumns->getByIndex(index) >>= xOld; in alterColumnByIndex()
192 if(xOld.is()) in alterColumnByIndex()
193 …alterColumnByName(getString(xOld->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PR… in alterColumnByIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/ado/
H A DATable.cxx186 Reference< XPropertySet > xOld; in alterColumnByIndex() local
187 m_xColumns->getByIndex(index) >>= xOld; in alterColumnByIndex()
188 if(xOld.is()) in alterColumnByIndex()
189 …alterColumnByName(getString(xOld->getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PR… in alterColumnByIndex()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/data-accessor-0.2.3/src/Data/Accessor/
H A DTuple.hs18 first3 = Accessor.fromLens $ \(xOld,y,z) -> (xOld, \xNew -> (xNew,y,z))
/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/oned/
H A Donesolve.c289 double xOld, xNew, xDelta, tol; in ONEpsiDeltaConverged() local
297 xOld = pDevice->dcSolution[index]; in ONEpsiDeltaConverged()
299 xNew = xOld + xDelta; in ONEpsiDeltaConverged()
317 xOld = pDevice->dcSolution[pNode->psiEqn]; in ONEpsiDeltaConverged()
319 xNew = xOld + xDelta; in ONEpsiDeltaConverged()
321 pDevice->reltol * MAX(ABS(xOld), ABS(xNew)); in ONEpsiDeltaConverged()
373 double xOld, xNew, tol; in ONEdeltaConverged() local
377 xOld = solution[index]; in ONEdeltaConverged()
378 xNew = xOld + delta[index]; in ONEdeltaConverged()
379 tol = pDevice->abstol + pDevice->reltol * MAX(ABS(xOld), ABS(xNew)); in ONEdeltaConverged()
[all …]
/dports/devel/bullet/bullet3-3.21/src/BulletDynamics/MLCPSolvers/
H A DbtSolveProjectedGaussSeidel.h75 btScalar xOld = x[i];
90 btScalar diff = x[i] - xOld;
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletDynamics/MLCPSolvers/
H A DbtSolveProjectedGaussSeidel.h75 btScalar xOld = x[i];
90 btScalar diff = x[i] - xOld;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletDynamics/MLCPSolvers/
H A DbtSolveProjectedGaussSeidel.h77 btScalar xOld = x[i];
92 btScalar diff = x[i] - xOld;
/dports/devel/py-bullet3/bullet3-3.21/src/BulletDynamics/MLCPSolvers/
H A DbtSolveProjectedGaussSeidel.h75 btScalar xOld = x[i];
90 btScalar diff = x[i] - xOld;
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/MLCPSolvers/
H A DbtSolveProjectedGaussSeidel.h75 btScalar xOld = x[i];
90 btScalar diff = x[i] - xOld;
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletDynamics/MLCPSolvers/
H A DbtSolveProjectedGaussSeidel.h75 btScalar xOld = x[i];
90 btScalar diff = x[i] - xOld;
/dports/graphics/xournalpp/xournalpp-1.1.0/src/control/tools/
H A DSplineHandler.cpp149 double xOld = this->tangents.back().x; in onKeyEvent() local
151 double xNew = cos(angle * M_PI / 180) * xOld + sin(angle * M_PI / 180) * yOld; in onKeyEvent()
152 double yNew = -sin(angle * M_PI / 180) * xOld + cos(angle * M_PI / 180) * yOld; in onKeyEvent()
159 double xOld = this->tangents.back().x; in onKeyEvent() local
161 double length = 2 * sqrt(pow(xOld, 2) + pow(yOld, 2)); in onKeyEvent()
168 double xNew = xOld * factor; in onKeyEvent()
/dports/finance/quantlib/QuantLib-1.20/ql/math/optimization/
H A Dendcriteria.cpp64 bool EndCriteria::checkStationaryPoint(const Real xOld, in checkStationaryPoint() argument
68 if (std::fabs(xNew-xOld) >= rootEpsilon_) { in checkStationaryPoint()
/dports/cad/ngspice_rework/ngspice-35/src/ciderlib/twod/
H A Dtwosolve.c296 double xOld, xNew, tol; in TWOdeltaConverged() local
299 xOld = pDevice->dcSolution[index]; in TWOdeltaConverged()
300 xNew = xOld + pDevice->dcDeltaSolution[index]; in TWOdeltaConverged()
301 tol = pDevice->abstol + pDevice->reltol * MAX(ABS(xOld), ABS(xNew)); in TWOdeltaConverged()
302 if (ABS(xOld - xNew) > tol) { in TWOdeltaConverged()
1067 double xOld, xNew, xDelta, tol; in TWOpsiDeltaConverged() local
1075 xOld = pDevice->dcSolution[index]; in TWOpsiDeltaConverged()
1077 xNew = xOld + xDelta; in TWOpsiDeltaConverged()
1094 xOld = pDevice->dcSolution[pNode->psiEqn]; in TWOpsiDeltaConverged()
1096 xNew = xOld + xDelta; in TWOpsiDeltaConverged()
[all …]
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Utils/Widgets/
H A DImageButton.cpp260 int xOld = (w - pmOld.width()) / 2;
266 xOld, yOld, pmOld.width(), pmOld.height(),
270 m->pixmapRect = QRect(xOld, yOld, pmOld.width(), pmOld.height());
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libpng/contrib/visupng/
H A DVisualPng.c823 int xOld, yOld; in FillBitmap() local
858 xOld = xNew * cxImgSize / cxNewSize; in FillBitmap()
860 r = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 0); in FillBitmap()
861 g = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 1); in FillBitmap()
862 b = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 2); in FillBitmap()
868 a = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) in FillBitmap()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/libpng-1.6.21/contrib/visupng/
H A DVisualPng.c823 int xOld, yOld; in FillBitmap() local
858 xOld = xNew * cxImgSize / cxNewSize; in FillBitmap()
860 r = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 0); in FillBitmap()
861 g = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 1); in FillBitmap()
862 b = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 2); in FillBitmap()
868 a = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) in FillBitmap()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/libpng-1.5.5/contrib/visupng/
H A DVisualPng.c822 int xOld, yOld; in FillBitmap() local
857 xOld = xNew * cxImgSize / cxNewSize; in FillBitmap()
859 r = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 0); in FillBitmap()
860 g = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 1); in FillBitmap()
861 b = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 2); in FillBitmap()
867 a = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) in FillBitmap()
/dports/emulators/mgba/mgba-0.9.2/src/third-party/libpng/contrib/visupng/
H A DVisualPng.c827 int xOld, yOld;
866 xOld = xNew * cxImgSize / cxNewSize;
868 r = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 0);
869 g = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 1);
870 b = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 2);
876 a = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld)
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/libpng-src/contrib/visupng/
H A DVisualPng.c827 int xOld, yOld;
866 xOld = xNew * cxImgSize / cxNewSize;
868 r = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 0);
869 g = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 1);
870 b = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 2);
876 a = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld)
/dports/graphics/optipng/optipng-0.7.7/src/libpng/contrib/visupng/
H A DVisualPng.c827 int xOld, yOld;
866 xOld = xNew * cxImgSize / cxNewSize;
868 r = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 0);
869 g = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 1);
870 b = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 2);
876 a = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld)
/dports/devel/etl/synfig-1.2.2/gtkmm-osx/libpng-1.2.5/contrib/visupng/
H A DVisualPng.c816 int xOld, yOld; in FillBitmap() local
850 xOld = xNew * cxImgSize / cxNewSize; in FillBitmap()
852 r = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 0); in FillBitmap()
853 g = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 1); in FillBitmap()
854 b = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 2); in FillBitmap()
860 a = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) in FillBitmap()
/dports/graphics/megapov/megapov-1.2.1/libraries/png/contrib/visupng/
H A DVisualPng.c816 int xOld, yOld; in FillBitmap() local
850 xOld = xNew * cxImgSize / cxNewSize; in FillBitmap()
852 r = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 0); in FillBitmap()
853 g = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 1); in FillBitmap()
854 b = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) + 2); in FillBitmap()
860 a = *(pbImage + cImgChannels * ((yOld * cxImgSize) + xOld) in FillBitmap()

123456789