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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btRandom.h 27 SIMD_FORCE_INLINE void GEN_srand(unsigned int seed) { init_genrand(seed); }
36 SIMD_FORCE_INLINE void GEN_srand(unsigned int seed) { srand(seed); }
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java 330 public static void GEN_srand(long seed) {
331 LinearMathJNI.GEN_srand(seed);
LinearMathJNI.java 306 public final static native void GEN_srand(long jarg1);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp     [all...]

Completed in 445 milliseconds