Home
last modified time | relevance | path

Searched refs:in_values (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/dports/devel/boost-docs/boost_1_72_0/boost/mpi/collectives/
H A Dgatherv.hpp34 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
36 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
48 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
84 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
89 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
98 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
102 ::boost::mpi::gatherv(comm, &in_values[0], in_values.size(), out_values, sizes, displs, root); in gatherv()
116 detail::gatherv_impl(comm, &in_values[0], in_values.size(), root, is_mpi_datatype<T>()); in gatherv()
124 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
139 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
[all …]
H A Dreduce.hpp66 (const_cast<T*>(in_values), 0, n, in reduce_impl()
101 (const_cast<T*>(in_values), 0, n, in reduce_impl()
117 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
184 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
188 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
257 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
261 std::copy(in_values, in_values + n, out_values.get()); in tree_reduce_impl()
319 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
329 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
338 reduce(comm, &in_values.front(), in_values.size(), op, root); in reduce()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/mpi/collectives/
H A Dgatherv.hpp34 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
36 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
48 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
84 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
89 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
98 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
102 …::boost::mpi::gatherv(comm, detail::c_data(in_values), in_values.size(), out_values, sizes, displs… in gatherv()
116 …detail::gatherv_impl(comm, detail::c_data(in_values), in_values.size(), root, is_mpi_datatype<T>()… in gatherv()
124 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
139 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
[all …]
H A Dreduce.hpp66 (const_cast<T*>(in_values), 0, n, in reduce_impl()
101 (const_cast<T*>(in_values), 0, n, in reduce_impl()
117 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
184 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
188 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
257 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
261 std::copy(in_values, in_values + n, out_values.get()); in tree_reduce_impl()
319 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
329 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
338 reduce(comm, detail::c_data(in_values), in_values.size(), op, root); in reduce()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/mpi/collectives/
H A Dgatherv.hpp34 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
36 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
48 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
84 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
89 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
98 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
102 …::boost::mpi::gatherv(comm, detail::c_data(in_values), in_values.size(), out_values, sizes, displs… in gatherv()
116 …detail::gatherv_impl(comm, detail::c_data(in_values), in_values.size(), root, is_mpi_datatype<T>()… in gatherv()
124 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
139 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
[all …]
H A Dreduce.hpp66 (const_cast<T*>(in_values), 0, n, in reduce_impl()
101 (const_cast<T*>(in_values), 0, n, in reduce_impl()
117 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
184 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
188 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
257 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
261 std::copy(in_values, in_values + n, out_values.get()); in tree_reduce_impl()
319 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
329 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
338 reduce(comm, detail::c_data(in_values), in_values.size(), op, root); in reduce()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/mpi/collectives/
H A Dgatherv.hpp34 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
36 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
48 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
84 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
89 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
98 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
102 …::boost::mpi::gatherv(comm, detail::c_data(in_values), in_values.size(), out_values, sizes, displs… in gatherv()
116 …detail::gatherv_impl(comm, detail::c_data(in_values), in_values.size(), root, is_mpi_datatype<T>()… in gatherv()
124 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
139 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
[all …]
H A Dreduce.hpp66 (const_cast<T*>(in_values), 0, n, in reduce_impl()
101 (const_cast<T*>(in_values), 0, n, in reduce_impl()
117 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
184 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
188 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
257 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
261 std::copy(in_values, in_values + n, out_values.get()); in tree_reduce_impl()
319 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
329 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
338 reduce(comm, detail::c_data(in_values), in_values.size(), op, root); in reduce()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/mpi/collectives/
H A Dgatherv.hpp34 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
36 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
48 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
84 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
89 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
98 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
102 …::boost::mpi::gatherv(comm, detail::c_data(in_values), in_values.size(), out_values, sizes, displs… in gatherv()
116 …detail::gatherv_impl(comm, detail::c_data(in_values), in_values.size(), root, is_mpi_datatype<T>()… in gatherv()
124 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
139 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
[all …]
H A Dreduce.hpp66 (const_cast<T*>(in_values), 0, n, in reduce_impl()
101 (const_cast<T*>(in_values), 0, n, in reduce_impl()
117 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
184 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
188 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
257 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
261 std::copy(in_values, in_values + n, out_values.get()); in tree_reduce_impl()
319 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
329 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
338 reduce(comm, detail::c_data(in_values), in_values.size(), op, root); in reduce()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/mpi/collectives/
H A Dgatherv.hpp34 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
36 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
48 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
84 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
89 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
98 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
102 ::boost::mpi::gatherv(comm, &in_values[0], in_values.size(), out_values, sizes, displs, root); in gatherv()
116 detail::gatherv_impl(comm, &in_values[0], in_values.size(), root, is_mpi_datatype<T>()); in gatherv()
124 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
139 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/mpi/collectives/
H A Dgatherv.hpp34 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
36 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
48 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
84 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
89 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
98 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
102 ::boost::mpi::gatherv(comm, &in_values[0], in_values.size(), out_values, sizes, displs, root); in gatherv()
116 detail::gatherv_impl(comm, &in_values[0], in_values.size(), root, is_mpi_datatype<T>()); in gatherv()
124 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
139 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
[all …]
H A Dreduce.hpp66 (const_cast<T*>(in_values), 0, n, in reduce_impl()
101 (const_cast<T*>(in_values), 0, n, in reduce_impl()
117 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
184 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
188 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
257 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
261 std::copy(in_values, in_values + n, out_values.get()); in tree_reduce_impl()
319 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
329 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
338 reduce(comm, &in_values.front(), in_values.size(), op, root); in reduce()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/mpi/collectives/
H A Dgatherv.hpp34 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
36 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
48 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
84 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
89 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
98 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
102 ::boost::mpi::gatherv(comm, &in_values[0], in_values.size(), out_values, sizes, displs, root); in gatherv()
116 detail::gatherv_impl(comm, &in_values[0], in_values.size(), root, is_mpi_datatype<T>()); in gatherv()
124 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
139 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/mpi/collectives/
H A Dgatherv.hpp31 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
33 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
45 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
67 std::copy(in_values, in_values + in_size, out_values + displs[src]); in gatherv_impl()
94 oa << in_values[i]; in gatherv_impl()
101 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
106 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
115 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
119 ::boost::mpi::gatherv(comm, &in_values[0], in_values.size(), out_values, sizes, displs, root); in gatherv()
133 detail::gatherv_impl(comm, &in_values[0], in_values.size(), root, is_mpi_datatype<T>()); in gatherv()
[all …]
H A Dreduce.hpp66 (const_cast<T*>(in_values), 0, n, in reduce_impl()
101 (const_cast<T*>(in_values), 0, n, in reduce_impl()
117 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
184 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
188 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
257 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
261 std::copy(in_values, in_values + n, out_values.get()); in tree_reduce_impl()
319 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
329 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
338 reduce(comm, &in_values.front(), in_values.size(), op, root); in reduce()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/mpi/collectives/
H A Dgatherv.hpp31 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
33 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
45 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
67 std::copy(in_values, in_values + in_size, out_values + displs[src]); in gatherv_impl()
94 oa << in_values[i]; in gatherv_impl()
101 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
106 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
115 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
119 ::boost::mpi::gatherv(comm, &in_values[0], in_values.size(), out_values, sizes, displs, root); in gatherv()
133 detail::gatherv_impl(comm, &in_values[0], in_values.size(), root, is_mpi_datatype<T>()); in gatherv()
[all …]
H A Dreduce.hpp66 (const_cast<T*>(in_values), 0, n, in reduce_impl()
101 (const_cast<T*>(in_values), 0, n, in reduce_impl()
117 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
184 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
188 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
257 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
261 std::copy(in_values, in_values + n, out_values.get()); in tree_reduce_impl()
319 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
329 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
338 reduce(comm, &in_values.front(), in_values.size(), op, root); in reduce()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/mpi/collectives/
H A Dgatherv.hpp31 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
33 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
45 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
67 std::copy(in_values, in_values + in_size, out_values + displs[src]); in gatherv_impl()
94 oa << in_values[i]; in gatherv_impl()
101 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
106 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
115 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
119 ::boost::mpi::gatherv(comm, &in_values[0], in_values.size(), out_values, sizes, displs, root); in gatherv()
133 detail::gatherv_impl(comm, &in_values[0], in_values.size(), root, is_mpi_datatype<T>()); in gatherv()
[all …]
H A Dreduce.hpp66 (const_cast<T*>(in_values), 0, n, in reduce_impl()
101 (const_cast<T*>(in_values), 0, n, in reduce_impl()
117 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
184 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
188 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
257 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
261 std::copy(in_values, in_values + n, out_values.get()); in tree_reduce_impl()
319 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
329 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
338 reduce(comm, &in_values.front(), in_values.size(), op, root); in reduce()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/mpi/collectives/
H A Dgatherv.hpp31 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
33 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
45 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
67 std::copy(in_values, in_values + in_size, out_values + displs[src]); in gatherv_impl()
94 oa << in_values[i]; in gatherv_impl()
101 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
106 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
115 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
119 ::boost::mpi::gatherv(comm, &in_values[0], in_values.size(), out_values, sizes, displs, root); in gatherv()
133 detail::gatherv_impl(comm, &in_values[0], in_values.size(), root, is_mpi_datatype<T>()); in gatherv()
[all …]
H A Dreduce.hpp66 (const_cast<T*>(in_values), 0, n, in reduce_impl()
101 (const_cast<T*>(in_values), 0, n, in reduce_impl()
117 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
184 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
188 std::copy(in_values, in_values + n, out_values); in tree_reduce_impl()
257 out_values[i] = op(incoming, in_values[i]); in tree_reduce_impl()
261 std::copy(in_values, in_values + n, out_values.get()); in tree_reduce_impl()
319 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
329 detail::reduce_impl(comm, in_values, n, op, root, in reduce()
338 reduce(comm, &in_values.front(), in_values.size(), op, root); in reduce()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/mpi/collectives/
H A Dgatherv.hpp31 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
33 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
45 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
67 std::copy(in_values, in_values + in_size, out_values + displs[src]); in gatherv_impl()
94 oa << in_values[i]; in gatherv_impl()
101 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
106 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
115 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
119 ::boost::mpi::gatherv(comm, &in_values[0], in_values.size(), out_values, sizes, displs, root); in gatherv()
133 detail::gatherv_impl(comm, &in_values[0], in_values.size(), root, is_mpi_datatype<T>()); in gatherv()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/mpi/collectives/
H A Dgatherv.hpp31 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
33 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
45 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
67 std::copy(in_values, in_values + in_size, out_values + displs[src]); in gatherv_impl()
94 oa << in_values[i]; in gatherv_impl()
101 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
106 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
115 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
119 ::boost::mpi::gatherv(comm, &in_values[0], in_values.size(), out_values, sizes, displs, root); in gatherv()
133 detail::gatherv_impl(comm, &in_values[0], in_values.size(), root, is_mpi_datatype<T>()); in gatherv()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/mpi/collectives/
H A Dgatherv.hpp31 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
33 (const_cast<T*>(in_values), in_size, type, in gatherv_impl()
45 MPI_Datatype type = get_mpi_datatype<T>(*in_values); in gatherv_impl()
67 std::copy(in_values, in_values + in_size, out_values + displs[src]); in gatherv_impl()
94 oa << in_values[i]; in gatherv_impl()
101 gatherv(const communicator& comm, const T* in_values, int in_size, in gatherv() argument
106 detail::gatherv_impl(comm, in_values, in_size, in gatherv()
115 gatherv(const communicator& comm, const std::vector<T>& in_values, in gatherv() argument
119 ::boost::mpi::gatherv(comm, &in_values[0], in_values.size(), out_values, sizes, displs, root); in gatherv()
133 detail::gatherv_impl(comm, &in_values[0], in_values.size(), root, is_mpi_datatype<T>()); in gatherv()
[all …]

12345678910>>...12