Home
last modified time | relevance | path

Searched refs:drand48 (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/src/prng/
Ddrand48.c14 double drand48(void) in drand48() function
/third_party/iowow/src/utils/
Dksort.h70 #define drand48() (rand() * (1.0 / RAND_MAX)) macro
269 j = (int)(drand48() * i); \
277 double z = 1., x = drand48(); \
/third_party/boost/libs/numeric/odeint/examples/thrust/
Dphase_oscillator_ensemble.cu40 result_type operator()( void ) const { return drand48(); } in operator ()()
208 for( size_t i=0 ; i<N ; ++i ) x_host[i] = 2.0 * pi * drand48(); in main()
Drelaxation.cu69 for( size_t i=0 ; i<N ; ++i ) a_host[i] = drand48(); in main()
Dphase_oscillator_chain.cu136 x_host[i] = 2.0 * pi * drand48(); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
Drpc_clnt_call_complex.c58 return (drand48() * 1000); in getRand()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_complex.c67 return (drand48() * 1000); in getRand()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_complex.c67 return (drand48() * 1000); in getRand()
/third_party/musl/libc-test/src/api/
Dstdlib.c74 {double(*p)(void) = drand48;} in f()
/third_party/musl/include/
Dstdlib.h126 double drand48 (void);
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
Dtirpc_interlevel_clnt_call_complex.c67 return (drand48() * 1000); in getRand()
/third_party/musl/porting/liteos_a/kernel/include/
Dstdlib.h127 double drand48 (void);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h131 double drand48 (void);
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/
Dtirpc_expertlevel_clnt_call_complex.c69 return (drand48() * 1000); in getRand()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/
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/
Dtirpc_rpcb_rmtcall_complex.c69 return (drand48() * 1000); in getRand()
/third_party/ltp/include/
Dtst_fuzzy_sync.h512 time_delay = drand48() * (pair->diff_sa.avg + pair->diff_sb.avg) in tst_fzsync_pair_update()
/third_party/skia/third_party/externals/oboe/docs/
DGettingStarted.md158 outputData[i] = ((float)drand48() - 0.5f) * 2 * amplitude;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dbeacon.c954 drand48() < hapd->iconf->ignore_probe_probability) { in handle_probe_req()
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()
Dwpa_auth.c1634 drand48() < in __wpa_send_eapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dbeacon.c954 drand48() < hapd->iconf->ignore_probe_probability) { in handle_probe_req()
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()
Dwpa_auth.c1634 drand48() < in __wpa_send_eapol()
/third_party/musl/
Dmusl_src.gni866 "src/prng/drand48.c",

12