Home
last modified time | relevance | path

Searched defs:btSwapEndianFloat (Results 1 – 3 of 3) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java178 public static long btSwapEndianFloat(float d) { in btSwapEndianFloat() method in LinearMath
DLinearMathJNI.java48 public final static native long btSwapEndianFloat(float jarg1); in btSwapEndianFloat() method in LinearMathJNI
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtScalar.h621 SIMD_FORCE_INLINE unsigned int btSwapEndianFloat(float d) in btSwapEndianFloat() function