Home
last modified time | relevance | path

Searched refs:bB (Results 1 – 25 of 77) sorted by relevance

1234

/external/fio/exp/
Dexpression-parser.l59 [kK]|[kK][bB] {
63 [Mm][bB] {
79 [tT]|[tT][bB] {
84 [pP]|[pP][bB] {
93 [mM][Ii][bB] {
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
DFrictionJointDef.java72 public void initialize(Body bA, Body bB, Vec2 anchor) { in initialize() argument
74 bodyB = bB; in initialize()
76 bB.getLocalPointToOut(anchor, localAnchorB); in initialize()
DMotorJointDef.java45 public void initialize(Body bA, Body bB) { in initialize() argument
47 bodyB = bB; in initialize()
DWeldJointDef.java78 public void initialize(Body bA, Body bB, Vec2 anchor) { in initialize() argument
80 bodyB = bB; in initialize()
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
Db2World.cpp637 b2Body* bB = fB->GetBody(); in SolveTOI() local
640 b2BodyType typeB = bB->m_type; in SolveTOI()
644 bool activeB = bB->IsAwake() && typeB != b2_staticBody; in SolveTOI()
653 bool collideB = bB->IsBullet() || typeB != b2_dynamicBody; in SolveTOI()
665 if (bA->m_sweep.alpha0 < bB->m_sweep.alpha0) in SolveTOI()
667 alpha0 = bB->m_sweep.alpha0; in SolveTOI()
670 else if (bB->m_sweep.alpha0 < bA->m_sweep.alpha0) in SolveTOI()
673 bB->m_sweep.Advance(alpha0); in SolveTOI()
686 input.sweepB = bB->m_sweep; in SolveTOI()
726 b2Body* bB = fB->GetBody(); in SolveTOI() local
[all …]
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/
DWorld.java1284 Body bB = fB.getBody();
1287 BodyType typeB = bB.m_type;
1291 boolean activeB = bB.isAwake() && typeB != BodyType.STATIC;
1299 boolean collideB = bB.isBullet() || typeB != BodyType.DYNAMIC;
1310 if (bA.m_sweep.alpha0 < bB.m_sweep.alpha0) {
1311 alpha0 = bB.m_sweep.alpha0;
1313 } else if (bB.m_sweep.alpha0 < bA.m_sweep.alpha0) {
1315 bB.m_sweep.advance(alpha0);
1328 input.sweepB.set(bB.m_sweep);
1362 Body bB = fB.getBody();
[all …]
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
Db2PrismaticJoint.cpp90 void b2PrismaticJointDef::Initialize(b2Body* bA, b2Body* bB, const b2Vec2& anchor, const b2Vec2& ax… in Initialize() argument
93 bodyB = bB; in Initialize()
521 b2Body* bB = m_bodyB; in GetJointSpeed() local
524 b2Vec2 rB = b2Mul(bB->m_xf.q, m_localAnchorB - bB->m_sweep.localCenter); in GetJointSpeed()
526 b2Vec2 p2 = bB->m_sweep.c + rB; in GetJointSpeed()
531 b2Vec2 vB = bB->m_linearVelocity; in GetJointSpeed()
533 float32 wB = bB->m_angularVelocity; in GetJointSpeed()
Db2RevoluteJoint.cpp36 void b2RevoluteJointDef::Initialize(b2Body* bA, b2Body* bB, const b2Vec2& anchor) in Initialize() argument
39 bodyB = bB; in Initialize()
401 b2Body* bB = m_bodyB; in GetJointAngle() local
402 return bB->m_sweep.a - bA->m_sweep.a - m_referenceAngle; in GetJointAngle()
408 b2Body* bB = m_bodyB; in GetJointSpeed() local
409 return bB->m_angularVelocity - bA->m_angularVelocity; in GetJointSpeed()
Db2WheelJoint.cpp39 void b2WheelJointDef::Initialize(b2Body* bA, b2Body* bB, const b2Vec2& anchor, const b2Vec2& axis) in Initialize() argument
42 bodyB = bB; in Initialize()
352 b2Body* bB = m_bodyB; in GetJointTranslation() local
355 b2Vec2 pB = bB->GetWorldPoint(m_localAnchorB); in GetJointTranslation()
/external/hyphenation-patterns/cy/
Dhyph-cy.chr.txt2 bB
/external/hyphenation-patterns/et/
Dhyph-et.chr.txt2 bB
/external/hyphenation-patterns/sa/
Dhyph-sa.chr.txt2 bB
/external/hyphenation-patterns/tk/
Dhyph-tk.chr.txt3 bB
/external/hyphenation-patterns/hr/
Dhyph-hr.chr.txt2 bB
/external/hyphenation-patterns/ga/
Dhyph-ga.chr.txt2 bB
/external/hyphenation-patterns/pt/
Dhyph-pt.chr.txt3 bB
/external/hyphenation-patterns/eu/
Dhyph-eu.chr.txt2 bB
/external/hyphenation-patterns/nn/
Dhyph-nn.chr.txt2 bB
/external/hyphenation-patterns/en-GB/
Dhyph-en-gb.chr.txt2 bB
/external/hyphenation-patterns/nb/
Dhyph-nb.chr.txt2 bB
/external/hyphenation-patterns/es/
Dhyph-es.chr.txt2 bB
/external/hyphenation-patterns/da/
Dhyph-da.chr.txt2 bB
/external/hyphenation-patterns/de/
Dhyph-de-1901.chr.txt2 bB
/external/hyphenation-patterns/en-US/
Dhyph-en-us.chr.txt2 bB
/external/hyphenation-patterns/hu/
Dhyph-hu.chr.txt2 bB

1234