Home
last modified time | relevance | path

Searched refs:Partitioner (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_partitioner_whitebox.cpp22 template<typename Partitioner>
47 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
52 test<RoundedUpRange, Partitioner>(settings, factors); in operator ()()
54 test<Range1_2, Partitioner>(settings, factors); in operator ()()
55 test<Range1_999, Partitioner>(settings, factors); in operator ()()
56 test<Range999_1, Partitioner>(settings, factors); in operator ()()
66 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
71 test<RoundedUpRange, Partitioner>(settings, factors); in operator ()()
73 test<Range1_2, Partitioner>(settings, factors); in operator ()()
74 test<Range1_999, Partitioner>(settings, factors); in operator ()()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_partitioner_whitebox.cpp22 template<typename Partitioner>
47 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
52 test<RoundedUpRange, Partitioner>(settings, factors); in operator ()()
54 test<Range1_2, Partitioner>(settings, factors); in operator ()()
55 test<Range1_999, Partitioner>(settings, factors); in operator ()()
56 test<Range999_1, Partitioner>(settings, factors); in operator ()()
66 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
71 test<RoundedUpRange, Partitioner>(settings, factors); in operator ()()
73 test<Range1_2, Partitioner>(settings, factors); in operator ()()
74 test<Range1_999, Partitioner>(settings, factors); in operator ()()
[all …]
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_partitioner_whitebox.cpp22 template<typename Partitioner>
47 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
52 test<RoundedUpRange, Partitioner>(settings, factors); in operator ()()
54 test<Range1_2, Partitioner>(settings, factors); in operator ()()
55 test<Range1_999, Partitioner>(settings, factors); in operator ()()
56 test<Range999_1, Partitioner>(settings, factors); in operator ()()
66 test<BlockedRange, Partitioner>(settings, factors); in operator ()()
71 test<RoundedUpRange, Partitioner>(settings, factors); in operator ()()
73 test<Range1_2, Partitioner>(settings, factors); in operator ()()
74 test<Range1_999, Partitioner>(settings, factors); in operator ()()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dpartitioner.h199 Partitioner();
770 Partitioner::size() const in size()
786 Partitioner::local_range() const in local_range()
794 Partitioner::local_size() const in local_size()
806 Partitioner::in_local_range( in in_local_range()
816 Partitioner::is_ghost_entry( in is_ghost_entry()
829 Partitioner::global_to_local( in global_to_local()
862 Partitioner::ghost_indices() const in ghost_indices()
886 Partitioner::ghost_targets() const in ghost_targets()
893 Partitioner::import_indices() const in import_indices()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Parallel/tests/
H A DRangePartitionerThreadSafetyTests.cs34 () => bag.Add(Partitioner.Create(0, 1000)), in IntPartitionerThreadSafety()
35 () => bag.Add(Partitioner.Create(1000, 2000)), in IntPartitionerThreadSafety()
36 () => bag.Add(Partitioner.Create(2000, 3000)), in IntPartitionerThreadSafety()
37 () => bag.Add(Partitioner.Create(3000, 4000)), in IntPartitionerThreadSafety()
38 () => bag.Add(Partitioner.Create(4000, 5000)), in IntPartitionerThreadSafety()
39 () => bag.Add(Partitioner.Create(5000, 6000)), in IntPartitionerThreadSafety()
40 () => bag.Add(Partitioner.Create(6000, 7000)), in IntPartitionerThreadSafety()
41 () => bag.Add(Partitioner.Create(7000, 8000)), in IntPartitionerThreadSafety()
42 () => bag.Add(Partitioner.Create(8000, 9000)) in IntPartitionerThreadSafety()
70 () => bag.Add(Partitioner.Create((long)0, (long)1000)), in LongPartitionerThreadSafety()
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/partitioning/
H A Dpartitioner_factory.C37 std::map<std::string, Factory<Partitioner> *> &
38 Factory<Partitioner>::factory_map() in factory_map()
40 static std::map<std::string, Factory<Partitioner> *> _map; in factory_map()
53 FactoryImp<MetisPartitioner, Partitioner> metis ("Metis");
57 FactoryImp<ParmetisPartitioner, Partitioner> parmetis ("Parmetis");
61 FactoryImp<SFCPartitioner, Partitioner> sfc ("SFCurves");
62 FactoryImp<HilbertSFCPartitioner, Partitioner> hilbert ("Hilbert");
63 FactoryImp<MortonSFCPartitioner, Partitioner> morton ("Morton");
66 FactoryImp<LinearPartitioner, Partitioner> linear ("Linear");
67 FactoryImp<CentroidPartitioner, Partitioner> centroid ("Centroid");
/dports/math/libmesh/libmesh-1.6.2/include/partitioning/
H A Dpartitioner.h50 class Partitioner
57 Partitioner () : _weights(nullptr) {} in Partitioner() function
63 Partitioner (const Partitioner &) = default;
64 Partitioner (Partitioner &&) = default;
65 Partitioner & operator= (const Partitioner &) = default;
66 Partitioner & operator= (Partitioner &&) = default;
67 virtual ~Partitioner() = default;
75 virtual std::unique_ptr<Partitioner> clone () const = 0;
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/math/bvh/
H A Dbvh_builder.h68 template <typename Tree, typename Partitioner>
80 Partitioner& partitioner,
96 Partitioner& partitioner,
108 template <typename Tree, typename Partitioner>
109 Builder<Tree, Partitioner>::Builder() in Builder()
114 template <typename Tree, typename Partitioner>
116 void Builder<Tree, Partitioner>::build( in build()
118 Partitioner& partitioner, in build()
156 template <typename Tree, typename Partitioner>
162 template <typename Tree, typename Partitioner>
[all …]
H A Dbvh_spatialbuilder.h73 template <typename Tree, typename Partitioner>
89 Partitioner& partitioner,
104 Partitioner& partitioner,
117 template <typename Tree, typename Partitioner>
118 SpatialBuilder<Tree, Partitioner>::SpatialBuilder() in SpatialBuilder()
123 template <typename Tree, typename Partitioner>
125 void SpatialBuilder<Tree, Partitioner>::build( in build()
127 Partitioner& partitioner, in build()
172 template <typename Tree, typename Partitioner>
178 template <typename Tree, typename Partitioner>
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tests/output/
H A Dex24_3.out1 Graph Partitioner: 4 MPI Processes
8 Graph Partitioner: 4 MPI Processes
13 MatPartitioning Graph Partitioner:
19 Graph Partitioner: 4 MPI Processes
26 Graph Partitioner: 4 MPI Processes
31 MatPartitioning Graph Partitioner:
37 Graph Partitioner: 4 MPI Processes
44 Graph Partitioner: 4 MPI Processes
49 MatPartitioning Graph Partitioner:
55 Graph Partitioner: 4 MPI Processes
[all …]
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dtoken_map_impl.hpp227 template <class Partitioner>
286 template <class Partitioner>
360 template <class Partitioner>
391 template <class Partitioner>
511 template <class Partitioner>
537 template <class Partitioner>
546 template <class Partitioner>
652 template <class Partitioner>
664 template <class Partitioner>
694 template <class Partitioner>
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/raft/fuzzy/
H A Dpartition_test.go44 type Partitioner struct { struct
52 func NewPartitioner() *Partitioner {
53 p := &Partitioner{
63 func (p *Partitioner) PartitionOff(l Logger, nodes []*raftNode) int { argument
77 func (p *Partitioner) Heal(l Logger, pGroup int) { argument
88 func (p *Partitioner) String() string { argument
113 func (p *Partitioner) HealAll(l Logger) { argument
120 func (p *Partitioner) Report(t *testing.T) { argument
124 func (p *Partitioner) PreRPC(s, t string, r *raft.RPC) error { argument
135 func (p *Partitioner) PostRPC(s, t string, req *raft.RPC, res *raft.RPCResponse) error { argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Shopify/sarama/
H A Dpartitioner.go13 type Partitioner interface { interface
32 Partitioner
41 type PartitionerConstructor func(topic string) Partitioner
72 func NewManualPartitioner(topic string) Partitioner {
89 func NewRandomPartitioner(topic string) Partitioner {
108 func NewRoundRobinPartitioner(topic string) Partitioner {
126 random Partitioner
135 return func(topic string) Partitioner {
146 return func(topic string) Partitioner {
162 func NewHashPartitioner(topic string) Partitioner {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/
H A Dpartitioner.go13 type Partitioner interface { interface
32 Partitioner
41 type PartitionerConstructor func(topic string) Partitioner
72 func NewManualPartitioner(topic string) Partitioner {
89 func NewRandomPartitioner(topic string) Partitioner {
108 func NewRoundRobinPartitioner(topic string) Partitioner {
126 random Partitioner
135 return func(topic string) Partitioner {
146 return func(topic string) Partitioner {
162 func NewHashPartitioner(topic string) Partitioner {
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/Shopify/sarama/sarama-1.19.0/
H A Dpartitioner.go13 type Partitioner interface { interface
32 Partitioner
41 type PartitionerConstructor func(topic string) Partitioner
72 func NewManualPartitioner(topic string) Partitioner {
89 func NewRandomPartitioner(topic string) Partitioner {
108 func NewRoundRobinPartitioner(topic string) Partitioner {
126 random Partitioner
135 return func(topic string) Partitioner {
146 return func(topic string) Partitioner {
162 func NewHashPartitioner(topic string) Partitioner {
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/sarama-1.26.4/
H A Dpartitioner.go13 type Partitioner interface { interface
32 Partitioner
41 type PartitionerConstructor func(topic string) Partitioner
72 func NewManualPartitioner(topic string) Partitioner {
89 func NewRandomPartitioner(topic string) Partitioner {
108 func NewRoundRobinPartitioner(topic string) Partitioner {
126 random Partitioner
135 return func(topic string) Partitioner {
146 return func(topic string) Partitioner {
162 func NewHashPartitioner(topic string) Partitioner {
[all …]
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/Shopify/sarama/
H A Dpartitioner.go13 type Partitioner interface { interface
32 Partitioner
41 type PartitionerConstructor func(topic string) Partitioner
72 func NewManualPartitioner(topic string) Partitioner {
89 func NewRandomPartitioner(topic string) Partitioner {
108 func NewRoundRobinPartitioner(topic string) Partitioner {
126 random Partitioner
135 return func(topic string) Partitioner {
146 return func(topic string) Partitioner {
162 func NewHashPartitioner(topic string) Partitioner {
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/Shopify/sarama/
H A Dpartitioner.go13 type Partitioner interface { interface
26 type PartitionerConstructor func(topic string) Partitioner
32 func NewManualPartitioner(topic string) Partitioner {
49 func NewRandomPartitioner(topic string) Partitioner {
68 func NewRoundRobinPartitioner(topic string) Partitioner {
86 random Partitioner
94 return func(topic string) Partitioner {
106 func NewHashPartitioner(topic string) Partitioner {
/dports/net/elixir-kafka_ex/kafka_ex-0.10.0/test/kafka_ex/
H A Dpartitioner_test.exs2 alias KafkaEx.Partitioner
22 Partitioner.get_key(
32 Partitioner.get_key(
40 Partitioner.get_key(
48 Partitioner.get_key(
56 Partitioner.get_key(
63 assert {:error, :no_messages} == Partitioner.get_key(request([]))
/dports/devel/onetbb/oneTBB-2021.4.0/test/common/
H A Dparallel_reduce_common.h32 template <typename Range, typename Body, typename Partitioner>
33 void reduce_invoker(const Range& range, Body& body, Partitioner& partiotioner) { in reduce_invoker()
42 …late <typename ResultType, typename Range, typename Func, typename Reduction, typename Partitioner>
43 …oker(const Range& range, const Func& func, const Reduction& reduction, Partitioner& partiotioner) { in reduce_invoker()
52 template <typename Range, typename Body, typename Partitioner>
53 void deterministic_reduce_invoker(const Range& range, Body& body, const Partitioner& partiotioner) { in deterministic_reduce_invoker()
62 …late <typename ResultType, typename Range, typename Func, typename Reduction, typename Partitioner>
64 … const Reduction& reduction, const Partitioner& partiotioner) { in deterministic_reduce_invoker()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Concurrent/tests/
H A DRangePartitionerNegativeTests.cs38 Assert.Throws<ArgumentOutOfRangeException>(() => Partitioner.Create(from, to)); in IntFromNotGreaterThanTo()
39 … Assert.Throws<ArgumentOutOfRangeException>(() => Partitioner.Create(from, to, rangesize)); in IntFromNotGreaterThanTo()
54 Assert.Throws<ArgumentOutOfRangeException>(() => Partitioner.Create(from, to)); in LongFromNotGreaterThanTo()
55 … Assert.Throws<ArgumentOutOfRangeException>(() => Partitioner.Create(from, to, rangesize)); in LongFromNotGreaterThanTo()
70 … Assert.Throws<ArgumentOutOfRangeException>(() => Partitioner.Create(from, to, rangesize)); in InvalidIntRangeSize()
85 … Assert.Throws<ArgumentOutOfRangeException>(() => Partitioner.Create(from, to, rangesize)); in InvalidLongRangeSize()
H A DPartitionerStaticTests.cs68 var partitioner = Partitioner.Create(enumerable); in TestDisposeException()
87 var p = Partitioner.Create(new int[] { 0, 1 }); in RunDynamicPartitioningDispose()
214 return Partitioner.Create(data, false); in PartitioningWithAlgorithm()
218 return Partitioner.Create((IList<T>)data, true); in PartitioningWithAlgorithm()
222 return Partitioner.Create(data, true); in PartitioningWithAlgorithm()
226 return Partitioner.Create((IEnumerable<T>)data); in PartitioningWithAlgorithm()
311 Partitioner<int>[] partitioners = new[] in TestExtraMoveNext()
313 Partitioner.Create(new int[] { 0 , 1, 2, 3, 4, 5}), in TestExtraMoveNext()
316 Partitioner.Create(new int[] { 0 }), in TestExtraMoveNext()
317 Partitioner.Create(new int[] { 0 }, false), in TestExtraMoveNext()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/Godeps/_workspace/src/github.com/Shopify/sarama/
H A Dpartitioner.go13 type Partitioner interface { interface
26 type PartitionerConstructor func(topic string) Partitioner
32 func NewManualPartitioner(topic string) Partitioner {
49 func NewRandomPartitioner(topic string) Partitioner {
68 func NewRoundRobinPartitioner(topic string) Partitioner {
86 random Partitioner
94 func NewHashPartitioner(topic string) Partitioner {
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dpartitioner.cc26 Partitioner::Partitioner() in Partitioner() function in Utilities::MPI::Partitioner
41 Partitioner::Partitioner(const unsigned int size) in Partitioner() function in Utilities::MPI::Partitioner
61 Partitioner::Partitioner(const IndexSet &locally_owned_indices, in Partitioner() function in Utilities::MPI::Partitioner
80 Partitioner::Partitioner(const IndexSet &locally_owned_indices, in Partitioner() function in Utilities::MPI::Partitioner
98 Partitioner::reinit(const IndexSet &vector_space_vector_index_set, in reinit()
111 Partitioner::set_owned_indices(const IndexSet &locally_owned_indices) in set_owned_indices()
152 Partitioner::set_ghost_indices(const IndexSet &ghost_indices_in, in set_ghost_indices()
435 Partitioner::is_compatible(const Partitioner &part) const in is_compatible()
462 Partitioner::is_globally_compatible(const Partitioner &part) const in is_globally_compatible()
471 Partitioner::memory_consumption() const in memory_consumption()
/dports/devel/kf5-knewstuff/knewstuff-5.89.0/data/kmoretools-desktopfiles/
H A Ddisk.desktop20 Name=Partitioner
23 Name[ca]=Partitioner
25 Name[cs]=Partitioner
27 Name[de]=Partitioner
29 Name[en_GB]=Partitioner
31 Name[et]=Partitioner
34 Name[fr]=Partitioner
39 Name[id]=Partitioner
49 Name[ro]=Partitioner
57 Name[sv]=Partitioner
[all …]

12345678910>>...26