Home
last modified time | relevance | path

Searched refs:binpacked (Results 1 – 6 of 6) sorted by relevance

/dports/devel/hpx/hpx-1.2.1/tests/unit/component/
H A Dnew_binpacking.cpp88 hpx::new_<test_server[]>(hpx::binpacked(localities), count).get(); in test_binpacking_multiple()
139 hpx::binpacked(localities)).get(); in test_binpacking_single()
/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dnbin_intel.cpp199 int * _noalias const binpacked = this->_binpacked; in bin_atoms() local
238 binpacked[newhead++] = j; in bin_atoms()
H A Dnpair_full_bin_ghost_intel.cpp184 const int * _noalias const binpacked = buffers->get_binpacked(); in fbi() local
227 in(bins,binpacked:length(nall) alloc_if(0) free_if(0)) \ in fbi()
336 tj[ncount++] = binpacked[jj]; in fbi()
361 tj[ncount++] = binpacked[jj]; in fbi()
H A Dintel_buffers.h73 inline void set_bininfo(int *atombin, int *binpacked) { in set_bininfo() argument
75 _binpacked = binpacked; in set_bininfo()
H A Dnpair_intel.cpp182 const int * _noalias const binpacked = buffers->get_binpacked(); in bin_newton() local
220 in(bins,binpacked:length(nall) alloc_if(0) free_if(0)) \ in bin_newton()
354 tj[ncount++] = binpacked[jj]; in bin_newton()
393 const int j = binpacked[jj]; in bin_newton()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/components/
H A Dbinpacking_distribution_policy.hpp363 static binpacking_distribution_policy const binpacked; variable
370 using hpx::components::binpacked;