Home
last modified time | relevance | path

Searched refs:m_C (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_ArithDecoder.cpp92 m_C = (m_B ^ 0xff) << 16; in CJBig2_ArithDecoder()
94 m_C = m_C << 7; in CJBig2_ArithDecoder()
108 if ((m_C >> 16) < m_A) { in DECODE()
117 m_C -= m_A << 16; in DECODE()
133 m_C = m_C + 0xfe00 - (m_B << 9); in BYTEIN()
139 m_C = m_C + 0xff00 - (m_B << 8); in BYTEIN()
149 m_C <<= 1; in ReadValueA()
DJBig2_ArithDecoder.h32 unsigned int m_C; variable
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/
DMouseJoint.java63 private final Vec2 m_C = new Vec2(); field in MouseJoint
198 m_C.set(cB).addLocal(m_rB).subLocal(m_targetA); in initVelocityConstraints()
199 m_C.mulLocal(m_beta); in initVelocityConstraints()
240 temp.set(m_impulse).mulLocal(m_gamma).addLocal(m_C).addLocal(Cdot).negateLocal(); in solveVelocityConstraints()
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
Db2MouseJoint.cpp147 m_C = cB + m_rB - m_targetA; in InitVelocityConstraints()
148 m_C *= m_beta; in InitVelocityConstraints()
175 b2Vec2 impulse = b2Mul(m_mass, -(Cdot + m_C + m_gamma * m_impulse)); in SolveVelocityConstraints()
Db2MouseJoint.h126 b2Vec2 m_C; variable
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
DbtDantzigLCP.cpp1200 int *const m_findex, *const m_p, *const m_C; member
1239 m_state(_state), m_findex(_findex), m_p(p), m_C(c) in btLCP()
1316 int *C = m_C; in btLCP()
1371 m_C[nC] = nC; in transfer_i_to_C()
1385 const int *C = m_C; in transfer_i_from_N_to_C()
1415 m_C[nC] = nC; in transfer_i_from_N_to_C()
1612 int *C = m_C; in transfer_i_from_C_to_N()
1712 int *C = m_C; in solve1()
1741 int *C = m_C; in solve1()
1746 int *C = m_C; in solve1()