Home
last modified time | relevance | path

Searched refs:x_v_j (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DBD_Shape_templates.hh2022 const N& x_v_j = x_v[j]; in incremental_shortest_path_closure_assign() local
2023 if (!is_plus_infinity(x_v_j)) { in incremental_shortest_path_closure_assign()
2024 add_assign_r(sum, x_i_v, x_v_j, ROUND_UP); in incremental_shortest_path_closure_assign()
H A DOctagonal_Shape_templates.hh2882 const N& x_v_j = (j < rs_v) ? x_v[j] : x_cj[cv]; in incremental_strong_closure_assign() local
2883 if (!is_plus_infinity(x_v_j)) { in incremental_strong_closure_assign()
2884 add_assign_r(sum, x_i_v, x_v_j, ROUND_UP); in incremental_strong_closure_assign()
H A Dppl.hh.dist73936 const N& x_v_j = (j < rs_v) ? x_v[j] : x_cj[cv];
73937 if (!is_plus_infinity(x_v_j)) {
73938 add_assign_r(sum, x_i_v, x_v_j, ROUND_UP);
82569 const N& x_v_j = x_v[j];
82570 if (!is_plus_infinity(x_v_j)) {
82571 add_assign_r(sum, x_i_v, x_v_j, ROUND_UP);