Home
last modified time | relevance | path

Searched refs:uOld (Results 1 – 25 of 26) sorted by relevance

12

/dports/math/gismo/gismo-21.12.0/extensions/gsStructuralAnalysis/
H A DgsTimeIntegrator.hpp493 gsMatrix<T> uOld,vOld,aOld; in stepNewmark() local
494 uOld = m_uNew; in stepNewmark()
518 gsMatrix<T> uOld,vOld,aOld; in stepNewmarkNL() local
519 uOld = m_uNew; in stepNewmarkNL()
580 gsMatrix<T> uOld,vOld,aOld; in stepBathe() local
582 uOld = m_uNew; in stepBathe()
625 gsMatrix<T> uOld,vOld,aOld; in stepBatheNL() local
627 uOld = m_uNew; in stepBatheNL()
727 gsMatrix<T> uOld,vOld,aOld; in stepCentralDiff() local
730 uOld = m_uNew; // u_n in stepCentralDiff()
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/umuscle/src/muscle/
H A Ddifftreese.cpp191 unsigned uOld = NewNodeIndexToOldNodeIndex[uNewNodeIndex]; in DiffTreesE() local
194 if (uOld >= uNodeCount) in DiffTreesE()
197 uNewNodeIndex, uOld, uNodeCount); in DiffTreesE()
201 unsigned uIdOld = OldTree.GetLeafId(uOld); in DiffTreesE()
205 uNewNodeIndex, uOld, uIdNew, uIdOld); in DiffTreesE()
211 if (NODE_CHANGED == uOld) in DiffTreesE()
217 unsigned uOldLeft = OldTree.GetLeft(uOld); in DiffTreesE()
218 unsigned uOldRight = OldTree.GetRight(uOld); in DiffTreesE()
228 Log("OldNode=%u OldL=%u OldR=%u\n", uOld, uOldLeft, uOldRight); in DiffTreesE()
H A Drealigndiffse.cpp75 unsigned uOld = uNewNodeIndexToOldNodeIndex[uNewNodeIndex]; in RealignDiffsE() local
76 unsigned uOldLeft = OldTree.GetLeft(uOld); in RealignDiffsE()
77 unsigned uOldRight = OldTree.GetRight(uOld); in RealignDiffsE()
/dports/biology/muscle/muscle-3.8.1551/
H A Ddifftreese.cpp191 unsigned uOld = NewNodeIndexToOldNodeIndex[uNewNodeIndex]; in DiffTreesE() local
194 if (uOld >= uNodeCount) in DiffTreesE()
197 uNewNodeIndex, uOld, uNodeCount); in DiffTreesE()
201 unsigned uIdOld = OldTree.GetLeafId(uOld); in DiffTreesE()
205 uNewNodeIndex, uOld, uIdNew, uIdOld); in DiffTreesE()
211 if (NODE_CHANGED == uOld) in DiffTreesE()
217 unsigned uOldLeft = OldTree.GetLeft(uOld); in DiffTreesE()
218 unsigned uOldRight = OldTree.GetRight(uOld); in DiffTreesE()
228 Log("OldNode=%u OldL=%u OldR=%u\n", uOld, uOldLeft, uOldRight); in DiffTreesE()
H A Drealigndiffse.cpp73 unsigned uOld = uNewNodeIndexToOldNodeIndex[uNewNodeIndex]; in RealignDiffsE() local
74 unsigned uOldLeft = OldTree.GetLeft(uOld); in RealignDiffsE()
75 unsigned uOldRight = OldTree.GetRight(uOld); in RealignDiffsE()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DFileScanner.cc93 void FileScanUserReg::changeUser(FileScanUser *uOld, FileScanUser *uNew) { in changeUser() argument
94 Assert(uOld && uNew); in changeUser()
101 if (!Should(theUser == uOld)) in changeUser()
316 void FileScanner::changeUser(const FileScanReserv &res, FileScanUser *uOld, FileScanUser *uNew) { in changeUser() argument
317 theRegs[res.fd()].changeUser(uOld, uNew); in changeUser()
H A DFileScanner.h85 void changeUser(FileScanUser *uOld, FileScanUser *uNew);
140 void changeUser(const FileScanReserv &res, FileScanUser *uOld, FileScanUser *uNew);
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/saig/
H A DsaigSimFast.c221 static inline unsigned Faig_SimulateRandomShift( unsigned uOld ) in Faig_SimulateRandomShift() argument
223 return (uOld << 16) | ((uOld ^ Aig_ManRandom(0)) & 0xffff); in Faig_SimulateRandomShift()
237 static inline unsigned Faig_SimulateTransferShift( unsigned uOld, unsigned uNew ) in Faig_SimulateTransferShift() argument
239 return (uOld << 16) | (uNew & 0xffff); in Faig_SimulateTransferShift()
/dports/math/gismo/gismo-21.12.0/extensions/gsStructuralAnalysis/examples/
H A Dexample_DynamicShell.cpp211 gsMatrix<> uOld(N,1); in main() local
214 uOld.setZero(); in main()
262 uNew = uOld; in main()
H A Dexample_DynamicShellNL.cpp214 gsMatrix<> uOld(N,1); in main() local
217 uOld.setZero(); in main()
287 uNew = uOld; in main()
H A Dexample_DynamicBeamNL.cpp207 gsMatrix<> uOld(N,1); in main() local
211 uOld = assembler->projectL2(initialShape); in main()
218 assembler->constructSolution(uOld,deformationIni); in main()
304 uNew = uOld; in main()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/PinT/parabolic-control/
H A DdynamicObjective.hpp153 std::vector<Real> uOld(nx_), uNew(nx_); in value() local
156 uOld[n] = (*uop)[n] - target; in value()
159 Real uoval = dot(uOld,uOld); in value()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiextensions-apiserver/pkg/registry/customresource/
H A Dstrategy.go171 uOld, ok := old.(*unstructured.Unstructured)
181 …if oldErrs := structurallisttype.ValidateListSetsAndMaps(nil, a.structuralSchemas[v], uOld.Object)…
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/apiextensions-apiserver/pkg/registry/customresource/
H A Dstrategy.go174 uOld, ok := old.(*unstructured.Unstructured)
184 …if oldErrs := structurallisttype.ValidateListSetsAndMaps(nil, a.structuralSchemas[v], uOld.Object)…
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiextensions-apiserver/pkg/registry/customresource/
H A Dstrategy.go193 uOld, ok := old.(*unstructured.Unstructured)
203 …if oldErrs := structurallisttype.ValidateListSetsAndMaps(nil, a.structuralSchemas[v], uOld.Object)…
/dports/biology/star/STAR-2.7.9a/source/
H A DstitchWindowAligns.cpp272 uint uOld=wTr[iTr]->mappedLength-nOverlap; in stitchWindowAligns() local
276 … } else if (uOld==0) {//old transcript is a subset of the new one, remove old transcript in stitchWindowAligns()
281 … } else if (uOld>0 && (uNew>0 || Score >= wTr[iTr]->maxScore) ) {//check next transcript in stitchWindowAligns()
/dports/audio/mumble/mumble-1.3.3/src/murmur/
H A DMessages.cpp127 ServerUser *uOld = NULL; in msgAuthenticate() local
133 uOld = u; in msgAuthenticate()
139 if (ok && uOld && (uSource->iId == -1)) { in msgAuthenticate()
140 …if ((uOld->peerAddress() != uSource->peerAddress()) && (uSource->qsHash.isEmpty() || (uSource->qsH… in msgAuthenticate()
192 if (uOld) { in msgAuthenticate()
195 mpur.set_session(uOld->uiSession); in msgAuthenticate()
197 sendMessage(uOld, mpur); in msgAuthenticate()
198 uOld->forceFlush(); in msgAuthenticate()
199 uOld->disconnectSocket(true); in msgAuthenticate()
/dports/audio/murmur/mumble-1.3.3/src/murmur/
H A DMessages.cpp127 ServerUser *uOld = NULL; in msgAuthenticate() local
133 uOld = u; in msgAuthenticate()
139 if (ok && uOld && (uSource->iId == -1)) { in msgAuthenticate()
140 …if ((uOld->peerAddress() != uSource->peerAddress()) && (uSource->qsHash.isEmpty() || (uSource->qsH… in msgAuthenticate()
192 if (uOld) { in msgAuthenticate()
195 mpur.set_session(uOld->uiSession); in msgAuthenticate()
197 sendMessage(uOld, mpur); in msgAuthenticate()
198 uOld->forceFlush(); in msgAuthenticate()
199 uOld->disconnectSocket(true); in msgAuthenticate()
/dports/math/maxima/maxima-5.43.2/share/contrib/sarag/
H A DrootCounting.mac53 block([rOld,rNew,uOld,uNew,vOld,vNew,rRes, uRes, vRes,quo,rList,uList,vList,rAux,uAux,vAux],
60 uOld : 1, vOld : 0,
63 uList : [uOld],
80 uNew : ratexpand(-uOld + quo*uNew),
84 uOld : uAux,
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DConnection.cc57 void Connection::HalfPipe::changeUser(FileScanUser *uOld, FileScanUser *uNew) { in changeUser() argument
59 TheFileScanner->changeUser(theReserv, uOld, uNew); in changeUser()
H A DConnection.h43 void changeUser(FileScanUser *uOld, FileScanUser *uNew);
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA_legacy/
H A DBsplineJastrowCuda.cu585 float uOld = eval_1d_spline(d, rMax, drInv, A, coefs); in two_body_NLratio_kernel() local
592 shared_sum[iq][tid] += eval_1d_spline(d, rMax, drInv, A, coefs) - uOld; in two_body_NLratio_kernel()
670 double uOld = eval_1d_spline(d, rMax, drInv, A, coefs); in two_body_NLratio_kernel() local
678 shared_sum[iq][tid] += eval_1d_spline(d, rMax, drInv, A, coefs) - uOld; in two_body_NLratio_kernel()
1845 float uOld = eval_1d_spline(d, rMax, drInv, A, coefs); in one_body_NLratio_kernel() local
1853 shared_sum[iq][tid] += eval_1d_spline(d, rMax, drInv, A, coefs) - uOld; in one_body_NLratio_kernel()
1923 double uOld = eval_1d_spline(d, rMax, drInv, A, coefs); in one_body_NLratio_kernel() local
1931 shared_sum[iq][tid] += eval_1d_spline(d, rMax, drInv, A, coefs) - uOld; in one_body_NLratio_kernel()
H A DBsplineJastrowCudaPBC.cu1296 T uOld = CMC_eval_1d_spline(dist, rMax, drInv /*, A*/, coefs); in two_body_NLratio_PBC_kernel() local
1307 shared_sum[iq][tid] += CMC_eval_1d_spline(dist, rMax, drInv /*, A*/, coefs) - uOld; in two_body_NLratio_PBC_kernel()
1321 shared_sum[iq][tid] += CMC_eval_1d_spline(dist, rMax, drInv /*, A*/, coefs) - uOld; in two_body_NLratio_PBC_kernel()
3391 T uOld = CMC_eval_1d_spline(dist, rMax, drInv /*, A*/, coefs); in one_body_NLratio_PBC_kernel() local
3399 shared_sum[iq][tid] += CMC_eval_1d_spline(dist, rMax, drInv /*, A*/, coefs) - uOld; in one_body_NLratio_PBC_kernel()
3479 T uOld = eval_1d_spline(dist, rMax, drInv, A, coefs); in one_body_NLratio_PBC_kernel_fast() local
3487 shared_sum[iq][tid] += eval_1d_spline(dist, rMax, drInv, A, coefs) - uOld; in one_body_NLratio_PBC_kernel_fast()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/example/tempus/
H A Dexample_parabolic_modeleval.hpp976 Thyra::DetachedVectorView<Real> uOld(uOld_ptr); in value() local
980 uOld[n] = uo[n] - target; in value()
H A Dexample_parabolic_thyravec.hpp976 Thyra::DetachedVectorView<Real> uOld(uOld_ptr); in value() local
980 uOld[n] = uo[n] - target; in value()

12