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

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java 186 public static void btSwapEndianDouble(double d, java.nio.ByteBuffer dst) {
189 LinearMathJNI.btSwapEndianDouble(d, dst);
LinearMathJNI.java 50 public final static native void btSwapEndianDouble(double jarg1, java.nio.ByteBuffer jarg2);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btScalar.h 651 SIMD_FORCE_INLINE void btSwapEndianDouble(double d, unsigned char* dst)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 78 milliseconds