Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh3110 dimension_type rs_li = (li % 2 != 0) ? li : (li + 1); in non_redundant_matrix_entries() local
3113 for (dimension_type lj = 0 ; lj <= rs_li; ++lj) { in non_redundant_matrix_entries()
H A Dppl.hh.dist74164 dimension_type rs_li = (li % 2 != 0) ? li : (li + 1);
74167 for (dimension_type lj = 0 ; lj <= rs_li; ++lj) {