/aosp_15_r20/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
H A D | eval.pass.cpp | 23 class rand1 class 44 explicit rand1(result_type sd = Min) : x_(sd) in rand1() function in rand1 64 typedef std::independent_bits_engine<rand1<unsigned, 0, 10>, 16, unsigned> E; in test1() 73 typedef std::independent_bits_engine<rand1<unsigned, 0, 100>, 16, unsigned> E; in test2() 82 typedef std::independent_bits_engine<rand1<unsigned, 0, 0xFFFFFFFF>, 32, unsigned> E; in test3() 91 typedef std::independent_bits_engine<rand1<unsigned, 0, 0xFFFFFFFF>, 7, unsigned> E; in test4() 100 typedef std::independent_bits_engine<rand1<unsigned, 2, 3>, 1, unsigned> E; in test5() 109 typedef std::independent_bits_engine<rand1<unsigned, 2, 3>, 11, unsigned> E; in test6() 118 typedef std::independent_bits_engine<rand1<unsigned, 2, 3>, 32, unsigned> E; in test7()
|
H A D | result_type.pass.cpp | 25 class rand1 class 46 explicit rand1(result_type sd = Min) : x_(sd) in rand1() function in rand1 69 std::independent_bits_engine<rand1<unsigned long, 0, 10>, 16, unsigned>::result_type, in test1() 77 … std::independent_bits_engine<rand1<unsigned long, 0, 10>, 16, unsigned long long>::result_type, in test2()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
H A D | eval.pass.cpp | 22 class rand1 class 43 explicit rand1(result_type sd = Min) : x_(sd) in rand1() function in rand1 63 typedef std::independent_bits_engine<rand1<unsigned, 0, 10>, 16, unsigned> E; in test1() 72 typedef std::independent_bits_engine<rand1<unsigned, 0, 100>, 16, unsigned> E; in test2() 81 typedef std::independent_bits_engine<rand1<unsigned, 0, 0xFFFFFFFF>, 32, unsigned> E; in test3() 90 typedef std::independent_bits_engine<rand1<unsigned, 0, 0xFFFFFFFF>, 7, unsigned> E; in test4() 99 typedef std::independent_bits_engine<rand1<unsigned, 2, 3>, 1, unsigned> E; in test5() 108 typedef std::independent_bits_engine<rand1<unsigned, 2, 3>, 11, unsigned> E; in test6() 117 typedef std::independent_bits_engine<rand1<unsigned, 2, 3>, 32, unsigned> E; in test7()
|
H A D | result_type.pass.cpp | 24 class rand1 class 45 explicit rand1(result_type sd = Min) : x_(sd) in rand1() function in rand1 68 std::independent_bits_engine<rand1<unsigned long, 0, 10>, 16, unsigned>::result_type, in test1() 76 … std::independent_bits_engine<rand1<unsigned long, 0, 10>, 16, unsigned long long>::result_type, in test2()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
H A D | result_type.pass.cpp | 24 class rand1 class 45 explicit rand1(result_type sd = Min) : x_(sd) in rand1() function in rand1 68 std::shuffle_order_engine<rand1<unsigned long, 0, 10>, 16>::result_type, in test1() 76 std::shuffle_order_engine<rand1<unsigned long long, 0, 10>, 16>::result_type, in test2()
|
H A D | eval.pass.cpp | 22 class rand1 class 43 explicit rand1(result_type sd = Min) : x_(sd) in rand1() function in rand1 72 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0; in test2() 82 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0; in test3()
|
/aosp_15_r20/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
H A D | result_type.pass.cpp | 25 class rand1 class 46 explicit rand1(result_type sd = Min) : x_(sd) in rand1() function in rand1 69 std::shuffle_order_engine<rand1<unsigned long, 0, 10>, 16>::result_type, in test1() 77 std::shuffle_order_engine<rand1<unsigned long long, 0, 10>, 16>::result_type, in test2()
|
H A D | eval.pass.cpp | 23 class rand1 class 44 explicit rand1(result_type sd = Min) : x_(sd) in rand1() function in rand1 73 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0; in test2() 83 typedef rand1<unsigned long long, 0, 0xFFFFFFFFFFFFFFFFull> E0; in test3()
|
/aosp_15_r20/packages/modules/Connectivity/service/native/libs/libclat/ |
D | clatutils_test.cpp | 111 uint16_t rand1 = rand & 0xffff; in TEST_F() local 113 std::string v6PrefixStr = StringPrintf("2001:db8:%x:%x", rand1, rand2); in TEST_F() 114 std::string v6InterfaceAddrStr = StringPrintf("%s::%x:%x", v6PrefixStr.c_str(), rand2, rand1); in TEST_F() 115 std::string nat64PrefixStr = StringPrintf("2001:db8:%x:%x::", rand2, rand1); in TEST_F()
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_unspec.py | 199 def fn(x, rand1, rand2, rand3): argument 200 rand1.seed(42) 203 r1 = rand1.random() 227 rand1 = random.Random(1) 230 orig_random = rand1.random 240 rand1.random = custom_random 242 return rand1, rand2 244 def fn(x, rand1, rand2): argument 245 r1 = rand1.random()
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | rdrand.ll | 51 %rand1 = tail call { i32, i32 } @llvm.x86.rdrand.32() nounwind 52 %v1 = extractvalue { i32, i32 } %rand1, 0
|
/aosp_15_r20/external/llvm/test/Analysis/ScalarEvolution/ |
H A D | fold.ll | 32 %rand1 = icmp sgt i32 %A, %Y 33 %Z1 = select i1 %rand1, i32 %A, i32 %Y
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_sec.cc | 1913 static void btm_ble_reset_id_impl(const Octet16& rand1, const Octet16& rand2) { in btm_ble_reset_id_impl() argument 1915 btm_sec_cb.devcb.id_keys.ir = rand1; in btm_ble_reset_id_impl() 1942 Octet16 rand1; member 1955 memcpy(tmp.rand1.data(), rand, BT_OCTET8_LEN); in btm_ble_reset_id() 1958 memcpy(tmp.rand1.data() + 8, rand, BT_OCTET8_LEN); in btm_ble_reset_id() 1966 btm_ble_reset_id_impl(tmp.rand1, tmp.rand2); in btm_ble_reset_id()
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SupplicantStaNetworkHalHidlImplTest.java | 1244 byte[] rand1 = new byte[16]; in testNetworkEapGsmAuthCallback() 1247 random.nextBytes(rand1); in testNetworkEapGsmAuthCallback() 1250 params.rands.add(rand1); in testNetworkEapGsmAuthCallback() 1255 NativeUtil.hexStringFromByteArray(rand1), NativeUtil.hexStringFromByteArray(rand2), in testNetworkEapGsmAuthCallback()
|
/aosp_15_r20/system/security/keystore2/src/database/ |
H A D | tests.rs | 98 let rand1 = random(); in test_mocked_random() localVariable 101 if rand1 == rand2 { in test_mocked_random() 104 assert_eq!(rand1 + 1, rand2); in test_mocked_random()
|