Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh1107 const N& c_ii_i = matrix[i + 1][i]; in minimized_congruences() local
1112 numer_denom(c_ii_i, numer, denom); in minimized_congruences()
7387 const N& c_ii_i = (*i_iter)[i]; in constraints() local
7390 if (is_additive_inverse(c_i_ii, c_ii_i)) { in constraints()
7392 numer_denom(c_ii_i, b, a); in constraints()
7403 if (!is_plus_infinity(c_ii_i)) { in constraints()
7404 numer_denom(c_ii_i, b, a); in constraints()
8179 const N& c_ii_i = (*i_iter)[i]; in operator <<() local
8193 if (div_2exp_assign_r(half, c_ii_i, 1, in operator <<()
8199 s << "2*" << v_i << " = " << c_ii_i; in operator <<()
[all …]
H A Dppl.hh.dist72161 const N& c_ii_i = matrix[i + 1][i];
72166 numer_denom(c_ii_i, numer, denom);
78441 const N& c_ii_i = (*i_iter)[i];
78444 if (is_additive_inverse(c_i_ii, c_ii_i)) {
78446 numer_denom(c_ii_i, b, a);
78457 if (!is_plus_infinity(c_ii_i)) {
78458 numer_denom(c_ii_i, b, a);
79233 const N& c_ii_i = (*i_iter)[i];
79247 if (div_2exp_assign_r(half, c_ii_i, 1,
79253 s << "2*" << v_i << " = " << c_ii_i;
[all …]