/third_party/musl/src/prng/ |
D | drand48.c | 14 double drand48(void) in drand48() function
|
/third_party/iowow/src/utils/ |
D | ksort.h | 70 #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/ |
D | phase_oscillator_ensemble.cu | 40 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()
|
D | relaxation.cu | 69 for( size_t i=0 ; i<N ; ++i ) a_host[i] = drand48(); in main()
|
D | phase_oscillator_chain.cu | 136 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/ |
D | rpc_clnt_call_complex.c | 58 return (drand48() * 1000); in getRand()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/ |
D | tirpc_rpc_call_complex.c | 67 return (drand48() * 1000); in getRand()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/ |
D | tirpc_toplevel_clnt_call_complex.c | 67 return (drand48() * 1000); in getRand()
|
/third_party/musl/libc-test/src/api/ |
D | stdlib.c | 74 {double(*p)(void) = drand48;} in f()
|
/third_party/musl/include/ |
D | stdlib.h | 126 double drand48 (void);
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/ |
D | tirpc_interlevel_clnt_call_complex.c | 67 return (drand48() * 1000); in getRand()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdlib.h | 127 double drand48 (void);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdlib.h | 131 double drand48 (void);
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_clnt_call/ |
D | tirpc_expertlevel_clnt_call_complex.c | 69 return (drand48() * 1000); in getRand()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_bottomlevel_clnt_call/ |
D | tirpc_bottomlevel_clnt_call_complex.c | 68 return (drand48() * 1000); in getRand()
|
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/ |
D | tirpc_rpcb_rmtcall_complex.c | 69 return (drand48() * 1000); in getRand()
|
/third_party/ltp/include/ |
D | tst_fuzzy_sync.h | 512 time_delay = drand48() * (pair->diff_sa.avg + pair->diff_sb.avg) in tst_fzsync_pair_update()
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | GettingStarted.md | 158 outputData[i] = ((float)drand48() - 0.5f) * 2 * amplitude;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | beacon.c | 954 drand48() < hapd->iconf->ignore_probe_probability) { in handle_probe_req()
|
D | ieee802_11.c | 2055 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()
|
D | wpa_auth.c | 1634 drand48() < in __wpa_send_eapol()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | beacon.c | 954 drand48() < hapd->iconf->ignore_probe_probability) { in handle_probe_req()
|
D | ieee802_11.c | 2055 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()
|
D | wpa_auth.c | 1634 drand48() < in __wpa_send_eapol()
|
/third_party/musl/ |
D | musl_src.gni | 866 "src/prng/drand48.c",
|