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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btRandom.h 28 SIMD_FORCE_INLINE unsigned int GEN_rand() { return genrand_int32(); }
37 SIMD_FORCE_INLINE unsigned int GEN_rand() { return rand(); }
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java 334 public static long GEN_rand() {
335 return LinearMathJNI.GEN_rand();
LinearMathJNI.java 307 public final static native long GEN_rand();
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 273 milliseconds