Home
last modified time | relevance | path

Searched refs:TOld (Results 1 – 8 of 8) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/core/src/
H A DTeuchos_SimpleObjectTable.hpp72 template <class TOld>
73 int storeCastedRCP(const RCP<TOld> & robj_old);
127 template <class TOld>
128 int SimpleObjectTable<T>::storeCastedRCP(const RCP<TOld> & robj_old) in storeCastedRCP()
H A DTeuchos_SimpleObjectDB.hpp129 template <class TOld>
130 int storeCastedNonconstObj(const RCP<TOld> & robj_old);
261 template <class TOld>
262 int SimpleObjectDB<T>::storeCastedNonconstObj(const RCP<TOld> & robj_old) in storeCastedNonconstObj()
/dports/math/libmesh/libmesh-1.6.2/contrib/laspack/
H A Ditersolv.C263 _LPDouble T = 0.0, TOld = 0.0, TNew; /* values of Chebyshev polynomials */ in ChebyshevIter() local
309 TOld = 1.0; in ChebyshevIter()
314 TNew = 2.0 * d / c * T - TOld; in ChebyshevIter()
315 TOld = T; in ChebyshevIter()
317 Alpha = 2.0 / c * TOld / T; in ChebyshevIter()
318 Beta = 2.0 * d / c * TOld / T - 1.0; in ChebyshevIter()
331 TOld = 1.0; in ChebyshevIter()
336 TNew = 2.0 * d / c * T - TOld; in ChebyshevIter()
337 TOld = T; in ChebyshevIter()
339 Alpha = 2.0 / c * TOld / T; in ChebyshevIter()
[all …]
/dports/math/laspack/laspack/
H A Ditersolv.c254 double T = 0.0, TOld = 0.0, TNew; /* values of Chebyshev polynomials */ in ChebyshevIter() local
300 TOld = 1.0; in ChebyshevIter()
305 TNew = 2.0 * d / c * T - TOld; in ChebyshevIter()
306 TOld = T; in ChebyshevIter()
308 Alpha = 2.0 / c * TOld / T; in ChebyshevIter()
309 Beta = 2.0 * d / c * TOld / T - 1.0; in ChebyshevIter()
322 TOld = 1.0; in ChebyshevIter()
327 TNew = 2.0 * d / c * T - TOld; in ChebyshevIter()
328 TOld = T; in ChebyshevIter()
330 Alpha = 2.0 / c * TOld / T; in ChebyshevIter()
[all …]
/dports/math/gfan/gfan0.6.2/src/
H A Dintegergb.cpp290 MatrixTermOrder TOld(tOld); in changeCone() local
310 Polynomial r=eDivision(lt, groebnerBasis,TOld); in changeCone()
311 Polynomial rIn=eDivision(lt,initialFormsAssumeMarked(groebnerBasis,ridgeVector),TOld); in changeCone()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dintegergb.cpp290 MatrixTermOrder TOld(tOld); in changeCone() local
310 Polynomial r=eDivision(lt, groebnerBasis,TOld); in changeCone()
311 Polynomial rIn=eDivision(lt,initialFormsAssumeMarked(groebnerBasis,ridgeVector),TOld); in changeCone()
/dports/cad/opencascade/opencascade-7.6.0/src/AppDef/
H A DAppDef_Variational.cxx1706 Standard_Real CbLong, DeltaT, VTest, UNew, UOld, DU, TPara, TOld, DTInv, Ratio; in ACR() local
1731 TOld = Ti(TiFirst); in ACR()
1762 DTInv = 1. / (TPara - TOld); in ACR()
1766 Ratio = (Knots(ii) - TOld) * DTInv; in ACR()
1774 Ratio = ( Ti(ii) - TOld ) * DTInv; in ACR()
1782 TOld = TPara; in ACR()
/dports/science/thermofun/thermofun-0.3.8/ThermoFun/Substances/Gases/
H A Ds_solmod2_.cpp1426 static double TOld,roOld; in DIntegral() local
1456 TOld = T; in DIntegral()
1485 static double TOld,roOld; in LIntegral() local
1496 TOld = T; in LIntegral()
1527 static double TOld,roOld; in KIntegral() local
1540 TOld = T; in KIntegral()
1580 static double TOld,roOld,KOLD; in K23_13() local
1587 TOld = T; in K23_13()
1760 static double TOld,roOld,F; in FWCA() local
1771 if ((T==TOld) && (ro==roOld)) in FWCA()
[all …]