Home
last modified time | relevance | path

Searched refs:bodyId (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/physics/
H A DIntegrals.cpp124 CenterOfMass::CenterOfMass(const Optional<Size> bodyId) in CenterOfMass() argument
125 : bodyId(bodyId) {} in CenterOfMass()
137 if (bodyId) { in evaluate()
140 if (ids[i] == bodyId.value()) { in evaluate()
152 QuantityMeans::QuantityMeans(const QuantityId id, const Optional<Size> bodyId) in QuantityMeans() argument
154 , bodyId(bodyId) {} in QuantityMeans()
156 QuantityMeans::QuantityMeans(AutoPtr<IUserQuantity>&& func, const Optional<Size> bodyId) in QuantityMeans() argument
158 , bodyId(bodyId) {} in QuantityMeans()
164 if (bodyId) { in evaluate()
167 if (ids[i] == bodyId.value()) { in evaluate()
H A DIntegrals.h152 Optional<Size> bodyId;
155 explicit CenterOfMass(const Optional<Size> bodyId = NOTHING);
184 Optional<Size> bodyId; variable
190 explicit QuantityMeans(const QuantityId id, const Optional<Size> bodyId = NOTHING);
193 explicit QuantityMeans(AutoPtr<IUserQuantity>&& func, const Optional<Size> bodyId = NOTHING);
/dports/devel/bullet/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3UpdateAabbs.h8 void b3ComputeWorldAabb(int bodyId, __global const b3RigidBodyData_t* bodies, __global const b3Coll… in b3ComputeWorldAabb() argument
10 __global const b3RigidBodyData_t* body = &bodies[bodyId]; in b3ComputeWorldAabb()
28 worldAabb.m_minIndices[3] = bodyId; in b3ComputeWorldAabb()
30 worldAabb.m_signedMaxIndices[3] = body[bodyId].m_invMass == 0.f ? 0 : 1; in b3ComputeWorldAabb()
31 worldAabbs[bodyId] = worldAabb; in b3ComputeWorldAabb()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3UpdateAabbs.h8 void b3ComputeWorldAabb(int bodyId, __global const b3RigidBodyData_t* bodies, __global const b3Coll… in b3ComputeWorldAabb() argument
10 __global const b3RigidBodyData_t* body = &bodies[bodyId]; in b3ComputeWorldAabb()
28 worldAabb.m_minIndices[3] = bodyId; in b3ComputeWorldAabb()
30 worldAabb.m_signedMaxIndices[3] = body[bodyId].m_invMass == 0.f ? 0 : 1; in b3ComputeWorldAabb()
31 worldAabbs[bodyId] = worldAabb; in b3ComputeWorldAabb()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3UpdateAabbs.h8 void b3ComputeWorldAabb(int bodyId, __global const b3RigidBodyData_t* bodies, __global const b3Coll… in b3ComputeWorldAabb() argument
10 __global const b3RigidBodyData_t* body = &bodies[bodyId]; in b3ComputeWorldAabb()
28 worldAabb.m_minIndices[3] = bodyId; in b3ComputeWorldAabb()
30 worldAabb.m_signedMaxIndices[3] = body[bodyId].m_invMass == 0.f ? 0 : 1; in b3ComputeWorldAabb()
31 worldAabbs[bodyId] = worldAabb; in b3ComputeWorldAabb()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3UpdateAabbs.h8 void b3ComputeWorldAabb(int bodyId, __global const b3RigidBodyData_t* bodies, __global const b3Coll… in b3ComputeWorldAabb() argument
10 __global const b3RigidBodyData_t* body = &bodies[bodyId]; in b3ComputeWorldAabb()
28 worldAabb.m_minIndices[3] = bodyId; in b3ComputeWorldAabb()
30 worldAabb.m_signedMaxIndices[3] = body[bodyId].m_invMass == 0.f ? 0 : 1; in b3ComputeWorldAabb()
31 worldAabbs[bodyId] = worldAabb; in b3ComputeWorldAabb()
/dports/math/clasp/clasp-3.3.5/src/
H A Dasp_preprocessor.cpp117 Var bodyId; PrgBody* body; in classifyProgram() local
123 body = addBodyVar(bodyId); in classifyProgram()
131 bodyId = supported[i]; in classifyProgram()
132 body = prg_->getBody(bodyId); in classifyProgram()
134 follow_.push_back(bodyId); in classifyProgram()
195 PrgBody* body = prg_->getBody(bodyId); in addBodyVar()
209 if (eqId == bodyId) { in addBodyVar()
339 Var bodyId = it->var(); in propagateAtomVar() local
340 PrgBody* bn = prg_->getBody(bodyId); in propagateAtomVar()
347 seen = bodyInfo_[bodyId].bSeen != 0; in propagateAtomVar()
[all …]
H A Dunfounded_check.cpp307 BodyPtr n(self->getBody(bodyId)); in operator ()()
308 ExtData* ext = self->extended_[self->bodies_[bodyId].lower_or_ext]; in operator ()()
320 BodyPtr n(self->getBody(bodyId)); in operator ()()
368 void DefaultUnfoundedCheck::removeSource(NodeId bodyId) { in removeSource() argument
369 const BodyNode& body = graph_->getBody(bodyId); in removeSource()
371 if (atoms_[*x].watch() == bodyId) { in removeSource()
410 const BodyNode& body = graph_->getBody(w.bodyId); in updateAssignment()
413 …if (ext->lower > 0 && bodies_[w.bodyId].watches && !bodies_[w.bodyId].picked && !s.isFalse(body.li… in updateAssignment()
416 removeSource(w.bodyId); in updateAssignment()
417 pickedExt_.push_back(w.bodyId); in updateAssignment()
[all …]
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/src/
H A Dasp_preprocessor.cpp117 Var bodyId; PrgBody* body; in classifyProgram() local
123 body = addBodyVar(bodyId); in classifyProgram()
131 bodyId = supported[i]; in classifyProgram()
132 body = prg_->getBody(bodyId); in classifyProgram()
134 follow_.push_back(bodyId); in classifyProgram()
195 PrgBody* body = prg_->getBody(bodyId); in addBodyVar()
209 if (eqId == bodyId) { in addBodyVar()
339 Var bodyId = it->var(); in propagateAtomVar() local
340 PrgBody* bn = prg_->getBody(bodyId); in propagateAtomVar()
347 seen = bodyInfo_[bodyId].bSeen != 0; in propagateAtomVar()
[all …]
H A Dunfounded_check.cpp307 BodyPtr n(self->getBody(bodyId)); in operator ()()
308 ExtData* ext = self->extended_[self->bodies_[bodyId].lower_or_ext]; in operator ()()
320 BodyPtr n(self->getBody(bodyId)); in operator ()()
368 void DefaultUnfoundedCheck::removeSource(NodeId bodyId) { in removeSource() argument
369 const BodyNode& body = graph_->getBody(bodyId); in removeSource()
371 if (atoms_[*x].watch() == bodyId) { in removeSource()
410 const BodyNode& body = graph_->getBody(w.bodyId); in updateAssignment()
413 …if (ext->lower > 0 && bodies_[w.bodyId].watches && !bodies_[w.bodyId].picked && !s.isFalse(body.li… in updateAssignment()
416 removeSource(w.bodyId); in updateAssignment()
417 pickedExt_.push_back(w.bodyId); in updateAssignment()
[all …]
/dports/math/clingo/clingo-5.5.1/clasp/src/
H A Dasp_preprocessor.cpp117 Var bodyId; PrgBody* body; in classifyProgram() local
123 body = addBodyVar(bodyId); in classifyProgram()
131 bodyId = supported[i]; in classifyProgram()
132 body = prg_->getBody(bodyId); in classifyProgram()
134 follow_.push_back(bodyId); in classifyProgram()
195 PrgBody* body = prg_->getBody(bodyId); in addBodyVar()
209 if (eqId == bodyId) { in addBodyVar()
339 Var bodyId = it->var(); in propagateAtomVar() local
340 PrgBody* bn = prg_->getBody(bodyId); in propagateAtomVar()
347 seen = bodyInfo_[bodyId].bSeen != 0; in propagateAtomVar()
[all …]
H A Dunfounded_check.cpp307 BodyPtr n(self->getBody(bodyId)); in operator ()()
308 ExtData* ext = self->extended_[self->bodies_[bodyId].lower_or_ext]; in operator ()()
320 BodyPtr n(self->getBody(bodyId)); in operator ()()
368 void DefaultUnfoundedCheck::removeSource(NodeId bodyId) { in removeSource() argument
369 const BodyNode& body = graph_->getBody(bodyId); in removeSource()
371 if (atoms_[*x].watch() == bodyId) { in removeSource()
410 const BodyNode& body = graph_->getBody(w.bodyId); in updateAssignment()
413 …if (ext->lower > 0 && bodies_[w.bodyId].watches && !bodies_[w.bodyId].picked && !s.isFalse(body.li… in updateAssignment()
416 removeSource(w.bodyId); in updateAssignment()
417 pickedExt_.push_back(w.bodyId); in updateAssignment()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/web/elm/src/Build/
H A DShortcuts.elm18 bodyId : String
19 bodyId = function
130 ( newModel, [ Scroll Down bodyId ] )
133 ( newModel, [ Scroll Up bodyId ] )
136 ( { newModel | autoScroll = True }, [ Scroll ToBottom bodyId ] )
143 ( { newModel | autoScroll = False }, [ Scroll ToTop bodyId ] )
/dports/misc/concourse/concourse-6.7.2/web/elm/src/Build/
H A DShortcuts.elm18 bodyId : String
19 bodyId = function
130 ( newModel, [ Scroll Down bodyId ] )
133 ( newModel, [ Scroll Up bodyId ] )
136 ( { newModel | autoScroll = True }, [ Scroll ToBottom bodyId ] )
143 ( { newModel | autoScroll = False }, [ Scroll ToTop bodyId ] )
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DSecurityAppliedMessage.cs21 string bodyId; field in System.ServiceModel.Security.SecurityAppliedMessage
46 get { return this.bodyId; }
241 this.bodyId = this.InnerMessage.GetBodyAttribute( in SetBodyId()
244 if (this.bodyId == null) in SetBodyId()
246 this.bodyId = this.securityHeader.GenerateId(); in SetBodyId()
408 … this.securityHeader.StandardsManager.IdManager.WriteIdAttribute(writer, this.bodyId); in WriteStartInnerMessageWithId()
H A DWSSecurityOneDotZeroReceiveSecurityHeader.cs313 string bodyId = idManager.ExtractId(reader); in ExecuteMessageProtectionPass()
314 this.ElementManager.VerifyUniquenessAndSetBodyId(bodyId); in ExecuteMessageProtectionPass()
320 if ((!expectBodyEncryption || encryptBeforeSign) && bodyId != null) in ExecuteMessageProtectionPass()
322 …bodySigned = EnsureDigestValidityIfIdMatches(signedInfo, bodyId, reader, false, null, null, false); in ExecuteMessageProtectionPass()
345 … if (!encryptBeforeSign && signedInfo != null && signedInfo.HasUnverifiedReference(bodyId)) in ExecuteMessageProtectionPass()
348 …bodySigned = EnsureDigestValidityIfIdMatches(signedInfo, bodyId, bodyReader, false, null, null, fa… in ExecuteMessageProtectionPass()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels.Security/
H A DSecureMessageGenerator.cs370 string bodyId = null; in SecureMessage()
390 ref bodyId); in SecureMessage()
441 …, new XmlNodeReader (doc.SelectSingleNode ("/s:Envelope/s:Body/*", nsmgr) as XmlElement)), bodyId); in SecureMessage()
495 ref string bodyId) in CreateSignature() argument
533 bodyId = GenerateId (doc); in CreateSignature()
534 CreateReference (sig, body.ParentNode as XmlElement, bodyId); in CreateSignature()
728 public WSSecurityMessage (Message msg, string bodyId) in WSSecurityMessage() argument
731 this.body_id = bodyId; in WSSecurityMessage()
777 public WSSecurityMessageBuffer (MessageBuffer mb, string bodyId) in WSSecurityMessageBuffer() argument
780 body_id = bodyId; in WSSecurityMessageBuffer()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A DuserData.py79 userDataId, key, bodyId, linkIndex, visualShapeIndex = client.getUserDataInfo(plane_id, i) variable
80 print("Info: (%s, %s, %s, %s, %s)" % (userDataId, key, bodyId, linkIndex, visualShapeIndex))
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/
H A DHeader.php69 private $bodyId; variable in PhpMyAdmin\\Header
131 $this->bodyId = '';
331 $this->bodyId = htmlspecialchars($id);
461 'body_id' => $this->bodyId,
/dports/science/siconos/siconos-4.4.0/mechanisms/src/MBTB/
H A DMBTB_PYTHON_API.hpp309 void MBTB_BodySetDParam(unsigned int paramId,unsigned int bodyId ,double v);
331 void MBTB_BodySetIParam(unsigned int paramId, unsigned int bodyId, int v);
/dports/www/wsdlpull/wsdlpull-1.24/src/wsdlparser/
H A DSoap.cpp431 int bodyId = idTable[elemId - startId].index; in getSoapBodyInfo() local
432 ns = body_[bodyId].urn; in getSoapBodyInfo()
433 use = body_[bodyId].use; in getSoapBodyInfo()
434 encodingStyle = body_[bodyId].encodingStyle; in getSoapBodyInfo()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletSoftBody/
H A DbtDeformableMultiBodyConstraintSolver.cpp83 int bodyId = getOrInitSolverBody(*bodies[i], infoGlobal.m_timeStep); in writeToSolverBody() local
88 btSolverBody& solverBody = m_tmpSolverBodyPool[bodyId]; in writeToSolverBody()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletSoftBody/
H A DbtDeformableMultiBodyConstraintSolver.cpp83 int bodyId = getOrInitSolverBody(*bodies[i], infoGlobal.m_timeStep); in writeToSolverBody() local
88 btSolverBody& solverBody = m_tmpSolverBodyPool[bodyId]; in writeToSolverBody()
/dports/www/owncloud/owncloud/updater/src/Resources/views/
H A Dbase.php15 <body id="<?=$this->e($bodyId)?>">
/dports/devel/bullet/bullet3-3.21/src/BulletSoftBody/
H A DbtDeformableMultiBodyConstraintSolver.cpp83 int bodyId = getOrInitSolverBody(*bodies[i], infoGlobal.m_timeStep); in writeToSolverBody() local
88 btSolverBody& solverBody = m_tmpSolverBodyPool[bodyId]; in writeToSolverBody()

12345678