Home
last modified time | relevance | path

Searched refs:n_all (Results 1 – 25 of 44) sorted by relevance

12

/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t300_FeatureExtraction/
H A Dectbcorr.m95 n_all(j)=2;
102 n_all(j)=n_all(j)+1;
107 n_all(length(ke_all)+1:end)=[];
113 trunc.n_all=[];
120 trunc.n_all=length(n_all);
124 if (ke_all(1)==n_all(1))
128 trunc.n_all=[trunc.n_all (1)];
136 n_all(trunc.n_all)=[];
164 tf{j}(1)=t(ke-n_all(j)) + hpD(ke-n_all(j));
183 bn=t(ke-n_all(j));
[all …]
/dports/textproc/py-nltk/nltk-3.4.1/nltk/translate/
H A Dgleu_score.py174 n_all = max(tpfp, tpfn)
176 if n_all > 0:
177 hyp_counts.append((tp, n_all))
181 n_match, n_all = max(hyp_counts, key=lambda hc: hc[0] / hc[1])
183 corpus_n_all += n_all
/dports/math/pspp/pspp-1.4.1/src/language/dictionary/
H A Dmodify-variables.c266 size_t n_all; in cmd_modify_vars() local
267 dict_get_vars_mutable (dataset_dict (ds), &all_vars, &n_all, 0); in cmd_modify_vars()
268 assert (n_all >= n_keep); in cmd_modify_vars()
270 n_drop = n_all - n_keep; in cmd_modify_vars()
272 if (set_difference (all_vars, n_all, in cmd_modify_vars()
430 size_t n_all; in validate_var_modification() local
431 dict_get_vars_mutable (d, &all_vars, &n_all, 0); in validate_var_modification()
441 assert (n_all >= n_drop); in validate_var_modification()
442 size_t n_keep = n_all - n_drop; in validate_var_modification()
444 if (set_difference (all_vars, n_all, in validate_var_modification()
/dports/net/mpich2/mpich2-1.5/test/mpi/group/
H A Dgroupcreate.c13 int i, n, n_goal = 2048, n_all, rc, n_ranks, *ranks, rank, size, len; in main() local
68 MPI_Reduce( &n, &n_all, 1, MPI_INT, MPI_MIN, 0, MPI_COMM_WORLD ); in main()
71 if (n_all != n_goal) { in main()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dtest-stress.c232 gint i = 0, n_all, n_successful; in main() local
252 n_all = n_successful = 0; in main()
266 n_all++; in main()
275 …r, "%d tests failed %d tests passed (of %d tests)\n\n", n_all - n_successful, n_successful, n_all); in main()
279 return n_all != n_successful; in main()
H A Dtest-suite.c733 gint i = 0, n_all, n_successful; in main() local
750 n_all = n_successful = 0; in main()
764 n_all++; in main()
773 …r, "%d tests failed %d tests passed (of %d tests)\n\n", n_all - n_successful, n_successful, n_all); in main()
775 return n_all != n_successful; in main()
/dports/net/mpich/mpich-3.4.3/test/mpi/group/
H A Dgroupcreate.c14 int i, n, n_goal = 2048, n_all, rc, n_ranks, *ranks, rank, size, len; in main() local
71 MPI_Reduce(&n, &n_all, 1, MPI_INT, MPI_MIN, 0, MPI_COMM_WORLD); in main()
74 if (n_all != n_goal) { in main()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/NWints/ecp/
H A Decp_cart_xpd.F4 subroutine ecp_cart_xpd (n,n_n,n_all,X,Y,Z,xn,yn,zn,tmp,coef, argument
25 integer n,n_n,n_all
30 & tmp(n_n,n_n),coef(n_n,n_all)
H A Decp_local2.F75 & j,k,l,l_c,l_c1,l_p,ll,ll1,ll_a,ll_b,m,n,n_n,n_all,
304 n_all = n_n*(l_p+3)/3
305 call ecp_cart_xpd (l_p,n_n,n_all,tmp(i_xpc+i),
308 if (debug_arrays) call ecp_matpr(tmp(i_ca),1,n_n,1,n_all,
309 & 1,n_n,1,n_all,'Cartesian expansion of GP','E',78,4)
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/NWints/ecp/
H A Decp_cart_xpd.F4 subroutine ecp_cart_xpd (n,n_n,n_all,X,Y,Z,xn,yn,zn,tmp,coef, argument
25 integer n,n_n,n_all
30 & tmp(n_n,n_n),coef(n_n,n_all)
H A Decp_local2.F75 & j,k,l,l_c,l_c1,l_p,ll,ll1,ll_a,ll_b,m,n,n_n,n_all, local
304 n_all = n_n*(l_p+3)/3
305 call ecp_cart_xpd (l_p,n_n,n_all,tmp(i_xpc+i),
308 if (debug_arrays) call ecp_matpr(tmp(i_ca),1,n_n,1,n_all,
309 & 1,n_n,1,n_all,'Cartesian expansion of GP','E',78,4)
/dports/textproc/py-nltk/nltk-3.4.1/nltk/
H A Dcollocations.py189 n_all = self.N
195 return score_fn(n_ii, (n_ix, n_xi), n_all)
253 n_all = self.N
263 return score_fn(n_iii, (n_iix, n_ixi, n_xii), (n_ixx, n_xix, n_xxi), n_all)
322 n_all = self.N
347 n_all,
/dports/textproc/py-orange3-text/orange3-text-1.3.1/orangecontrib/text/widgets/
H A Dowguardian.py165 def progress_with_info(self, n_retrieved, n_all): argument
166 self.progressBarSet(100 * (n_retrieved / n_all if n_all else 1)) # prevent division by 0
167 self.output_info = '{}/{}'.format(n_retrieved, n_all)
H A Downyt.py161 def progress_with_info(self, n_retrieved, n_all): argument
162 self.progressBarSet(100 * (n_retrieved / n_all if n_all else 1)) # prevent division by 0
163 self.num_all = n_all
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/
H A Dscftorture.c93 long long n_all; member
165 scfs.n_all += scf_stats_p[i].n_all; in scf_torture_stats_print()
174 scfs.n_many, scfs.n_many_wait, scfs.n_all, scfs.n_all_wait); in scf_torture_stats_print()
368 scfp->n_all++; in scftorture_invoke_one()
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/
H A Dscftorture.c93 long long n_all; member
165 scfs.n_all += scf_stats_p[i].n_all; in scf_torture_stats_print()
174 scfs.n_many, scfs.n_many_wait, scfs.n_all, scfs.n_all_wait); in scf_torture_stats_print()
368 scfp->n_all++; in scftorture_invoke_one()
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/
H A Dscftorture.c93 long long n_all; member
165 scfs.n_all += scf_stats_p[i].n_all; in scf_torture_stats_print()
174 scfs.n_many, scfs.n_many_wait, scfs.n_all, scfs.n_all_wait); in scf_torture_stats_print()
368 scfp->n_all++; in scftorture_invoke_one()
/dports/textproc/py-nltk/nltk-3.4.1/nltk/metrics/
H A Dassociation.py90 n_all = sum(cont)
101 / (n_all ** (cls._n - 1))
427 n_all = sum(contingency)
434 n_all,
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/exponential_smoothing/
H A D_ets_smooth.pyx28 cdef Py_ssize_t idx_all, idx_params, n_all, m, n
30 n_all = len(is_fixed)
33 for idx_all in range(n_all):
/dports/x11/cinnamon-menus/cinnamon-menus-4.8.2/libmenu/
H A Dmenu-layout.c1780 int n_all; in fixup_layout_node() local
1792 n_all = 0; in fixup_layout_node()
1819 n_all++; in fixup_layout_node()
1835 if ((n_all == 1 && n_menus == 0 && n_files == 0) || in fixup_layout_node()
1836 (n_all == 0 && n_menus == 1 && n_files == 1)) in fixup_layout_node()
1840 else if (n_all > 1 || n_menus > 1 || n_files > 1 || in fixup_layout_node()
1841 (n_all == 1 && (n_menus != 0 || n_files != 0))) in fixup_layout_node()
1859 if (n_all || last_menus != child) in fixup_layout_node()
1867 if (n_all || last_files != child) in fixup_layout_node()
1896 if (n_all == 0 && n_menus == 0) in fixup_layout_node()
[all …]
/dports/x11/gnome-menus/gnome-menus-3.36.0/libmenu/
H A Dmenu-layout.c1780 int n_all; in fixup_layout_node() local
1792 n_all = 0; in fixup_layout_node()
1819 n_all++; in fixup_layout_node()
1835 if ((n_all == 1 && n_menus == 0 && n_files == 0) || in fixup_layout_node()
1836 (n_all == 0 && n_menus == 1 && n_files == 1)) in fixup_layout_node()
1840 else if (n_all > 1 || n_menus > 1 || n_files > 1 || in fixup_layout_node()
1841 (n_all == 1 && (n_menus != 0 || n_files != 0))) in fixup_layout_node()
1859 if (n_all || last_menus != child) in fixup_layout_node()
1867 if (n_all || last_files != child) in fixup_layout_node()
1896 if (n_all == 0 && n_menus == 0) in fixup_layout_node()
[all …]
/dports/x11/mate-menus/mate-menus-1.26.0/libmenu/
H A Dmenu-layout.c1817 int n_all; in fixup_layout_node() local
1829 n_all = 0; in fixup_layout_node()
1856 n_all++; in fixup_layout_node()
1872 if ((n_all == 1 && n_menus == 0 && n_files == 0) || in fixup_layout_node()
1873 (n_all == 0 && n_menus == 1 && n_files == 1)) in fixup_layout_node()
1877 else if (n_all > 1 || n_menus > 1 || n_files > 1 || in fixup_layout_node()
1878 (n_all == 1 && (n_menus != 0 || n_files != 0))) in fixup_layout_node()
1896 if (n_all || last_menus != child) in fixup_layout_node()
1904 if (n_all || last_files != child) in fixup_layout_node()
1933 if (n_all == 0 && n_menus == 0) in fixup_layout_node()
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/api/
H A DFapi_Delete.c131 size_t i, n_all; in check_hierarchy() local
140 r = ifapi_keystore_list_all(&context->keystore, profile_name, &file_all_ary, &n_all); in check_hierarchy()
143 if (find_path_for_profile(profile_name, hierarchy, file_all_ary, n_all)) { in check_hierarchy()
151 for (i = 0; i < n_all; i++) in check_hierarchy()
/dports/science/lammps/lammps-stable_29Sep2021/src/
H A Dmodify.cpp1141 int n_all = 0; in check_rigid_group_overlap() local
1142 MPI_Allreduce(&n,&n_all,1,MPI_INT,MPI_SUM,world); in check_rigid_group_overlap()
1144 if (n_all > 0) return 1; in check_rigid_group_overlap()
1174 int n_all = 0; in check_rigid_region_overlap() local
1175 MPI_Allreduce(&n,&n_all,1,MPI_INT,MPI_SUM,world); in check_rigid_region_overlap()
1177 if (n_all > 0) return 1; in check_rigid_region_overlap()
1203 int n_all = 0; in check_rigid_list_overlap() local
1204 MPI_Allreduce(&n,&n_all,1,MPI_INT,MPI_SUM,world); in check_rigid_list_overlap()
1206 if (n_all > 0) return 1; in check_rigid_list_overlap()
/dports/security/gnome-keyring/gnome-keyring-40.0/pkcs11/wrap-layer/
H A Dmock-secret-store.c85 match_fields (gconstpointer fields, gsize n_fields, gconstpointer all, gsize n_all) in match_fields() argument
112 if (!memmem (all, n_all, field, n_field)) in match_fields()

12