Home
last modified time | relevance | path

Searched refs:fix_array (Results 1 – 25 of 46) sorted by relevance

12

/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dcompute_reduce_region.cpp167 double **fix_array = fix->array_atom; in compute_one() local
172 combine(one,fix_array[i][jm1],i); in compute_one()
173 } else one = fix_array[flag][jm1]; in compute_one()
184 double **fix_array = fix->array_local; in compute_one() local
188 combine(one,fix_array[i][jm1],i); in compute_one()
189 else one = fix_array[flag][jm1]; in compute_one()
H A Dcompute_reduce.cpp557 double **fix_array = fix->array_atom; in compute_one() local
561 if (mask[i] & groupbit) combine(one,fix_array[i][aidxm1],i); in compute_one()
562 } else one = fix_array[flag][aidxm1]; in compute_one()
574 double **fix_array = fix->array_local; in compute_one() local
579 combine(one,fix_array[i][aidxm1],i); in compute_one()
580 else one = fix_array[flag][aidxm1]; in compute_one()
H A Dfix_ave_atom.cpp353 double **fix_array = modify->fix[n]->array_atom; in end_of_step() local
355 if (mask[i] & groupbit) array[i][m] += fix_array[i][jm1]; in end_of_step()
H A Dcompute_global_atom.cpp334 double **fix_array = fix->array_atom; in compute_peratom() local
338 indices[i] = static_cast<int> (fix_array[i][im1]) - 1; in compute_peratom()
H A Dfix_store_state.cpp502 double **fix_array = modify->fix[n]->array_atom; in end_of_step() local
504 if (mask[i] & groupbit) values[i][m] = fix_array[i][jm1]; in end_of_step()
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dcompute_reduce_region.cpp205 double **fix_array = fix->array_atom; in compute_one() local
210 combine(one,fix_array[i][jm1],i); in compute_one()
211 } else one = fix_array[flag][jm1]; in compute_one()
223 double **fix_array = fix->array_local; in compute_one() local
228 combine(one,fix_array[i][jm1],i); in compute_one()
229 else one = fix_array[flag][jm1]; in compute_one()
H A Dcompute_reduce.cpp597 double **fix_array = fix->array_atom; in compute_one() local
601 if (mask[i] & groupbit) combine(one,fix_array[i][aidxm1],i); in compute_one()
602 } else one = fix_array[flag][aidxm1]; in compute_one()
614 double **fix_array = fix->array_local; in compute_one() local
619 combine(one,fix_array[i][aidxm1],i); in compute_one()
620 else one = fix_array[flag][aidxm1]; in compute_one()
H A Dfix_ave_atom.cpp380 double **fix_array = modify->fix[n]->array_atom; in end_of_step() local
382 if (mask[i] & groupbit) array[i][m] += fix_array[i][jm1]; in end_of_step()
H A Dfix_store_state.cpp493 double **fix_array = modify->fix[n]->array_atom; in end_of_step() local
495 if (mask[i] & groupbit) values[i][m] = fix_array[i][jm1]; in end_of_step()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/jiffy/src/
H A Djiffy_utf8.erl11 fix_array(Values, []);
38 fix_array([], Acc) -> function
40 fix_array([Val | Rest], Acc0) -> function
42 fix_array(Rest, Acc).
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/doc/src/
H A Derl_fix_alloc.fig104 4 0 -1 0 0 2 18 0.0000 4 255 1080 300 525 fix_array\001
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/doc/src/
H A Derl_fix_alloc.fig104 4 0 -1 0 0 2 18 0.0000 4 255 1080 300 525 fix_array\001
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/doc/src/
H A Derl_fix_alloc.fig104 4 0 -1 0 0 2 18 0.0000 4 255 1080 300 525 fix_array\001
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/doc/src/
H A Derl_fix_alloc.fig104 4 0 -1 0 0 2 18 0.0000 4 255 1080 300 525 fix_array\001
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/doc/src/
H A Derl_fix_alloc.fig104 4 0 -1 0 0 2 18 0.0000 4 255 1080 300 525 fix_array\001
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/doc/src/
H A Derl_fix_alloc.fig104 4 0 -1 0 0 2 18 0.0000 4 255 1080 300 525 fix_array\001
/dports/lang/erlang/otp-OTP-24.1.7/erts/doc/src/
H A Derl_fix_alloc.fig104 4 0 -1 0 0 2 18 0.0000 4 255 1080 300 525 fix_array\001
/dports/science/sparta/sparta-20Oct2021/src/
H A Dfix_ave_surf.cpp506 double **fix_array = modify->fix[n]->array_surf; in end_of_step() local
508 for (i = 0; i < nown; i++) accvec[i] += fix_array[i][jm1]; in end_of_step()
510 for (i = 0; i < nown; i++) accarray[i][m] += fix_array[i][jm1]; in end_of_step()
H A Dfix_ave_grid.cpp527 double **fix_array = modify->fix[n]->array_grid; in end_of_step() local
529 tally[i][k] += fix_array[i][jm1]; in end_of_step()
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilLMObject.php1241 foreach ($fix as $page_id => $fix_array) {
1244 $all_fixes[$t . ":" . $page_id] += $fix_array;
1246 $all_fixes[$t . ":" . $page_id] = $fix_array;
/dports/www/ilias6/ILIAS-6.14/Modules/LearningModule/classes/
H A Dclass.ilLMObject.php1216 foreach ($fix as $page_id => $fix_array) {
1219 $all_fixes[$t . ":" . $page_id] += $fix_array;
1221 $all_fixes[$t . ":" . $page_id] = $fix_array;
/dports/games/scummvm/scummvm-2.5.1/engines/glk/agt/
H A Dagility.h242 typedef const cmd_fix_rec *fix_array; typedef
920 extern const fix_array FIX_LIST[];
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delf32-xtensa.c4984 reloc_bfd_fix *fix_array; member
5052 relax_info->fix_array = NULL; in init_xtensa_relax_info()
5147 relax_info->fix_array = in cache_fix_array()
5154 relax_info->fix_array[count - 1 - i] = *r; in cache_fix_array()
5155 relax_info->fix_array[count - 1 - i].next = NULL; in cache_fix_array()
5158 qsort (relax_info->fix_array, relax_info->fix_array_count, in cache_fix_array()
5175 if (relax_info->fix_array == NULL) in get_bfd_fix()
5180 rv = bsearch (&key, relax_info->fix_array, relax_info->fix_array_count, in get_bfd_fix()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf32-xtensa.c4987 reloc_bfd_fix *fix_array; member
5055 relax_info->fix_array = NULL; in init_xtensa_relax_info()
5150 relax_info->fix_array = in cache_fix_array()
5157 relax_info->fix_array[count - 1 - i] = *r; in cache_fix_array()
5158 relax_info->fix_array[count - 1 - i].next = NULL; in cache_fix_array()
5161 qsort (relax_info->fix_array, relax_info->fix_array_count, in cache_fix_array()
5178 if (relax_info->fix_array == NULL) in get_bfd_fix()
5183 rv = bsearch (&key, relax_info->fix_array, relax_info->fix_array_count, in get_bfd_fix()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-xtensa.c6079 reloc_bfd_fix *fix_array; member
6153 relax_info->fix_array = NULL; in init_xtensa_relax_info()
6245 relax_info->fix_array = in cache_fix_array()
6252 relax_info->fix_array[count - 1 - i] = *r; in cache_fix_array()
6253 relax_info->fix_array[count - 1 - i].next = NULL; in cache_fix_array()
6256 qsort (relax_info->fix_array, relax_info->fix_array_count, in cache_fix_array()
6273 if (relax_info->fix_array == NULL) in get_bfd_fix()
6278 rv = bsearch (&key, relax_info->fix_array, relax_info->fix_array_count, in get_bfd_fix()

12