Home
last modified time | relevance | path

Searched refs:c_i_j (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/lib/netlist/plib/
H A Dpmatrix_cr.h577 const std::size_t c_i_j(base_type::col_idx[i_j]); // row i, column j in incomplete_LU_factorization()
580 if (c_k_j == c_i_j) in incomplete_LU_factorization()
582 k_j += (c_k_j <= c_i_j ? 1 : 0); in incomplete_LU_factorization()
583 i_j += (c_k_j >= c_i_j ? 1 : 0); in incomplete_LU_factorization()
/dports/emulators/mame/mame-mame0226/src/lib/netlist/plib/
H A Dpmatrix_cr.h577 const std::size_t c_i_j(base_type::col_idx[i_j]); // row i, column j in incomplete_LU_factorization()
580 if (c_k_j == c_i_j) in incomplete_LU_factorization()
582 k_j += (c_k_j <= c_i_j ? 1 : 0); in incomplete_LU_factorization()
583 i_j += (c_k_j >= c_i_j ? 1 : 0); in incomplete_LU_factorization()
/dports/devel/ppl/ppl-1.2/src/
H A DOctagonal_Shape_templates.hh7419 const N& c_i_j = r_i[j]; in constraints() local
7422 if (is_additive_inverse(c_ii_jj, c_i_j)) { in constraints()
7424 numer_denom(c_i_j, b, a); in constraints()
7429 if (!is_plus_infinity(c_i_j)) { in constraints()
7430 numer_denom(c_i_j, b, a); in constraints()
8258 const N& c_i_j = r_i[j]; in operator <<() local
8260 if (is_additive_inverse(c_ii_jj, c_i_j)) { in operator <<()
8269 if (sgn(c_i_j) >= 0) { in operator <<()
8270 s << v_j << " - " << v_i << " = " << c_i_j; in operator <<()
8278 if (!is_plus_infinity(c_i_j)) { in operator <<()
[all …]
H A DBD_Shape_templates.hh6746 const N& c_i_j = bds.dbm[i][j]; in operator <<() local
6748 if (is_additive_inverse(c_j_i, c_i_j)) { in operator <<()
6759 s << " = " << c_i_j; in operator <<()
6763 if (sgn(c_i_j) >= 0) { in operator <<()
6767 s << " = " << c_i_j; in operator <<()
6809 if (!is_plus_infinity(c_i_j)) { in operator <<()
6819 s << " <= " << c_i_j; in operator <<()
6823 if (sgn(c_i_j) >= 0) { in operator <<()
6827 s << " <= " << c_i_j; in operator <<()
6833 neg_assign_r(v, c_i_j, ROUND_DOWN); in operator <<()
H A Dppl.hh.dist78473 const N& c_i_j = r_i[j];
78478 numer_denom(c_i_j, b, a);
78484 numer_denom(c_i_j, b, a);
79312 const N& c_i_j = r_i[j];
79323 if (sgn(c_i_j) >= 0) {
79339 if (sgn(c_i_j) >= 0) {
87306 s << " = " << c_i_j;
87310 if (sgn(c_i_j) >= 0) {
87314 s << " = " << c_i_j;
87366 s << " <= " << c_i_j;
[all …]