Home
last modified time | relevance | path

Searched refs:which_group (Results 1 – 25 of 41) sorted by relevance

12

/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dgrpinfo.c347 BYTE which_group, num_groups; in BuildGroups() local
353 which_group = 0; in BuildGroups()
383 if (which_group == GROUP_LIST) in FlushGroupInfo()
429 pGH->NumGroups = which_group; in FlushGroupInfo()
438 "SI = %u", offset, which_group, pGH->GroupOffset[which_group], in FlushGroupInfo()
442 if (which_group == GROUP_LIST) in FlushGroupInfo()
532 which_group, GH.GroupOffset[which_group], GH.NumGroups); in GetGroupInfo()
574 for (which_group = 1; which_group <= GH.NumGroups; ++which_group) in GetGroupInfo()
637 which_group, in GetGroupInfo()
755 LastEncGroup = which_group; in GetGroupInfo()
[all …]
H A Dstate.h37 extern BOOLEAN GetGroupInfo (DWORD offset, BYTE which_group);
38 extern DWORD PutGroupInfo (DWORD offset, BYTE which_group);
/dports/science/hdf5/hdf5-1.10.6/testpar/
H A Dt_pread.c1094 int which_group = 0; in main() local
1152 which_group = (mpi_rank < split_size ? 0 : 1); in main()
1155 which_group, in main()
1166 nerrs += generate_test_file( MPI_COMM_WORLD, mpi_rank, which_group ); in main()
1176 nerrs += generate_test_file( group_comm, mpi_rank, which_group ); in main()
1186 nerrs += test_parallel_read( MPI_COMM_WORLD, mpi_rank, mpi_size, which_group); in main()
1202 nerrs += test_parallel_read(group_comm, mpi_rank, mpi_size, which_group); in main()
/dports/math/pspp/pspp-1.4.1/src/language/stats/
H A Dt-test-indep.c59 which_group (const union value *v, const struct indep_samples *is) in which_group() function
108 int grp = which_group (gv, &is); in indep_run()
131 int grp = which_group (gv, &is); in indep_run()
154 int grp = which_group (gv, &is); in indep_run()
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Djtr_rulez.pm1016 sub pp_rule { my ($rules, $which_group, $idx) = (@_);
1018 dbg(3, "** entered pp_rule($rules, $which_group, $idx, $total)\n");
1044 $which_group += 1;
1058 my $s2 = handle_backref($which_group, $c, $s, $total, $idx);
1059 …if ($s2 ne $s) {dbg(3, "before handle_backref($which_group, $c, $s, $total, $idx)\nhandle_backref …
1060 else { dbg(3, " handle_backref nothing changed ($which_group, $c, $s, $total, $idx)\n"); }
1062 …dbg(3, "*** entering recurse pp_rule($s2, $which_group, $idx, $total) pos=$pos pos2=$pos2\n");
1063 if (pp_rule($s2, $which_group, $idx, $_[6])) { return 1; }
1066 …dbg(3, "*** returned from recurse pp_rule($s2, $which_group, $idx, $total) pos=$pos pos2=$pos2\n");
/dports/math/spot/spot-2.10.2/spot/twaalgos/
H A Dmealy_machine.cc1319 std::vector<unsigned> which_group; member
1374 if (which_group[s] != -1u) in trans_comp_classes()
1377 which_group[s] = n_group; in trans_comp_classes()
1390 which_group[scp] = n_group; in trans_comp_classes()
1424 if (red.which_group[s] != groupidx) in compute_all_letters()
1468 if (red.which_group[s] != groupidx) in compute_all_letters()
1568 if (red.which_group[s] != i) in compute_bisim_letter()
1790 if (red.which_group[s] != i) in split_on_minimal()
1858 if (red.which_group.at(s) == i) in split_on_minimal()
2501 if (red.which_group[s] == group) in build_init_prob()
[all …]
/dports/math/py-spot/spot-2.10.2/spot/twaalgos/
H A Dmealy_machine.cc1319 std::vector<unsigned> which_group; member
1374 if (which_group[s] != -1u) in trans_comp_classes()
1377 which_group[s] = n_group; in trans_comp_classes()
1390 which_group[scp] = n_group; in trans_comp_classes()
1424 if (red.which_group[s] != groupidx) in compute_all_letters()
1468 if (red.which_group[s] != groupidx) in compute_all_letters()
1568 if (red.which_group[s] != i) in compute_bisim_letter()
1790 if (red.which_group[s] != i) in split_on_minimal()
1858 if (red.which_group.at(s) == i) in split_on_minimal()
2501 if (red.which_group[s] == group) in build_init_prob()
[all …]
/dports/science/axom/axom-0.6.1/src/thirdparty/axom/sparsehash/
H A Dsparsetable1468 GroupsReference which_group(size_type i) {
1471 GroupsConstReference which_group(size_type i) const {
1536 return which_group(i).test(pos_in_group(i));
1539 return which_group(pos.pos).test(pos_in_group(pos.pos));
1542 return which_group(pos.pos).test(pos_in_group(pos.pos));
1549 return which_group(i).get(pos_in_group(i));
1558 return which_group(i).unsafe_get(pos_in_group(i));
1565 reference retval = which_group(i).mutating_get(pos_in_group(i));
1566 settings.num_buckets += which_group(i).num_nonempty() - old_numbuckets;
1613 reference retval = which_group(i).set(pos_in_group(i), val);
[all …]
/dports/devel/sparsehash/sparsehash-sparsehash-2.0.4/src/sparsehash/
H A Dsparsetable1468 GroupsReference which_group(size_type i) {
1471 GroupsConstReference which_group(size_type i) const {
1536 return which_group(i).test(pos_in_group(i));
1539 return which_group(pos.pos).test(pos_in_group(pos.pos));
1542 return which_group(pos.pos).test(pos_in_group(pos.pos));
1549 return which_group(i).get(pos_in_group(i));
1558 return which_group(i).unsafe_get(pos_in_group(i));
1565 reference retval = which_group(i).mutating_get(pos_in_group(i));
1566 settings.num_buckets += which_group(i).num_nonempty() - old_numbuckets;
1613 reference retval = which_group(i).set(pos_in_group(i), val);
[all …]
/dports/misc/minidnn/MiniDNN-525ff216a6b5f576d4d679aee6a4636994bd4f23/include/external/sparsepp/
H A Dspp.h1903 GroupsReference which_group(size_type i)
1908 GroupsConstReference which_group(size_type i) const
2129 return which_group(i).test(pos_in_group(i));
2137 return which_group(i).test_strict(pos_in_group(i));
2146 grp(table.which_group(i)), pos(table.pos_in_group(i)) {}
2172 return which_group(pos.pos).test(pos_in_group(pos.pos));
2177 return which_group(pos.pos).test(pos_in_group(pos.pos));
2188 return which_group(i).unsafe_get(pos_in_group(i));
2240 group_type &group = which_group(i);
2251 which_group(i).set(_alloc, pos_in_group(i), val);
[all …]
/dports/devel/cquery/cquery-20180718/third_party/sparsepp/sparsepp/
H A Dspp.h1902 GroupsReference which_group(size_type i)
1907 GroupsConstReference which_group(size_type i) const
2128 return which_group(i).test(pos_in_group(i));
2136 return which_group(i).test_strict(pos_in_group(i));
2145 grp(table.which_group(i)), pos(table.pos_in_group(i)) {}
2171 return which_group(pos.pos).test(pos_in_group(pos.pos));
2176 return which_group(pos.pos).test(pos_in_group(pos.pos));
2187 return which_group(i).unsafe_get(pos_in_group(i));
2239 group_type &group = which_group(i);
2250 which_group(i).set(_alloc, pos_in_group(i), val);
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/config/rs6000/
H A Drs6000.c14486 insn_terminates_group_p (rtx insn, enum group_termination which_group) in insn_terminates_group_p() argument
14498 if (which_group == current_group) in insn_terminates_group_p()
14504 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/config/rs6000/
H A Drs6000.c14486 insn_terminates_group_p (rtx insn, enum group_termination which_group) in insn_terminates_group_p() argument
14498 if (which_group == current_group) in insn_terminates_group_p()
14504 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/rs6000/
H A Drs6000.c16816 insn_terminates_group_p (rtx insn, enum group_termination which_group) in insn_terminates_group_p() argument
16828 if (which_group == current_group) in insn_terminates_group_p()
16834 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/rs6000/
H A Drs6000.c19411 insn_terminates_group_p (rtx_insn *insn, enum group_termination which_group) in insn_terminates_group_p() argument
19424 if (which_group == current_group) in insn_terminates_group_p()
19426 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/rs6000/
H A Drs6000.c18445 insn_terminates_group_p (rtx_insn *insn, enum group_termination which_group) in insn_terminates_group_p() argument
18458 if (which_group == current_group) in insn_terminates_group_p()
18460 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/rs6000/
H A Drs6000.c19034 insn_terminates_group_p (rtx_insn *insn, enum group_termination which_group) in insn_terminates_group_p() argument
19047 if (which_group == current_group) in insn_terminates_group_p()
19049 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/rs6000/
H A Drs6000.c18449 insn_terminates_group_p (rtx_insn *insn, enum group_termination which_group) in insn_terminates_group_p() argument
18462 if (which_group == current_group) in insn_terminates_group_p()
18464 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000.c19299 insn_terminates_group_p (rtx_insn *insn, enum group_termination which_group) in insn_terminates_group_p() argument
19312 if (which_group == current_group) in insn_terminates_group_p()
19314 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000.c19299 insn_terminates_group_p (rtx_insn *insn, enum group_termination which_group) in insn_terminates_group_p() argument
19312 if (which_group == current_group) in insn_terminates_group_p()
19314 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/rs6000/
H A Drs6000.c18447 insn_terminates_group_p (rtx_insn *insn, enum group_termination which_group) in insn_terminates_group_p() argument
18460 if (which_group == current_group) in insn_terminates_group_p()
18462 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/rs6000/
H A Drs6000.c23913 insn_terminates_group_p (rtx insn, enum group_termination which_group) in insn_terminates_group_p() argument
23926 if (which_group == current_group) in insn_terminates_group_p()
23928 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/rs6000/
H A Drs6000.c27628 insn_terminates_group_p (rtx insn, enum group_termination which_group) in insn_terminates_group_p() argument
27641 if (which_group == current_group) in insn_terminates_group_p()
27643 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/rs6000/
H A Drs6000.c27379 insn_terminates_group_p (rtx insn, enum group_termination which_group) in insn_terminates_group_p() argument
27392 if (which_group == current_group) in insn_terminates_group_p()
27394 else if (which_group == previous_group) in insn_terminates_group_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/rs6000/
H A Drs6000.c32279 insn_terminates_group_p (rtx_insn *insn, enum group_termination which_group) in insn_terminates_group_p() argument
32292 if (which_group == current_group) in insn_terminates_group_p()
32294 else if (which_group == previous_group) in insn_terminates_group_p()

12