HomeSort by relevance Sort by last modified time
    Searched full:drand48 (Results 1 - 25 of 298) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/autoconf/m4/
rand48.m4 2 # This function determins if the srand48,drand48,lrand48 functions are
7 [srand48/lrand48/drand48], [<stdlib.h>],
8 [srand48(0);lrand48();drand48();])
10 AC_DEFINE([HAVE_RAND48],1,[Define to 1 if srand48/lrand48/drand48 exist in <stdlib.h>])
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
drand48.c 1 /* $NetBSD: drand48.c,v 1.6 2005/06/12 05:21:28 lukem Exp $ */
18 __RCSID("$NetBSD: drand48.c,v 1.6 2005/06/12 05:21:28 lukem Exp $");
25 __weak_alias(drand48,_drand48)
29 drand48(void)
  /external/clang/test/Analysis/
security-syntax-checks-no-emit.c 9 double drand48(void);
25 drand48(); // no-warning
security-syntax-checks.m 87 double drand48(void);
103 drand48(); // expected-warning{{Function 'drand48' is obsolete because it implements a poor random number generator. Use 'arc4random' instead}}
  /bionic/tests/
stdlib_test.cpp 30 TEST(stdlib, drand48) {
32 EXPECT_DOUBLE_EQ(0.65619299195623526, drand48());
33 EXPECT_DOUBLE_EQ(0.18522597229772941, drand48());
34 EXPECT_DOUBLE_EQ(0.42015087072844537, drand48());
35 EXPECT_DOUBLE_EQ(0.061637783047395089, drand48());
  /external/ppp/pppd/
magic.c 101 * drand48 et al.
105 drand48() function
chap-md5.c 50 clen = (int)(drand48() * (MD5_MAX_CHALLENGE - MD5_MIN_CHALLENGE))
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 143 mAngles[i] = drand48() * TWO_PI;
144 mAngularVelocity[i] = MAX_ROT_SPEED * (2.0*drand48() - 1.0);
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /bionic/libc/include/
stdlib.h 105 extern double drand48(void);
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 295 drand48
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 290 drand48
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 292 drand48
  /development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt 287 drand48
  /development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt 290 drand48
  /development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt 285 drand48
  /development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt 287 drand48
  /development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt 282 drand48
  /development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.functions.txt 295 drand48
  /development/ndk/platforms/android-19/arch-x86/symbols/
libc.so.functions.txt 290 drand48
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 382 drand48
  /development/ndk/platforms/android-3/include/
stdlib.h 112 extern double drand48(void) __NDK_FPABI__;
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 417 drand48

Completed in 809 milliseconds

1 2 3 4 5 6 7 8 91011>>