HomeSort by relevance Sort by last modified time
    Searched refs:clampValue (Results 1 - 4 of 4) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btQuantization.h 43 btVector3 clampValue(quantizationMargin,quantizationMargin,quantizationMargin);
44 outMinBound = srcMinBound - clampValue;
45 outMaxBound = srcMaxBound + clampValue;
  /external/deqp/framework/common/
tcuFloatFormat.hpp 75 Interval clampValue (double d) const;
tcuFloatFormat.cpp 155 Interval FloatFormat::clampValue (double d) const
192 ret |= clampValue(round(tmp.lo(), true)) | clampValue(round(tmp.hi(), false));
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btQuantizedBvh.cpp 94 btVector3 clampValue(quantizationMargin,quantizationMargin,quantizationMargin);
95 m_bvhAabbMin = bvhAabbMin - clampValue;
96 m_bvhAabbMax = bvhAabbMax + clampValue;
108 m_bvhAabbMin.setMin(v-clampValue);
113 m_bvhAabbMax.setMax(v+clampValue);
    [all...]

Completed in 155 milliseconds