OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resolveSingleConstraintRowGenericSIMD
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
btNNCGConstraintSolver.cpp
89
btScalar deltaf =
resolveSingleConstraintRowGenericSIMD
(m_tmpSolverBodyPool[constraint.m_solverBodyIdA],m_tmpSolverBodyPool[constraint.m_solverBodyIdB],constraint);
189
btScalar deltaf =
resolveSingleConstraintRowGenericSIMD
(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverBodyPool[solveManifold.m_solverBodyIdB],solveManifold);
206
btScalar deltaf =
resolveSingleConstraintRowGenericSIMD
(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverBodyPool[solveManifold.m_solverBodyIdB],solveManifold);
247
//
resolveSingleConstraintRowGenericSIMD
(m_tmpSolverBodyPool[solveManifold.m_solverBodyIdA],m_tmpSolverBodyPool[solveManifold.m_solverBodyIdB],solveManifold);
272
btScalar deltaf =
resolveSingleConstraintRowGenericSIMD
(m_tmpSolverBodyPool[rollingFrictionConstraint.m_solverBodyIdA],m_tmpSolverBodyPool[rollingFrictionConstraint.m_solverBodyIdB],rollingFrictionConstraint);
btSequentialImpulseConstraintSolver.h
98
btSimdScalar
resolveSingleConstraintRowGenericSIMD
(btSolverBody& bodyA,btSolverBody& bodyB,const btSolverConstraint& contactConstraint);
btSequentialImpulseConstraintSolver.cpp
270
btSimdScalar btSequentialImpulseConstraintSolver::
resolveSingleConstraintRowGenericSIMD
(btSolverBody& body1,btSolverBody& body2,const btSolverConstraint& c)
[
all
...]
Completed in 346 milliseconds