Searched refs:m_C (Results 1 – 6 of 6) sorted by relevance
92 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()
32 unsigned int m_C; variable
63 private final Vec2 m_C = new Vec2(); field in MouseJoint198 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()
147 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()
126 b2Vec2 m_C; variable
1200 int *const m_findex, *const m_p, *const m_C; member1239 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()