Searched refs:m_Dell (Results 1 – 1 of 1) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/ |
D | btDantzigLCP.cpp | 1198 btScalar *const m_Dell, *const m_ell, *const m_tmp; member 1238 m_L(l), m_d(_d), m_Dell(_Dell), m_ell(_ell), m_tmp(_tmp), in btLCP() 1362 m_d[nC] = btRecip (BTAROW(i)[i] - btLargeDot(m_ell,m_Dell,nC)); in transfer_i_to_C() 1384 btScalar *Dell = m_Dell; in transfer_i_from_N_to_C() 1398 btSolveL1 (m_L,m_Dell,m_nC,m_nskip); in transfer_i_from_N_to_C() 1402 btScalar *ell = m_ell, *Dell = m_Dell, *d = m_d; in transfer_i_from_N_to_C() 1406 m_d[nC] = btRecip (BTAROW(i)[i] - btLargeDot(m_ell,m_Dell,nC)); in transfer_i_from_N_to_C() 1711 btScalar *Dell = m_Dell; in solve1() 1726 btSolveL1 (m_L,m_Dell,m_nC,m_nskip); in solve1() 1728 btScalar *ell = m_ell, *Dell = m_Dell, *d = m_d; in solve1()
|