Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh1614 const N& m_cj_j = matrix[coherent_index(j)][j]; in is_strong_coherent() local
1616 && !is_plus_infinity(m_cj_j)) { in is_strong_coherent()
1619 add_assign_r(semi_sum, m_i_ci, m_cj_j, ROUND_UP); in is_strong_coherent()
H A Dppl.hh.dist72668 const N& m_cj_j = matrix[coherent_index(j)][j];
72670 && !is_plus_infinity(m_cj_j)) {
72671 // Compute (m_i_ci + m_cj_j)/2 into `semi_sum',
72673 add_assign_r(semi_sum, m_i_ci, m_cj_j, ROUND_UP);
73748 // m_i_j <= (m_i_ci + m_cj_j)/2
74175 // m_i_j >= (m_i_ci + m_cj_j)/2, where j != ci.