HomeSort by relevance Sort by last modified time
    Searched refs:RAND_MAX (Results 51 - 75 of 77) sorted by null

1 23 4

  /frameworks/rs/driver/
rsdRuntimeMath.cpp 248 r /= RAND_MAX;
254 r /= RAND_MAX;
  /external/stlport/test/unit/
cmath_test.cpp 75 CPPUNIT_CHECK( rand_val >= 0 && rand_val <= RAND_MAX );
  /frameworks/av/cmds/stagefright/
record.cpp 90 char x = (char)((double)rand() / RAND_MAX * 255);
stagefright.cpp 276 shouldSeek = ((double)rand() / RAND_MAX) < 0.1;
286 seekTimeUs = (rand() * (float)durationUs) / RAND_MAX;
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 75 CPPUNIT_CHECK( rand_val >= 0 && rand_val <= RAND_MAX );
  /ndk/tests/device/test-stlport/unit/
cmath_test.cpp 75 CPPUNIT_CHECK( rand_val >= 0 && rand_val <= RAND_MAX );
  /external/openfst/src/include/fst/
randgen.h 55 double r = rand()/(RAND_MAX + 1.0);
87 double r = rand()/(RAND_MAX + 1.0);
128 double r = -log(rand()/(RAND_MAX + 1.0));
  /external/dbus/dbus/
dbus-sysdeps.c 818 b = (r / (double) RAND_MAX) * 255.0;
  /external/dbus/test/
break-loader.c 62 v_double = ((double)start) + (((double)rand ())/RAND_MAX) * gap;
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 372 return (double)rand() / RAND_MAX;
  /frameworks/av/media/libstagefright/rtsp/
ARTPConnection.cpp 119 unsigned start = (rand() * 1000)/ RAND_MAX + 15550;
ARTPWriter.cpp 44 return ((double)rand() * limit) / RAND_MAX;
MyTransmitter.h 49 return ((double)rand() * limit) / RAND_MAX;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 129 #define RAND_MAX 2147483647
326 /* Return a random long integer between 0 and RAND_MAX inclusive. */
379 /* Return a random integer between 0 and RAND_MAX inclusive. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 129 #define RAND_MAX 2147483647
326 /* Return a random long integer between 0 and RAND_MAX inclusive. */
379 /* Return a random integer between 0 and RAND_MAX inclusive. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h 129 #define RAND_MAX 2147483647
326 /* Return a random long integer between 0 and RAND_MAX inclusive. */
379 /* Return a random integer between 0 and RAND_MAX inclusive. */
  /external/skia/src/gpu/
GrMatrix.cpp 323 GrScalar x = (float)rand() / RAND_MAX;
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 542 return (double)rand() / RAND_MAX;
  /external/icu4c/test/cintltst/
capitst.c     [all...]
cnormtst.c 669 data[size] = datachar[(rand() * 50) / RAND_MAX];
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 63 /* #ifndef RAND_MAX */
64 /* #define RAND_MAX 32767 */ /* all that ansi guarantees */
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 484 double reference_mark = (double)rand() / (double)RAND_MAX;
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp 176 indexes[i] = (int) ((double) rand() / RAND_MAX * num);
    [all...]
  /external/openfst/src/test/
algo_test.h     [all...]
  /external/qemu/
vnc-android.c     [all...]

Completed in 607 milliseconds

1 23 4