Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 25 of 80) sorted by relevance

1234

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.mers/
Ddiscard.pass.cpp27 std::mt19937 e2 = e1; in test1() local
28 assert(e1 == e2); in test1()
30 assert(e1 != e2); in test1()
31 e2(); in test1()
32 e2(); in test1()
33 e2(); in test1()
34 assert(e1 == e2); in test1()
41 std::mt19937_64 e2 = e1; in test2() local
42 assert(e1 == e2); in test2()
44 assert(e1 != e2); in test2()
[all …]
Dassign.pass.cpp28 E e2(5); in test1() local
29 e2 = e1; in test1()
30 assert(e1 == e2); in test1()
31 assert(e1() == e2()); in test1()
33 assert(e1 != e2); in test1()
34 assert(e2() == k); in test1()
35 assert(e1 == e2); in test1()
44 E e2(5); in test2() local
45 e2 = e1; in test2()
46 assert(e1 == e2); in test2()
[all …]
Dcopy.pass.cpp28 E e2 = e1; in test1() local
29 assert(e1 == e2); in test1()
30 assert(e1() == e2()); in test1()
32 assert(e1 != e2); in test1()
33 assert(e2() == k); in test1()
34 assert(e1 == e2); in test1()
43 E e2(e1); in test2() local
44 assert(e1 == e2); in test2()
45 assert(e1() == e2()); in test2()
47 assert(e1 != e2); in test2()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
Ddiscard.pass.cpp24 std::ranlux24_base e2 = e1; in test1() local
25 assert(e1 == e2); in test1()
27 assert(e1 != e2); in test1()
28 e2(); in test1()
29 e2(); in test1()
30 e2(); in test1()
31 assert(e1 == e2); in test1()
38 std::ranlux48_base e2 = e1; in test2() local
39 assert(e1 == e2); in test2()
41 assert(e1 != e2); in test2()
[all …]
Dassign.pass.cpp26 E e2(5); in test1() local
27 e2 = e1; in test1()
28 assert(e1 == e2); in test1()
29 assert(e1() == e2()); in test1()
31 assert(e1 != e2); in test1()
32 assert(e2() == k); in test1()
33 assert(e1 == e2); in test1()
42 E e2(5); in test2() local
43 e2 = e1; in test2()
44 assert(e1 == e2); in test2()
[all …]
Dcopy.pass.cpp26 E e2 = e1; in test1() local
27 assert(e1 == e2); in test1()
28 assert(e1() == e2()); in test1()
30 assert(e1 != e2); in test1()
31 assert(e2() == k); in test1()
32 assert(e1 == e2); in test1()
41 E e2(e1); in test2() local
42 assert(e1 == e2); in test2()
43 assert(e1() == e2()); in test2()
45 assert(e1 != e2); in test2()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
Ddiscard.pass.cpp24 std::ranlux24 e2 = e1; in test1() local
25 assert(e1 == e2); in test1()
27 assert(e1 != e2); in test1()
28 e2(); in test1()
29 e2(); in test1()
30 e2(); in test1()
31 assert(e1 == e2); in test1()
38 std::ranlux48 e2 = e1; in test2() local
39 assert(e1 == e2); in test2()
41 assert(e1 != e2); in test2()
[all …]
Dassign.pass.cpp26 E e2(5); in test1() local
27 e2 = e1; in test1()
28 assert(e1 == e2); in test1()
29 assert(e1() == e2()); in test1()
31 assert(e1 != e2); in test1()
32 assert(e2() == k); in test1()
33 assert(e1 == e2); in test1()
42 E e2(5); in test2() local
43 e2 = e1; in test2()
44 assert(e1 == e2); in test2()
[all …]
Dcopy.pass.cpp26 E e2 = e1; in test1() local
27 assert(e1 == e2); in test1()
28 assert(e1() == e2()); in test1()
30 assert(e1 != e2); in test1()
31 assert(e2() == k); in test1()
32 assert(e1 == e2); in test1()
41 E e2 = e1; in test2() local
42 assert(e1 == e2); in test2()
43 assert(e1() == e2()); in test2()
45 assert(e1 != e2); in test2()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
Ddiscard.pass.cpp24 std::independent_bits_engine<std::ranlux24, 32, unsigned> e2 = e1; in test1() local
25 assert(e1 == e2); in test1()
27 assert(e1 != e2); in test1()
28 e2(); in test1()
29 e2(); in test1()
30 e2(); in test1()
31 assert(e1 == e2); in test1()
38 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e2 = e1; in test2() local
39 assert(e1 == e2); in test2()
41 assert(e1 != e2); in test2()
[all …]
Dassign.pass.cpp26 E e2(5); in test1() local
27 e2 = e1; in test1()
28 assert(e1 == e2); in test1()
29 assert(e1() == e2()); in test1()
31 assert(e1 != e2); in test1()
32 assert(e2() == k); in test1()
33 assert(e1 == e2); in test1()
42 E e2(5); in test2() local
43 e2 = e1; in test2()
44 assert(e1 == e2); in test2()
[all …]
Dcopy.pass.cpp26 E e2 = e1; in test1() local
27 assert(e1 == e2); in test1()
28 assert(e1() == e2()); in test1()
30 assert(e1 != e2); in test1()
31 assert(e2() == k); in test1()
32 assert(e1 == e2); in test1()
41 E e2 = e1; in test2() local
42 assert(e1 == e2); in test2()
43 assert(e1() == e2()); in test2()
45 assert(e1 != e2); in test2()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
Ddiscard.pass.cpp46 E e2; in other() local
47 assert(e1 == e2); in other()
49 assert(e1 != e2); in other()
50 e2(); in other()
51 assert(e1 == e2); in other()
53 assert(e1 != e2); in other()
54 e2(); in other()
55 e2(); in other()
56 e2(); in other()
57 assert(e1 == e2); in other()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
Ddiscard.pass.cpp24 std::knuth_b e2 = e1; in test1() local
25 assert(e1 == e2); in test1()
27 assert(e1 != e2); in test1()
28 e2(); in test1()
29 e2(); in test1()
30 e2(); in test1()
31 assert(e1 == e2); in test1()
Dassign.pass.cpp26 E e2(5); in test1() local
27 e2 = e1; in test1()
28 assert(e1 == e2); in test1()
29 assert(e1() == e2()); in test1()
31 assert(e1 != e2); in test1()
32 assert(e2() == k); in test1()
33 assert(e1 == e2); in test1()
Dcopy.pass.cpp26 E e2 = e1; in test1() local
27 assert(e1 == e2); in test1()
28 assert(e1() == e2()); in test1()
30 assert(e1 != e2); in test1()
31 assert(e2() == k); in test1()
32 assert(e1 == e2); in test1()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/invalid.argument/
Dinvalid_argument.pass.cpp28 std::invalid_argument e2(e); in main() local
29 assert(std::strcmp(e2.what(), msg) == 0); in main()
30 e2 = e; in main()
31 assert(std::strcmp(e2.what(), msg) == 0); in main()
37 std::invalid_argument e2(e); in main() local
38 assert(e2.what() == msg); in main()
39 e2 = e; in main()
40 assert(e2.what() == msg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/overflow.error/
Doverflow_error.pass.cpp28 std::overflow_error e2(e); in main() local
29 assert(std::strcmp(e2.what(), msg) == 0); in main()
30 e2 = e; in main()
31 assert(std::strcmp(e2.what(), msg) == 0); in main()
37 std::overflow_error e2(e); in main() local
38 assert(e2.what() == msg); in main()
39 e2 = e; in main()
40 assert(e2.what() == msg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/domain.error/
Ddomain_error.pass.cpp28 std::domain_error e2(e); in main() local
29 assert(std::strcmp(e2.what(), msg) == 0); in main()
30 e2 = e; in main()
31 assert(std::strcmp(e2.what(), msg) == 0); in main()
37 std::domain_error e2(e); in main() local
38 assert(e2.what() == msg); in main()
39 e2 = e; in main()
40 assert(e2.what() == msg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/underflow.error/
Dunderflow_error.pass.cpp28 std::underflow_error e2(e); in main() local
29 assert(std::strcmp(e2.what(), msg) == 0); in main()
30 e2 = e; in main()
31 assert(std::strcmp(e2.what(), msg) == 0); in main()
37 std::underflow_error e2(e); in main() local
38 assert(e2.what() == msg); in main()
39 e2 = e; in main()
40 assert(e2.what() == msg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/range.error/
Drange_error.pass.cpp28 std::range_error e2(e); in main() local
29 assert(std::strcmp(e2.what(), msg) == 0); in main()
30 e2 = e; in main()
31 assert(std::strcmp(e2.what(), msg) == 0); in main()
37 std::range_error e2(e); in main() local
38 assert(e2.what() == msg); in main()
39 e2 = e; in main()
40 assert(e2.what() == msg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/logic.error/
Dlogic_error.pass.cpp28 std::logic_error e2(e); in main() local
29 assert(std::strcmp(e2.what(), msg) == 0); in main()
30 e2 = e; in main()
31 assert(std::strcmp(e2.what(), msg) == 0); in main()
37 std::logic_error e2(e); in main() local
38 assert(e2.what() == msg); in main()
39 e2 = e; in main()
40 assert(e2.what() == msg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/runtime.error/
Druntime_error.pass.cpp28 std::runtime_error e2(e); in main() local
29 assert(std::strcmp(e2.what(), msg) == 0); in main()
30 e2 = e; in main()
31 assert(std::strcmp(e2.what(), msg) == 0); in main()
37 std::runtime_error e2(e); in main() local
38 assert(e2.what() == msg); in main()
39 e2 = e; in main()
40 assert(e2.what() == msg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/length.error/
Dlength_error.pass.cpp28 std::length_error e2(e); in main() local
29 assert(std::strcmp(e2.what(), msg) == 0); in main()
30 e2 = e; in main()
31 assert(std::strcmp(e2.what(), msg) == 0); in main()
37 std::length_error e2(e); in main() local
38 assert(e2.what() == msg); in main()
39 e2 = e; in main()
40 assert(e2.what() == msg); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/out.of.range/
Dout_of_range.pass.cpp28 std::out_of_range e2(e); in main() local
29 assert(std::strcmp(e2.what(), msg) == 0); in main()
30 e2 = e; in main()
31 assert(std::strcmp(e2.what(), msg) == 0); in main()
37 std::out_of_range e2(e); in main() local
38 assert(e2.what() == msg); in main()
39 e2 = e; in main()
40 assert(e2.what() == msg); in main()

1234