Home
last modified time | relevance | path

Searched refs:drand48 (Results 1 - 25 of 29) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/prng/
H A Ddrand48.c27 double ret = drand48(); in drand48_0100()
H A Dsrand48.c48 EXPECT_TRUE("srand48_0100", fabs(drand48() - test_data[i].value[j]) < 0.00000000001); in srand48_0100()
/third_party/musl/src/prng/
H A Ddrand48.c14 double drand48(void) in drand48() function
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
H A Drpc_clnt_call_complex.c58 return (drand48() * 1000); in getRand()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h127 double drand48 (void);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h126 double drand48 (void);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h129 double drand48 (void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h127 double drand48 (void);
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
H A Dtirpc_toplevel_clnt_call_complex.c67 return (drand48() * 1000); in getRand()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
H A Dtirpc_bottomlevel_clnt_call_complex.c68 return (drand48() * 1000); in getRand()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
H A Dtirpc_rpcb_rmtcall_complex.c69 return (drand48() * 1000); in getRand()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
H A Dtirpc_interlevel_clnt_call_complex.c67 return (drand48() * 1000); in getRand()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
H A Dtirpc_rpc_call_complex.c67 return (drand48() * 1000); in getRand()
/third_party/musl/libc-test/src/api/
H A Dstdlib.c74 {double(*p)(void) = drand48;} in f()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h132 double drand48 (void);
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
H A Dtirpc_expertlevel_clnt_call_complex.c69 return (drand48() * 1000); in getRand()
/third_party/musl/include/
H A Dstdlib.h133 double drand48 (void);
/third_party/ltp/include/
H A Dtst_fuzzy_sync.h489 time_delay = drand48() * (pair->diff_sa.avg + pair->diff_sb.avg) in tst_fzsync_pair_update()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs885 pub fn drand48() -> ::c_double; in drand48() functions
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs531 pub fn drand48() -> f64; in drand48() functions
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c2055 drand48() < hapd->iconf->ignore_auth_probability) { in handle_auth()
3885 drand48() < hapd->iconf->ignore_reassoc_probability) { in handle_assoc()
3893 drand48() < hapd->iconf->ignore_assoc_probability) { in handle_assoc()
H A Dbeacon.c954 drand48() < hapd->iconf->ignore_probe_probability) { in handle_probe_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dbeacon.c1069 drand48() < hapd->iconf->ignore_probe_probability) { in handle_probe_req()
H A Dieee802_11.c3594 drand48() < hapd->iconf->ignore_auth_probability) { in handle_auth()
5493 drand48() < hapd->iconf->ignore_reassoc_probability) { in handle_assoc()
5501 drand48() < hapd->iconf->ignore_assoc_probability) { in handle_assoc()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1895 pub fn drand48() -> ::c_double; in drand48() functions

Completed in 31 milliseconds

12