Home
last modified time | relevance | path

Searched refs:row_size_k (Results 1 – 2 of 2) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh7706 const dimension_type row_size_k = OR_Matrix<N>::row_size(k); in upper_bound_assign_if_exact() local
7717 : ((j < row_size_k) ? ub_k[j] : ub_cj[ck]); in upper_bound_assign_if_exact()
7723 for (dimension_type ell = row_size_k; ell-- > 0; ) { in upper_bound_assign_if_exact()
7904 const dimension_type row_size_k = OR_Matrix<N>::row_size(k); in integer_upper_bound_assign_if_exact() local
7915 : ((j < row_size_k) ? ub_k[j] : ub_cj[ck]); in integer_upper_bound_assign_if_exact()
7921 for (dimension_type ell = row_size_k; ell-- > 0; ) { in integer_upper_bound_assign_if_exact()
H A Dppl.hh.dist78760 const dimension_type row_size_k = OR_Matrix<N>::row_size(k);
78771 : ((j < row_size_k) ? ub_k[j] : ub_cj[ck]);
78777 for (dimension_type ell = row_size_k; ell-- > 0; ) {
78958 const dimension_type row_size_k = OR_Matrix<N>::row_size(k);
78969 : ((j < row_size_k) ? ub_k[j] : ub_cj[ck]);
78975 for (dimension_type ell = row_size_k; ell-- > 0; ) {