Home
last modified time | relevance | path

Searched refs:btSetMax (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtQuadWord.h217 btSetMax(m_floats[0], other.m_floats[0]); in ATTRIBUTE_ALIGNED16()
218 btSetMax(m_floats[1], other.m_floats[1]); in ATTRIBUTE_ALIGNED16()
219 btSetMax(m_floats[2], other.m_floats[2]); in ATTRIBUTE_ALIGNED16()
220 btSetMax(m_floats[3], other.m_floats[3]); in ATTRIBUTE_ALIGNED16()
DbtMinMax.h50 SIMD_FORCE_INLINE void btSetMax(T& a, const T& b) in btSetMax() function
DbtVector3.h616 btSetMax(m_floats[0], other.m_floats[0]); in ATTRIBUTE_ALIGNED16()
617 btSetMax(m_floats[1], other.m_floats[1]); in ATTRIBUTE_ALIGNED16()
618 btSetMax(m_floats[2], other.m_floats[2]); in ATTRIBUTE_ALIGNED16()
619 btSetMax(m_floats[3], other.w()); in ATTRIBUTE_ALIGNED16()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
DbtRaycastVehicle.cpp518 btSetMax(j1, -maxImpulse); in calcRollingFriction()