Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DLinearMath.java134 public static int btIsNegative(float x) { in btIsNegative() method in LinearMath
DLinearMathJNI.java37 public final static native int btIsNegative(float jarg1); in btIsNegative() method in LinearMathJNI
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtScalar.h529 SIMD_FORCE_INLINE int btIsNegative(btScalar x) { in btIsNegative() function