Home
last modified time | relevance | path

Searched refs:size_all (Results 1 – 25 of 37) sorted by relevance

12

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dmpi_liggghts.h227 int size_all; in MPI_Allgather_Vector() local
237 size_all = 0; in MPI_Allgather_Vector()
241 size_all += recvcnts[iproc-1]; in MPI_Allgather_Vector()
244 size_all += recvcnts[nprocs-1]; in MPI_Allgather_Vector()
246 vector_all = new T[size_all]; in MPI_Allgather_Vector()
253 return size_all; in MPI_Allgather_Vector()
H A Dfix_property_atom_tracer_stream.cpp263 int size_all = releasedata_global.size(); in mark_tracers() local
269 for(int iall = 0; iall < size_all; iall++) in mark_tracers()
H A Dmulti_node_mesh_I.h870 int size_all = MPI_Allgather_Vector(result,4,result_all,this->world); in center_of_mass() local
872 if(size_all != 4*nprocs) in center_of_mass()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DCursors.cs52 internal static Cursor size_all; field in System.Windows.Forms.Cursors
274 if (size_all == null) {
275 size_all = new Cursor(StdCursor.SizeAll);
276 size_all.name = "SizeAll";
278 return size_all;
/dports/math/dbcsr/dbcsr-2.1.0/src/tensors/
H A Ddbcsr_array_list_methods.F89 INTEGER :: ptr, size_all
91 size_all = 0
96 size_all = size_all + SIZE(data_${dim}$)
101 ALLOCATE (list%col_data(size_all))
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/tensors/
H A Ddbcsr_array_list_methods.F89 INTEGER :: ptr, size_all
91 size_all = 0
96 size_all = size_all + SIZE(data_${dim}$)
101 ALLOCATE (list%col_data(size_all))
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Danatomy.cpp96 …const float size_all = std::accumulate( cached_bps.begin(), cached_bps.end(), 0.0f, [i]( float acc, in check() local
100 if( size_all <= 0.0f ) { in check()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Danatomy.cpp96 …const float size_all = std::accumulate( cached_bps.begin(), cached_bps.end(), 0.0f, [i]( float acc, in check() local
100 if( size_all <= 0.0f ) { in check()
/dports/math/stanmath/math-4.2.0/stan/math/prim/prob/
H A Dneg_binomial_2_log_lpmf.hpp66 size_t size_all = max_size(n, eta, phi); in neg_binomial_2_log_lpmf() local
110 for (size_t i = 0; i < size_all; i++) { in neg_binomial_2_log_lpmf()
H A Dneg_binomial_2_lpmf.hpp61 size_t size_all = max_size(n, mu, phi); in neg_binomial_2_lpmf() local
90 for (size_t i = 0; i < size_all; i++) { in neg_binomial_2_lpmf()
/dports/lang/chibi-scheme/chibi-scheme-0.10/
H A Dgc_heap.c718 size_t size_all; member
732 entry->size_all += value; in sexp_stats_entry_set()
770 stats.heaps.count, stats.heaps.size_all); in sexp_gc_heap_stats_print()
772 stats.frees.count, stats.frees.size_all, stats.frees.size_min, stats.frees.size_max); in sexp_gc_heap_stats_print()
780 … stats.sexps[i].count, stats.sexps[i].size_all, stats.sexps[i].size_min, stats.sexps[i].size_max); in sexp_gc_heap_stats_print()
782 total_size += stats.sexps[i].size_all; in sexp_gc_heap_stats_print()
/dports/x11-themes/mate-themes/mate-themes-3.22.23/cursor-themes/mate-black/cursors/
H A DMakefile.am102 size_all \ data
/dports/x11-themes/mate-themes/mate-themes-3.22.23/cursor-themes/mate-white/cursors/
H A DMakefile.am100 size_all \ data
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/display/
H A Dwindow_download_transfer_list.cc105 if (bItr->size_all() > 1) in redraw()
/dports/x11-themes/qogir-icon-themes/Qogir-icon-theme-2021-10-14/src/cursors/src/
H A DcursorList59 size_all fleur
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/data/
H A Dblock.h74 …size_type size_all() const { return m_queued.size() + … in size_all() function
/dports/x11-themes/plasma5-breeze/breeze-5.23.5/cursors/Breeze_Snow/src/
H A DcursorList72 size_all fleur
/dports/x11-themes/plasma5-breeze/breeze-5.23.5/cursors/Breeze/src/
H A DcursorList72 size_all fleur
/dports/x11-themes/cursor-neutral-white-theme/Neutral++_White/source/
H A Dmake.sh50 ln -s fleur size_all
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/download/
H A Ddelegator.cc216 if (i->size_all() == 0) { in delegate_piece()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/cache/
H A Dobject_registry.h352 size_t size_all() const { in size_all() function
/dports/x11-themes/adwaita-icon-theme/adwaita-icon-theme-40.1.1/
H A DMakefile.am185 $(LN_S) -f fleur$$cur size_all$$cur && \
/dports/www/py-gunicorn/gunicorn-19.9.0/tests/
H A Dtreq.py109 def size_all(self): member in request
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/chalk-solve-0.75.0/src/
H A Dwf.rs665 size_all: bool, in struct_sized_constraint()
667 let excluded = if size_all { 0 } else { 1 }; in struct_sized_constraint()
/dports/lang/rust/rustc-1.58.1-src/vendor/chalk-solve/src/
H A Dwf.rs665 size_all: bool, in struct_sized_constraint()
667 let excluded = if size_all { 0 } else { 1 }; in struct_sized_constraint()

12