/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
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()
|
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()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ |
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()
|
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()
|
/external/llvm-project/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
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()
|
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()
|
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ |
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()
|
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()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | selectiondag-order.ll | 13 %rand1 = tail call i64 @lrand48() #3 14 %cmp = icmp eq i64 %rand1, 0 39 %rand1 = tail call i64 @lrand48() #3 40 %cmp = icmp eq i64 %rand1, 0 65 %rand1 = tail call i64 @lrand48() #3 66 %cmp = icmp eq i64 %rand1, 0
|
D | rdrand.ll | 73 %rand1 = tail call { i32, i32 } @llvm.x86.rdrand.32() nounwind 74 %v1 = extractvalue { i32, i32 } %rand1, 0
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | selectiondag-order.ll | 13 %rand1 = tail call i64 @lrand48() #3 14 %cmp = icmp eq i64 %rand1, 0 39 %rand1 = tail call i64 @lrand48() #3 40 %cmp = icmp eq i64 %rand1, 0 65 %rand1 = tail call i64 @lrand48() #3 66 %cmp = icmp eq i64 %rand1, 0
|
/external/llvm/test/CodeGen/X86/ |
D | rdrand.ll | 51 %rand1 = tail call { i32, i32 } @llvm.x86.rdrand.32() nounwind 52 %v1 = extractvalue { i32, i32 } %rand1, 0
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | fold.ll | 32 %rand1 = icmp sgt i32 %A, %Y 33 %Z1 = select i1 %rand1, i32 %A, i32 %Y
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | fold.ll | 33 %rand1 = icmp sgt i32 %A, %Y 34 %Z1 = select i1 %rand1, i32 %A, i32 %Y
|