Home
last modified time | relevance | path

Searched refs:ordering (Results 1 – 25 of 7361) sorted by relevance

12345678910>>...295

/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dordered_groups_test.cc42 ParameterBlockOrdering ordering; in TEST() local
52 ParameterBlockOrdering ordering; in TEST() local
54 ordering.AddElementToGroup(x, 1); in TEST()
57 ordering.AddElementToGroup(x, 1); in TEST()
67 ordering.Remove(x); in TEST()
79 ParameterBlockOrdering ordering; in TEST() local
151 ordering.Reverse(); in TEST()
165 ordering.Reverse(); in TEST()
221 ordering.Remove(x); in TEST()
224 ordering.Remove(x + 1); in TEST()
[all …]
H A Dgraph_algorithms_test.cc60 vector<int> ordering; in TEST() local
63 sort(ordering.begin(), ordering.begin() + 3); in TEST()
64 sort(ordering.begin() + 3, ordering.end()); in TEST()
94 vector<int> ordering; in TEST() local
99 sort(ordering.begin(), ordering.begin() + 4); in TEST()
221 vector<int> ordering; in TEST() local
222 ordering.push_back(0); in TEST()
223 ordering.push_back(1); in TEST()
224 ordering.push_back(2); in TEST()
225 ordering.push_back(3); in TEST()
[all …]
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dordered_groups_test.cc42 ParameterBlockOrdering ordering; in TEST() local
52 ParameterBlockOrdering ordering; in TEST() local
54 ordering.AddElementToGroup(x, 1); in TEST()
57 ordering.AddElementToGroup(x, 1); in TEST()
67 ordering.Remove(x); in TEST()
79 ParameterBlockOrdering ordering; in TEST() local
151 ordering.Reverse(); in TEST()
165 ordering.Reverse(); in TEST()
221 ordering.Remove(x); in TEST()
224 ordering.Remove(x + 1); in TEST()
[all …]
H A Dgraph_algorithms_test.cc61 vector<int> ordering; in TEST() local
64 sort(ordering.begin(), ordering.begin() + 3); in TEST()
65 sort(ordering.begin() + 3, ordering.end()); in TEST()
95 vector<int> ordering; in TEST() local
100 sort(ordering.begin(), ordering.begin() + 4); in TEST()
223 vector<int> ordering; in TEST() local
224 ordering.push_back(0); in TEST()
225 ordering.push_back(1); in TEST()
226 ordering.push_back(2); in TEST()
227 ordering.push_back(3); in TEST()
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/unittest/test/
H A Dtest_runner.py108 ordering = []
143 ordering = []
150 ordering = []
204 ordering = []
223 ordering = []
230 ordering = []
250 ordering = []
257 ordering = []
276 ordering = []
286 ordering = []
[all …]
/dports/lang/python310/Python-3.10.1/Lib/unittest/test/
H A Dtest_runner.py104 ordering = []
139 ordering = []
146 ordering = []
200 ordering = []
219 ordering = []
226 ordering = []
246 ordering = []
253 ordering = []
272 ordering = []
282 ordering = []
[all …]
/dports/lang/python39/Python-3.9.9/Lib/unittest/test/
H A Dtest_runner.py104 ordering = []
139 ordering = []
146 ordering = []
200 ordering = []
219 ordering = []
226 ordering = []
246 ordering = []
253 ordering = []
272 ordering = []
282 ordering = []
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/lint/
H A Dlint-invalid-atomic-ordering-int.stderr1 error: atomic loads cannot have `Release` or `AcqRel` ordering
2 --> $DIR/lint-invalid-atomic-ordering-int.rs:20:20
11 --> $DIR/lint-invalid-atomic-ordering-int.rs:22:20
19 --> $DIR/lint-invalid-atomic-ordering-int.rs:26:16
27 --> $DIR/lint-invalid-atomic-ordering-int.rs:28:16
35 --> $DIR/lint-invalid-atomic-ordering-int.rs:45:20
43 --> $DIR/lint-invalid-atomic-ordering-int.rs:47:20
51 --> $DIR/lint-invalid-atomic-ordering-int.rs:51:16
59 --> $DIR/lint-invalid-atomic-ordering-int.rs:53:16
67 --> $DIR/lint-invalid-atomic-ordering-int.rs:70:20
[all …]
H A Dlint-invalid-atomic-ordering-uint.stderr1 error: atomic loads cannot have `Release` or `AcqRel` ordering
2 --> $DIR/lint-invalid-atomic-ordering-uint.rs:19:20
11 --> $DIR/lint-invalid-atomic-ordering-uint.rs:21:20
19 --> $DIR/lint-invalid-atomic-ordering-uint.rs:25:16
27 --> $DIR/lint-invalid-atomic-ordering-uint.rs:27:16
35 --> $DIR/lint-invalid-atomic-ordering-uint.rs:44:20
43 --> $DIR/lint-invalid-atomic-ordering-uint.rs:46:20
51 --> $DIR/lint-invalid-atomic-ordering-uint.rs:50:16
59 --> $DIR/lint-invalid-atomic-ordering-uint.rs:52:16
67 --> $DIR/lint-invalid-atomic-ordering-uint.rs:69:20
[all …]
H A Dlint-invalid-atomic-ordering-exchange.stderr2 --> $DIR/lint-invalid-atomic-ordering-exchange.rs:20:57
8 = help: consider using ordering mode `Relaxed` instead
11 --> $DIR/lint-invalid-atomic-ordering-exchange.rs:22:57
19 --> $DIR/lint-invalid-atomic-ordering-exchange.rs:24:57
24 = help: consider using ordering mode `Relaxed` instead
82 error: compare_exchange's failure ordering may not be stronger than the success ordering of `Releas…
90 error: compare_exchange's failure ordering may not be stronger than the success ordering of `Releas…
98 error: compare_exchange's failure ordering may not be stronger than the success ordering of `Relaxe…
106 error: compare_exchange's failure ordering may not be stronger than the success ordering of `Relaxe…
114 error: compare_exchange's failure ordering may not be stronger than the success ordering of `Acquir…
[all …]
H A Dlint-invalid-atomic-ordering-exchange-weak.stderr2 --> $DIR/lint-invalid-atomic-ordering-exchange-weak.rs:22:67
8 = help: consider using ordering mode `Relaxed` instead
11 --> $DIR/lint-invalid-atomic-ordering-exchange-weak.rs:24:67
24 = help: consider using ordering mode `Relaxed` instead
48 = help: consider using ordering mode `Relaxed` instead
82 error: compare_exchange_weak's failure ordering may not be stronger than the success ordering of `R…
90 error: compare_exchange_weak's failure ordering may not be stronger than the success ordering of `R…
98 error: compare_exchange_weak's failure ordering may not be stronger than the success ordering of `R…
106 error: compare_exchange_weak's failure ordering may not be stronger than the success ordering of `R…
114 error: compare_exchange_weak's failure ordering may not be stronger than the success ordering of `A…
[all …]
H A Dlint-invalid-atomic-ordering-fetch-update.stderr1 error: fetch_update's failure ordering may not be `Release` or `AcqRel`
2 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:20:47
8 = help: consider using ordering mode `Relaxed` instead
11 --> $DIR/lint-invalid-atomic-ordering-fetch-update.rs:22:47
24 = help: consider using ordering mode `Relaxed` instead
82 error: fetch_update's failure ordering may not be stronger than the success ordering of `Release`
90 error: fetch_update's failure ordering may not be stronger than the success ordering of `Release`
98 error: fetch_update's failure ordering may not be stronger than the success ordering of `Relaxed`
106 error: fetch_update's failure ordering may not be stronger than the success ordering of `Relaxed`
114 error: fetch_update's failure ordering may not be stronger than the success ordering of `Acquire`
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/unittest/test/
H A Dtest_runner.py104 ordering = []
139 ordering = []
146 ordering = []
200 ordering = []
219 ordering = []
226 ordering = []
262 ordering = []
285 ordering = []
308 ordering = []
335 ordering = []
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/unittest/test/
H A Dtest_runner.py104 ordering = []
139 ordering = []
146 ordering = []
200 ordering = []
219 ordering = []
226 ordering = []
262 ordering = []
285 ordering = []
308 ordering = []
335 ordering = []
[all …]
/dports/lang/python38/Python-3.8.12/Lib/unittest/test/
H A Dtest_runner.py104 ordering = []
139 ordering = []
146 ordering = []
200 ordering = []
219 ordering = []
226 ordering = []
262 ordering = []
285 ordering = []
308 ordering = []
335 ordering = []
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/unittest/test/
H A Dtest_runner.py104 ordering = []
139 ordering = []
146 ordering = []
200 ordering = []
219 ordering = []
226 ordering = []
262 ordering = []
285 ordering = []
308 ordering = []
335 ordering = []
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/unittest/test/
H A Dtest_runner.py104 ordering = []
139 ordering = []
146 ordering = []
200 ordering = []
219 ordering = []
226 ordering = []
262 ordering = []
285 ordering = []
308 ordering = []
335 ordering = []
[all …]
/dports/net/mpich/mpich-3.4.3/modules/yaksa/test/iov/
H A Dtestlist.gen2 test/iov/iov -datatype int -count 17 -seed 1189 -iters 32768 -segments 1 -ordering normal -overlap …
3 test/iov/iov -datatype short_int -count 17 -seed 1190 -iters 32768 -segments 1 -ordering normal -ov…
5 test/iov/iov -datatype int -count 1075 -seed 1192 -iters 128 -segments 1 -ordering normal -overlap …
6 test/iov/iov -datatype short_int -count 1075 -seed 1193 -iters 128 -segments 1 -ordering normal -ov…
8 test/iov/iov -datatype int -count 65536 -seed 1195 -iters 32 -segments 1 -ordering normal -overlap …
9 test/iov/iov -datatype short_int -count 65536 -seed 1196 -iters 32 -segments 1 -ordering normal -ov…
13 test/iov/iov -datatype int -count 17 -seed 1198 -iters 32768 -segments 64 -ordering normal -overlap…
16 test/iov/iov -datatype int -count 1075 -seed 1201 -iters 128 -segments 64 -ordering normal -overlap…
19 test/iov/iov -datatype int -count 65536 -seed 1204 -iters 32 -segments 64 -ordering normal -overlap…
24 test/iov/iov -datatype int -count 17 -seed 1207 -iters 32768 -segments 64 -ordering reverse -overla…
[all …]
H A Dtestlist.threads.gen2 test/iov/iov -datatype int -count 17 -seed 1243 -iters 32768 -segments 1 -ordering normal -overlap …
3 test/iov/iov -datatype short_int -count 17 -seed 1244 -iters 32768 -segments 1 -ordering normal -ov…
4 test/iov/iov -datatype int:3+double:2 -count 17 -seed 1245 -iters 32768 -segments 1 -ordering norma…
5 test/iov/iov -datatype int -count 1075 -seed 1246 -iters 128 -segments 1 -ordering normal -overlap …
6 test/iov/iov -datatype short_int -count 1075 -seed 1247 -iters 128 -segments 1 -ordering normal -ov…
8 test/iov/iov -datatype int -count 65536 -seed 1249 -iters 32 -segments 1 -ordering normal -overlap …
9 test/iov/iov -datatype short_int -count 65536 -seed 1250 -iters 32 -segments 1 -ordering normal -ov…
13 test/iov/iov -datatype int -count 17 -seed 1252 -iters 32768 -segments 64 -ordering normal -overlap…
16 test/iov/iov -datatype int -count 1075 -seed 1255 -iters 128 -segments 64 -ordering normal -overlap…
19 test/iov/iov -datatype int -count 65536 -seed 1258 -iters 32 -segments 64 -ordering normal -overlap…
[all …]
/dports/net/py-softlayer/SoftLayer-5.9.7/tests/managers/
H A Dordering_tests.py18 self.ordering = SoftLayer.OrderingManager(self.client)
72 result = self.ordering.get_preset_prices(405)
78 result = self.ordering.get_item_prices(835)
97 quotes = self.ordering.get_quotes()
102 quote = self.ordering.get_quote_details(1234)
108 saved_quote = self.ordering.save_quote(1234)
228 actual_pkgs = self.ordering.list_packages()
238 actual_pkgs = self.ordering.list_packages()
601 dc_id = self.ordering.get_location_id(1234)
605 dc_id = self.ordering.get_location_id("NONE")
[all …]
/dports/devel/ragel/ragel-6.10/ragel/
H A Dfsmap.cpp35 insertMulti( ordering, action ); in setAction()
65 insertMulti( ordering, action ); in setAction()
95 if ( ordering >= lastHit->ordering ) in setPrior()
96 *lastHit = PriorEl( ordering, desc ); in setPrior()
106 setPrior( priorIt->ordering, priorIt->desc ); in setPriors()
123 trans->priorTable.setPrior( ordering, prior ); in startFsmPrior()
142 trans->priorTable.setPrior( ordering, prior ); in allTransPrior()
158 trans->priorTable.setPrior( ordering, prior ); in finishFsmPrior()
187 trans->actionTable.setAction( ordering, action ); in startFsmAction()
221 trans->actionTable.setAction( ordering, action ); in finishFsmAction()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/lang/test/
H A DOrderingTest.cpp26 return b < a ? ordering::lt : a < b ? ordering::gt : ordering::eq; in operator ()()
32 TEST_F(OrderingTest, ordering) { in TEST_F() argument
33 EXPECT_EQ(-1, int(ordering::lt)); in TEST_F()
34 EXPECT_EQ(0, int(ordering::eq)); in TEST_F()
35 EXPECT_EQ(+1, int(ordering::gt)); in TEST_F()
39 EXPECT_EQ(ordering::lt, to_ordering(int(ordering::lt))); in TEST_F()
40 EXPECT_EQ(ordering::eq, to_ordering(int(ordering::eq))); in TEST_F()
41 EXPECT_EQ(ordering::gt, to_ordering(int(ordering::gt))); in TEST_F()
43 EXPECT_EQ(ordering::lt, to_ordering(-22)); in TEST_F()
44 EXPECT_EQ(ordering::eq, to_ordering(0)); in TEST_F()
[all …]
/dports/graphics/py-pygraph/pygraph-0.2.1-4-g037bb2f/tests/
H A Dtest_dfs.py17 ordering = depth_first_search(graph)
19 self.assertEqual(expected, ordering)
26 ordering = depth_first_search(graph)
28 self.assertEqual(expected, ordering)
35 ordering = depth_first_search(graph, 1)
37 self.assertEqual(expected, ordering)
43 ordering = depth_first_search(graph, 1)
44 node_lookup_by_index = dict(list(zip(list(range(1, len(ordering) + 1)), ordering)))
45 items_sorted_by_dfs_index = list(zip(ordering, list(range(1, len(ordering) + 1))))
80 self.assertIn(n, ordering)
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/std/atomic/
H A DAtomic.zig30 return switch (ordering) {
38 return switch (ordering) {
104 comptime ordering: Ordering,
171 comptime ordering: Ordering,
302 x.store(10, ordering);
358 try testing.expectEqual(x.compareAndSwap(1, 0, ordering[0], ordering[1]), 0);
360 try testing.expectEqual(x.compareAndSwap(0, 1, ordering[0], ordering[1]), null);
362 try testing.expectEqual(x.compareAndSwap(1, 0, ordering[0], ordering[1]), null);
373 try testing.expectEqual(x.tryCompareAndSwap(1, 0, ordering[0], ordering[1]), 0);
376 while (x.tryCompareAndSwap(0, 1, ordering[0], ordering[1])) |_| {}
[all …]
/dports/lang/zig/zig-0.9.0/lib/std/atomic/
H A DAtomic.zig30 return switch (ordering) {
38 return switch (ordering) {
104 comptime ordering: Ordering,
171 comptime ordering: Ordering,
302 x.store(10, ordering);
358 try testing.expectEqual(x.compareAndSwap(1, 0, ordering[0], ordering[1]), 0);
360 try testing.expectEqual(x.compareAndSwap(0, 1, ordering[0], ordering[1]), null);
362 try testing.expectEqual(x.compareAndSwap(1, 0, ordering[0], ordering[1]), null);
373 try testing.expectEqual(x.tryCompareAndSwap(1, 0, ordering[0], ordering[1]), 0);
376 while (x.tryCompareAndSwap(0, 1, ordering[0], ordering[1])) |_| {}
[all …]

12345678910>>...295