Home
last modified time | relevance | path

Searched refs:lexicographical_compare (Results 1 – 25 of 1777) sorted by relevance

12345678910>>...72

/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D93972.cc35 VERIFY( ranges::lexicographical_compare(i, j) ); in test01()
38 VERIFY( !ranges::lexicographical_compare(j, i) ); in test01()
49 VERIFY( ranges::lexicographical_compare(i, j) ); in test02()
52 VERIFY( !ranges::lexicographical_compare(j, i) ); in test02()
63 VERIFY( ranges::lexicographical_compare(i, j) ); in test03()
66 VERIFY( !ranges::lexicographical_compare(j, i) ); in test03()
77 VERIFY( !ranges::lexicographical_compare(i, j) ); in test04()
80 VERIFY( ranges::lexicographical_compare(j, i) ); in test04()
90 VERIFY( ranges::lexicographical_compare(i, j) ); in test05()
106 VERIFY( ranges::lexicographical_compare(j, i) ); in test06()
[all …]
H A Dconstrained.cc54 VERIFY( ranges::lexicographical_compare(rx, rz) ); in test01()
55 VERIFY( !ranges::lexicographical_compare(rz, rx) ); in test01()
57 VERIFY( !ranges::lexicographical_compare(rx, rx) ); in test01()
65 VERIFY( ranges::lexicographical_compare(ry, rx, {}, in test01()
87 VERIFY( ranges::lexicographical_compare(x, y) ); in test02()
88 VERIFY( !ranges::lexicographical_compare(y, x) ); in test02()
90 VERIFY( ranges::lexicographical_compare(x, z) ); in test02()
91 VERIFY( !ranges::lexicographical_compare(z, x) ); in test02()
93 VERIFY( !ranges::lexicographical_compare(x, x) ); in test02()
95 VERIFY( !ranges::lexicographical_compare(x, y, {}, in test02()
[all …]
H A D94013.cc39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
44 VERIFY( std::lexicographical_compare(i, i+3, ck, ck+3) ); // v c in test01()
49 using std::ranges::lexicographical_compare; in test01()
50 VERIFY( ! lexicographical_compare(i+1, i+4, j, j+2) ); // v v in test01()
51 VERIFY( lexicographical_compare(i+2, i+4, k, k+3) ); // v u in test01()
52 VERIFY( ! lexicographical_compare(k, k+3, i+1, i+4) ); // u v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
60 VERIFY( ! lexicographical_compare(ck, ck+2, i+1, i+2) ); // c v in test01()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D93972.cc35 VERIFY( ranges::lexicographical_compare(i, j) ); in test01()
38 VERIFY( !ranges::lexicographical_compare(j, i) ); in test01()
49 VERIFY( ranges::lexicographical_compare(i, j) ); in test02()
52 VERIFY( !ranges::lexicographical_compare(j, i) ); in test02()
63 VERIFY( ranges::lexicographical_compare(i, j) ); in test03()
66 VERIFY( !ranges::lexicographical_compare(j, i) ); in test03()
77 VERIFY( !ranges::lexicographical_compare(i, j) ); in test04()
80 VERIFY( ranges::lexicographical_compare(j, i) ); in test04()
90 VERIFY( ranges::lexicographical_compare(i, j) ); in test05()
106 VERIFY( ranges::lexicographical_compare(j, i) ); in test06()
[all …]
H A Dconstrained.cc54 VERIFY( ranges::lexicographical_compare(rx, rz) ); in test01()
55 VERIFY( !ranges::lexicographical_compare(rz, rx) ); in test01()
57 VERIFY( !ranges::lexicographical_compare(rx, rx) ); in test01()
65 VERIFY( ranges::lexicographical_compare(ry, rx, {}, in test01()
87 VERIFY( ranges::lexicographical_compare(x, y) ); in test02()
88 VERIFY( !ranges::lexicographical_compare(y, x) ); in test02()
90 VERIFY( ranges::lexicographical_compare(x, z) ); in test02()
91 VERIFY( !ranges::lexicographical_compare(z, x) ); in test02()
93 VERIFY( !ranges::lexicographical_compare(x, x) ); in test02()
95 VERIFY( !ranges::lexicographical_compare(x, y, {}, in test02()
[all …]
H A D94013.cc39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
44 VERIFY( std::lexicographical_compare(i, i+3, ck, ck+3) ); // v c in test01()
49 using std::ranges::lexicographical_compare; in test01()
50 VERIFY( ! lexicographical_compare(i+1, i+4, j, j+2) ); // v v in test01()
51 VERIFY( lexicographical_compare(i+2, i+4, k, k+3) ); // v u in test01()
52 VERIFY( ! lexicographical_compare(k, k+3, i+1, i+4) ); // u v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
60 VERIFY( ! lexicographical_compare(ck, ck+2, i+1, i+2) ); // c v in test01()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D93972.cc35 VERIFY( ranges::lexicographical_compare(i, j) ); in test01()
38 VERIFY( !ranges::lexicographical_compare(j, i) ); in test01()
49 VERIFY( ranges::lexicographical_compare(i, j) ); in test02()
52 VERIFY( !ranges::lexicographical_compare(j, i) ); in test02()
63 VERIFY( ranges::lexicographical_compare(i, j) ); in test03()
66 VERIFY( !ranges::lexicographical_compare(j, i) ); in test03()
77 VERIFY( !ranges::lexicographical_compare(i, j) ); in test04()
80 VERIFY( ranges::lexicographical_compare(j, i) ); in test04()
90 VERIFY( ranges::lexicographical_compare(i, j) ); in test05()
106 VERIFY( ranges::lexicographical_compare(j, i) ); in test06()
[all …]
H A Dconstrained.cc54 VERIFY( ranges::lexicographical_compare(rx, rz) );
55 VERIFY( !ranges::lexicographical_compare(rz, rx) );
57 VERIFY( !ranges::lexicographical_compare(rx, rx) );
65 VERIFY( ranges::lexicographical_compare(ry, rx, {},
87 VERIFY( ranges::lexicographical_compare(x, y) );
88 VERIFY( !ranges::lexicographical_compare(y, x) );
90 VERIFY( ranges::lexicographical_compare(x, z) );
91 VERIFY( !ranges::lexicographical_compare(z, x) );
93 VERIFY( !ranges::lexicographical_compare(x, x) );
95 VERIFY( !ranges::lexicographical_compare(x, y, {},
[all …]
H A D94013.cc39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
44 VERIFY( std::lexicographical_compare(i, i+3, ck, ck+3) ); // v c in test01()
49 using std::ranges::lexicographical_compare; in test01()
50 VERIFY( ! lexicographical_compare(i+1, i+4, j, j+2) ); // v v in test01()
51 VERIFY( lexicographical_compare(i+2, i+4, k, k+3) ); // v u in test01()
52 VERIFY( ! lexicographical_compare(k, k+3, i+1, i+4) ); // u v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
60 VERIFY( ! lexicographical_compare(ck, ck+2, i+1, i+2) ); // c v in test01()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D93972.cc35 VERIFY( ranges::lexicographical_compare(i, j) ); in test01()
38 VERIFY( !ranges::lexicographical_compare(j, i) ); in test01()
49 VERIFY( ranges::lexicographical_compare(i, j) ); in test02()
52 VERIFY( !ranges::lexicographical_compare(j, i) ); in test02()
63 VERIFY( ranges::lexicographical_compare(i, j) ); in test03()
66 VERIFY( !ranges::lexicographical_compare(j, i) ); in test03()
77 VERIFY( !ranges::lexicographical_compare(i, j) ); in test04()
80 VERIFY( ranges::lexicographical_compare(j, i) ); in test04()
90 VERIFY( ranges::lexicographical_compare(i, j) ); in test05()
106 VERIFY( ranges::lexicographical_compare(j, i) ); in test06()
[all …]
H A Dconstrained.cc54 VERIFY( ranges::lexicographical_compare(rx, rz) ); in test01()
55 VERIFY( !ranges::lexicographical_compare(rz, rx) ); in test01()
57 VERIFY( !ranges::lexicographical_compare(rx, rx) ); in test01()
65 VERIFY( ranges::lexicographical_compare(ry, rx, {}, in test01()
87 VERIFY( ranges::lexicographical_compare(x, y) ); in test02()
88 VERIFY( !ranges::lexicographical_compare(y, x) ); in test02()
90 VERIFY( ranges::lexicographical_compare(x, z) ); in test02()
91 VERIFY( !ranges::lexicographical_compare(z, x) ); in test02()
93 VERIFY( !ranges::lexicographical_compare(x, x) ); in test02()
95 VERIFY( !ranges::lexicographical_compare(x, y, {}, in test02()
[all …]
H A D94013.cc39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
44 VERIFY( std::lexicographical_compare(i, i+3, ck, ck+3) ); // v c in test01()
49 using std::ranges::lexicographical_compare; in test01()
50 VERIFY( ! lexicographical_compare(i+1, i+4, j, j+2) ); // v v in test01()
51 VERIFY( lexicographical_compare(i+2, i+4, k, k+3) ); // v u in test01()
52 VERIFY( ! lexicographical_compare(k, k+3, i+1, i+4) ); // u v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
60 VERIFY( ! lexicographical_compare(ck, ck+2, i+1, i+2) ); // c v in test01()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D93972.cc35 VERIFY( ranges::lexicographical_compare(i, j) ); in test01()
38 VERIFY( !ranges::lexicographical_compare(j, i) ); in test01()
49 VERIFY( ranges::lexicographical_compare(i, j) ); in test02()
52 VERIFY( !ranges::lexicographical_compare(j, i) ); in test02()
63 VERIFY( ranges::lexicographical_compare(i, j) ); in test03()
66 VERIFY( !ranges::lexicographical_compare(j, i) ); in test03()
77 VERIFY( !ranges::lexicographical_compare(i, j) ); in test04()
80 VERIFY( ranges::lexicographical_compare(j, i) ); in test04()
90 VERIFY( ranges::lexicographical_compare(i, j) ); in test05()
106 VERIFY( ranges::lexicographical_compare(j, i) ); in test06()
[all …]
H A Dconstrained.cc54 VERIFY( ranges::lexicographical_compare(rx, rz) ); in test01()
55 VERIFY( !ranges::lexicographical_compare(rz, rx) ); in test01()
57 VERIFY( !ranges::lexicographical_compare(rx, rx) ); in test01()
65 VERIFY( ranges::lexicographical_compare(ry, rx, {}, in test01()
87 VERIFY( ranges::lexicographical_compare(x, y) ); in test02()
88 VERIFY( !ranges::lexicographical_compare(y, x) ); in test02()
90 VERIFY( ranges::lexicographical_compare(x, z) ); in test02()
91 VERIFY( !ranges::lexicographical_compare(z, x) ); in test02()
93 VERIFY( !ranges::lexicographical_compare(x, x) ); in test02()
95 VERIFY( !ranges::lexicographical_compare(x, y, {}, in test02()
[all …]
H A D94013.cc39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
44 VERIFY( std::lexicographical_compare(i, i+3, ck, ck+3) ); // v c in test01()
49 using std::ranges::lexicographical_compare; in test01()
50 VERIFY( ! lexicographical_compare(i+1, i+4, j, j+2) ); // v v in test01()
51 VERIFY( lexicographical_compare(i+2, i+4, k, k+3) ); // v u in test01()
52 VERIFY( ! lexicographical_compare(k, k+3, i+1, i+4) ); // u v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
60 VERIFY( ! lexicographical_compare(ck, ck+2, i+1, i+2) ); // c v in test01()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D93972.cc35 VERIFY( ranges::lexicographical_compare(i, j) ); in test01()
38 VERIFY( !ranges::lexicographical_compare(j, i) ); in test01()
49 VERIFY( ranges::lexicographical_compare(i, j) ); in test02()
52 VERIFY( !ranges::lexicographical_compare(j, i) ); in test02()
63 VERIFY( ranges::lexicographical_compare(i, j) ); in test03()
66 VERIFY( !ranges::lexicographical_compare(j, i) ); in test03()
77 VERIFY( !ranges::lexicographical_compare(i, j) ); in test04()
80 VERIFY( ranges::lexicographical_compare(j, i) ); in test04()
90 VERIFY( ranges::lexicographical_compare(i, j) ); in test05()
106 VERIFY( ranges::lexicographical_compare(j, i) ); in test06()
[all …]
H A Dconstrained.cc54 VERIFY( ranges::lexicographical_compare(rx, rz) ); in test01()
55 VERIFY( !ranges::lexicographical_compare(rz, rx) ); in test01()
57 VERIFY( !ranges::lexicographical_compare(rx, rx) ); in test01()
65 VERIFY( ranges::lexicographical_compare(ry, rx, {}, in test01()
87 VERIFY( ranges::lexicographical_compare(x, y) ); in test02()
88 VERIFY( !ranges::lexicographical_compare(y, x) ); in test02()
90 VERIFY( ranges::lexicographical_compare(x, z) ); in test02()
91 VERIFY( !ranges::lexicographical_compare(z, x) ); in test02()
93 VERIFY( !ranges::lexicographical_compare(x, x) ); in test02()
95 VERIFY( !ranges::lexicographical_compare(x, y, {}, in test02()
[all …]
H A D94013.cc39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
44 VERIFY( std::lexicographical_compare(i, i+3, ck, ck+3) ); // v c in test01()
49 using std::ranges::lexicographical_compare; in test01()
50 VERIFY( ! lexicographical_compare(i+1, i+4, j, j+2) ); // v v in test01()
51 VERIFY( lexicographical_compare(i+2, i+4, k, k+3) ); // v u in test01()
52 VERIFY( ! lexicographical_compare(k, k+3, i+1, i+4) ); // u v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
60 VERIFY( ! lexicographical_compare(ck, ck+2, i+1, i+2) ); // c v in test01()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/
H A D93972.cc35 VERIFY( ranges::lexicographical_compare(i, j) ); in test01()
38 VERIFY( !ranges::lexicographical_compare(j, i) ); in test01()
49 VERIFY( ranges::lexicographical_compare(i, j) ); in test02()
52 VERIFY( !ranges::lexicographical_compare(j, i) ); in test02()
63 VERIFY( ranges::lexicographical_compare(i, j) ); in test03()
66 VERIFY( !ranges::lexicographical_compare(j, i) ); in test03()
77 VERIFY( !ranges::lexicographical_compare(i, j) ); in test04()
80 VERIFY( ranges::lexicographical_compare(j, i) ); in test04()
90 VERIFY( ranges::lexicographical_compare(i, j) ); in test05()
106 VERIFY( ranges::lexicographical_compare(j, i) ); in test06()
[all …]
H A Dconstrained.cc54 VERIFY( ranges::lexicographical_compare(rx, rz) ); in test01()
55 VERIFY( !ranges::lexicographical_compare(rz, rx) ); in test01()
57 VERIFY( !ranges::lexicographical_compare(rx, rx) ); in test01()
65 VERIFY( ranges::lexicographical_compare(ry, rx, {}, in test01()
87 VERIFY( ranges::lexicographical_compare(x, y) ); in test02()
88 VERIFY( !ranges::lexicographical_compare(y, x) ); in test02()
90 VERIFY( ranges::lexicographical_compare(x, z) ); in test02()
91 VERIFY( !ranges::lexicographical_compare(z, x) ); in test02()
93 VERIFY( !ranges::lexicographical_compare(x, x) ); in test02()
95 VERIFY( !ranges::lexicographical_compare(x, y, {}, in test02()
[all …]
H A D94013.cc39 VERIFY( std::lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
44 VERIFY( std::lexicographical_compare(i, i+3, ck, ck+3) ); // v c in test01()
49 using std::ranges::lexicographical_compare; in test01()
50 VERIFY( ! lexicographical_compare(i+1, i+4, j, j+2) ); // v v in test01()
51 VERIFY( lexicographical_compare(i+2, i+4, k, k+3) ); // v u in test01()
52 VERIFY( ! lexicographical_compare(k, k+3, i+1, i+4) ); // u v in test01()
56 VERIFY( lexicographical_compare(i, i+2, cj, cj+2) ); // v cv in test01()
57 VERIFY( lexicographical_compare(cj+1, cj+3, k, k+3) ); // cv u in test01()
58 VERIFY( ! lexicographical_compare(k, k+2, cj, cj+3) ); // u cv in test01()
60 VERIFY( ! lexicographical_compare(ck, ck+2, i+1, i+2) ); // c v in test01()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/deque_iterators/
H A D1.cc59 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
61 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
65 VERIFY( !lexicographical_compare(d.begin(), d.begin() + 10, in test02()
69 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
76 VERIFY( lexicographical_compare(cd.begin(), cd.begin() + 10, in test02()
80 VERIFY( !lexicographical_compare(cd.begin(), cd.begin() + 10, in test02()
102 VERIFY( !lexicographical_compare(d1.begin(), d1.begin() + 10, in test03()
189 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test08()
191 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test08()
195 VERIFY( !lexicographical_compare(d.begin(), d.begin() + 10, in test08()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/deque_iterators/
H A D1.cc59 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
61 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
65 VERIFY( !lexicographical_compare(d.begin(), d.begin() + 10, in test02()
69 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
76 VERIFY( lexicographical_compare(cd.begin(), cd.begin() + 10, in test02()
80 VERIFY( !lexicographical_compare(cd.begin(), cd.begin() + 10, in test02()
102 VERIFY( !lexicographical_compare(d1.begin(), d1.begin() + 10, in test03()
189 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test08()
191 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test08()
195 VERIFY( !lexicographical_compare(d.begin(), d.begin() + 10, in test08()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/deque_iterators/
H A D1.cc59 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
61 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
65 VERIFY( !lexicographical_compare(d.begin(), d.begin() + 10, in test02()
69 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
76 VERIFY( lexicographical_compare(cd.begin(), cd.begin() + 10, in test02()
80 VERIFY( !lexicographical_compare(cd.begin(), cd.begin() + 10, in test02()
102 VERIFY( !lexicographical_compare(d1.begin(), d1.begin() + 10, in test03()
189 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test08()
191 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test08()
195 VERIFY( !lexicographical_compare(d.begin(), d.begin() + 10, in test08()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/25_algorithms/lexicographical_compare/deque_iterators/
H A D1.cc59 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
61 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
65 VERIFY( !lexicographical_compare(d.begin(), d.begin() + 10, in test02()
69 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test02()
76 VERIFY( lexicographical_compare(cd.begin(), cd.begin() + 10, in test02()
80 VERIFY( !lexicographical_compare(cd.begin(), cd.begin() + 10, in test02()
102 VERIFY( !lexicographical_compare(d1.begin(), d1.begin() + 10, in test03()
189 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test08()
191 VERIFY( lexicographical_compare(d.begin(), d.begin() + 10, in test08()
195 VERIFY( !lexicographical_compare(d.begin(), d.begin() + 10, in test08()
[all …]

12345678910>>...72