Home
last modified time | relevance | path

Searched refs:resultLeft (Results 1 – 10 of 10) sorted by relevance

/dports/misc/dartsim/dart-6.11.1/dart/collision/detail/
H A DUnorderedPairs.hpp107 const auto resultLeft = mList.find(bodyNodeLess); in removePair() local
108 const bool foundLeft = (resultLeft != mList.end()); in removePair()
111 auto& associatedRights = resultLeft->second; in removePair()
115 mList.erase(resultLeft); in removePair()
136 const auto resultLeft = mList.find(less); in contains() local
137 const bool foundLeft = (resultLeft != mList.end()); in contains()
140 auto& associatedRights = resultLeft->second; in contains()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.Numerical/
H A DIntervalAssumer.cs37 IntervalInference.InferenceResult<TVar, Interval> resultLeft; in AssumeNotEqual()
39 … IntervalInference.ConstraintsFor.NotEqual (left, right, env.Decoder, env, out resultLeft, in AssumeNotEqual()
42 … IntervalInference.InferenceResult<TVar, Interval> join = resultLeft.Join (resultRight); in AssumeNotEqual()
H A DDisIntervalAssumer.cs57 IntervalInference.InferenceResult<Var, DisInterval> resultLeft; in AssumeNotEqual()
59 … IntervalInference.ConstraintsFor.NotEqual (left, right, env.Decoder, result, out resultLeft, in AssumeNotEqual()
62 var join = resultLeft.Join (resultRight); in AssumeNotEqual()
H A DIntervalInference.cs242 …IExpressionDecoder<TVar, TExpr> decoder, TEnv env, out InferenceResult<TVar, TInterval> resultLeft,
247 resultLeft = InferenceResult<TVar, TInterval>.Empty;
259 …, TVar, TExpr, TInterval> (successor, env, leftIntv, rightIntv, leftVar, rightVar, ref resultLeft);
/dports/security/keepassxc/keepassxc-2.6.6/src/crypto/kdf/
H A DAesKdf.cpp64 QByteArray resultLeft; in transform() local
67 …ure<bool> future = QtConcurrent::run(transformKeyRaw, raw.left(16), m_seed, m_rounds, &resultLeft); in transform()
77 transformed.append(resultLeft); in transform()
/dports/math/openturns/openturns-1.18/lib/src/Uncertainty/Process/
H A DSpectralGaussianProcess.cxx290 ComplexCollection resultLeft(choleskyFactor * left); in getRealization() local
294 arrayCollection[i * twoNF + nFrequency_ - 1 - k] = conj(resultLeft[i]); in getRealization()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/io/
H A DnsNativeCharsetUtils.cpp824 uint32_t resultLeft = inputLen; in NS_CopyNativeToUnicode() local
830 nsresult rv = conv.NativeToUnicode(&buf, &bufLeft, &result, &resultLeft); in NS_CopyNativeToUnicode()
833 aOutput.SetLength(inputLen - resultLeft); in NS_CopyNativeToUnicode()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Node/
H A DNestedSet.php1083 $resultLeft = $qLeft->execute();
1123 $resultLeft = $qLeft->execute();
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/
H A DSceneView.cpp1549 bool resultLeft = _renderStageLeft->getStats(stats); in getStats() local
1551 return resultLeft && resultRight; in getStats()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DSceneView.cpp1610 bool resultLeft = _renderStageLeft->getStats(stats); in getStats() local
1612 return resultLeft && resultRight; in getStats()