Home
last modified time | relevance | path

Searched refs:count_one (Results 1 – 22 of 22) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_property_chunk.cpp31 idchunk(nullptr), count_one(nullptr), count_all(nullptr) in ComputePropertyChunk()
106 memory->destroy(count_one); in ~ComputePropertyChunk()
240 memory->destroy(count_one); in allocate()
246 memory->create(count_one,maxchunk,"property/chunk:count_one"); in allocate()
274 for (int m = 0; m < nchunk; m++) count_one[m] = 0; in pack_count()
282 count_one[index]++; in pack_count()
286 MPI_Allreduce(count_one,count_all,nchunk,MPI_INT,MPI_SUM,world); in pack_count()
H A Dfix_ave_chunk.cpp50 count_one(nullptr), count_many(nullptr), count_sum(nullptr), in FixAveChunk()
387 count_one = count_many = count_sum = count_total = nullptr; in FixAveChunk()
419 memory->destroy(count_one); in ~FixAveChunk()
448 count_one = nullptr; in ~FixAveChunk()
596 count_one[m] = 0.0; in end_of_step()
623 count_one[ichunk[i]-1]++; in end_of_step()
784 count_many[m] += count_one[m]; in end_of_step()
789 MPI_Allreduce(count_one,count_many,nchunk,MPI_DOUBLE,MPI_SUM,world); in end_of_step()
1049 memory->grow(count_one,nchunk,"ave/chunk:count_one"); in allocate()
H A Dcompute_property_chunk.h51 int *count_one, *count_all; variable
H A Dfix_ave_chunk.h72 double *count_one, *count_many, *count_sum; variable
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcompute_property_molecule.cpp177 int *count_one = new int[nmolecules]; in pack_count() local
178 for (m = 0; m < nmolecules; m++) count_one[m] = 0; in pack_count()
189 count_one[imol]++; in pack_count()
193 MPI_Allreduce(count_one,count_all,nmolecules,MPI_INT,MPI_SUM,world); in pack_count()
201 delete [] count_one; in pack_count()
H A Dfix_ave_spatial.cpp451 count_one = count_many = count_sum = count_total = NULL; in FixAveSpatial()
483 memory->destroy(count_one); in ~FixAveSpatial()
600 count_one[m] = 0.0; in end_of_step()
763 count_many[m] += count_one[m]; in end_of_step()
1061 memory->grow(count_one,nbins,"ave/spatial:count_one"); in setup_bins()
1167 count_one[ibin] += 1.0; in atom2bin1d()
1186 count_one[ibin] += 1.0; in atom2bin1d()
1251 count_one[ibin] += 1.0; in atom2bin2d()
1285 count_one[ibin] += 1.0; in atom2bin2d()
1361 count_one[ibin] += 1.0; in atom2bin3d()
[all …]
H A Dfix_ave_spatial.h103 double *count_one,*count_many,*count_sum;
/dports/audio/giada/giada-0.17.1/src/deps/json/doc/examples/
H A Derase__key_type.cpp12 auto count_one = j_object.erase("one"); in main() local
17 std::cout << count_one << " " << count_three << '\n'; in main()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/doc/examples/
H A Derase__key_type.cpp12 auto count_one = j_object.erase("one"); in main() local
17 std::cout << count_one << " " << count_three << '\n'; in main()
/dports/devel/nlohmann-json/json-3.10.4/doc/examples/
H A Derase__key_type.cpp12 auto count_one = j_object.erase("one"); in main() local
17 std::cout << count_one << " " << count_three << '\n'; in main()
/dports/net/opentracker/opentracker-0.2017.08.13/
H A Dproxy.c603 size_t tor_offset, count_def = 0, count_one = 0, count_two = 0, count_peers = 0; in streamsync_worker() local
615 case 1: count_one++; break; in streamsync_worker()
623 mem = 3 * ( 1 + 1 + 2 ) + ( count_one + count_two ) * ( 19 + 1 ) + count_def * ( 19 + 8 ) + in streamsync_worker()
624 ( count_one + 2 * count_two + count_peers ) * 7; in streamsync_worker()
631 if( count_one > 4 || !count_def ) { in streamsync_worker()
632 mem_a = 1 + 1 + 2 + count_one * ( 19 + 7 ); in streamsync_worker()
636 ptr_a[2] = count_one >> 8; in streamsync_worker()
637 ptr_a[3] = count_one & 255; in streamsync_worker()
640 count_def += count_one; in streamsync_worker()
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Dw_color.c232 void count_one (int color);
1092 count_one(a->pen_color); in c_user_colors()
1093 count_one(a->fill_color); in c_user_colors()
1096 count_one(e->pen_color); in c_user_colors()
1097 count_one(e->fill_color); in c_user_colors()
1100 count_one(l->pen_color); in c_user_colors()
1101 count_one(l->fill_color); in c_user_colors()
1104 count_one(s->pen_color); in c_user_colors()
1105 count_one(s->fill_color); in c_user_colors()
1108 count_one(t->color); in c_user_colors()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/navtex/
H A Dnavtex.cxx1057 int count_zero = 0, count_one = 1; in flip_smallest_bit() local
1069 count_one++; in flip_smallest_bit()
1082 else if (count_one == 5) in flip_smallest_bit()
/dports/math/R/R-4.1.2/src/main/
H A Dsysutils.c561 count_one (unsigned int namescount, const char * const *names, void *data) in count_one() function
597 iconvlist(count_one, NULL); in do_iconv()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dsysutils.c561 count_one (unsigned int namescount, const char * const *names, void *data) in count_one() function
597 iconvlist(count_one, NULL); in do_iconv()
/dports/math/jags/JAGS-4.3.0/m4/
H A DR.m42914 static int count_one (unsigned int namescount, char * *names, void *data)
2916 [iconvlist(count_one, NULL);],
/dports/math/R/R-4.1.2/m4/
H A DR.m43642 static int count_one (unsigned int namescount, const char * const *names, void *data)
3643 {return 0;}]], [[iconvlist(count_one, NULL);]])],[ac_cv_func_iconvlist=yes],[])
/dports/math/libRmath/R-4.1.1/m4/
H A DR.m43647 static int count_one (unsigned int namescount, const char * const *names, void *data)
3649 [iconvlist(count_one, NULL);],
/dports/textproc/py-regex/regex-2020.7.14/regex_3/
H A D_regex.c4861 Py_LOCAL_INLINE(size_t) count_one(RE_State* state, RE_Node* node, Py_ssize_t in count_one() function
13116 count = count_one(state, node->nonstring.next_2.node, in basic_match()
13476 count = count_one(state, node->nonstring.next_2.node, in basic_match()
15493 count = count_one(state, start_node->nonstring.next_2.node, in basic_match()
/dports/textproc/py-regex/regex-2020.7.14/regex_2/
H A D_regex.c4815 Py_LOCAL_INLINE(size_t) count_one(RE_State* state, RE_Node* node, Py_ssize_t in count_one() function
13054 count = count_one(state, node->nonstring.next_2.node, in basic_match()
13414 count = count_one(state, node->nonstring.next_2.node, in basic_match()
15431 count = count_one(state, start_node->nonstring.next_2.node, in basic_match()
/dports/math/libRmath/R-4.1.1/
H A Dconfigure42496 static int count_one (unsigned int namescount, const char * const *names, void *data)
42509 iconvlist(count_one, NULL);
/dports/math/R/R-4.1.2/
H A Dconfigure43784 static int count_one (unsigned int namescount, const char * const *names, void *data)
43797 iconvlist(count_one, NULL);