Home
last modified time | relevance | path

Searched refs:btSetMin (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtQuadWord.h233 btSetMin(m_floats[0], other.m_floats[0]); in ATTRIBUTE_ALIGNED16()
234 btSetMin(m_floats[1], other.m_floats[1]); in ATTRIBUTE_ALIGNED16()
235 btSetMin(m_floats[2], other.m_floats[2]); in ATTRIBUTE_ALIGNED16()
236 btSetMin(m_floats[3], other.m_floats[3]); in ATTRIBUTE_ALIGNED16()
DbtMinMax.h41 SIMD_FORCE_INLINE void btSetMin(T& a, const T& b) in btSetMin() function
DbtVector3.h633 btSetMin(m_floats[0], other.m_floats[0]); in ATTRIBUTE_ALIGNED16()
634 btSetMin(m_floats[1], other.m_floats[1]); in ATTRIBUTE_ALIGNED16()
635 btSetMin(m_floats[2], other.m_floats[2]); in ATTRIBUTE_ALIGNED16()
636 btSetMin(m_floats[3], other.w()); in ATTRIBUTE_ALIGNED16()
DbtAabbUtil2.h164 btSetMin(lambda_exit, lambda); in btRayAabb()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
DbtRaycastVehicle.cpp517 btSetMin(j1, maxImpulse); in calcRollingFriction()