HomeSort by relevance Sort by last modified time
    Searched defs:btSwapEndianFloat (Results 1 - 3 of 3) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java 178 public static long btSwapEndianFloat(float d) {
179 return LinearMathJNI.btSwapEndianFloat(d);
LinearMathJNI.java 48 public final static native long btSwapEndianFloat(float jarg1);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btScalar.h 621 SIMD_FORCE_INLINE unsigned int btSwapEndianFloat(float d)

Completed in 34 milliseconds