Home
last modified time | relevance | path

Searched refs:unbalance (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/math/parmetis/parmetis-4.0.3/metis/programs/
H A Dstat.c24 real_t *tpwgts, unbalance; in ComputePartitionInfo() local
55 for (k=0, unbalance=1.0*kpwgts[k*ncon+j]/(tpwgts[k*ncon+j]*tvwgt), i=1; i<nparts; i++) { in ComputePartitionInfo()
56 if (unbalance < 1.0*kpwgts[i*ncon+j]/(tpwgts[i*ncon+j]*tvwgt)) { in ComputePartitionInfo()
57 unbalance = 1.0*kpwgts[i*ncon+j]/(tpwgts[i*ncon+j]*tvwgt); in ComputePartitionInfo()
62 j, unbalance, in ComputePartitionInfo()
70 for (k=0, unbalance=kpwgts[k]/(tpwgts[k]*tvwgt), i=1; i<nparts; i++) { in ComputePartitionInfo()
71 if (unbalance < kpwgts[i]/(tpwgts[i]*tvwgt)) { in ComputePartitionInfo()
72 unbalance = kpwgts[i]/(tpwgts[i]*tvwgt); in ComputePartitionInfo()
79 k, kpwgts[k], (idx_t)(tvwgt*tpwgts[k]), unbalance); in ComputePartitionInfo()
/dports/math/py-PyMetis/PyMetis-2020.1/src/metis/programs/
H A Dstat.c24 real_t *tpwgts, unbalance; in ComputePartitionInfo() local
55 for (k=0, unbalance=1.0*kpwgts[k*ncon+j]/(tpwgts[k*ncon+j]*tvwgt), i=1; i<nparts; i++) { in ComputePartitionInfo()
56 if (unbalance < 1.0*kpwgts[i*ncon+j]/(tpwgts[i*ncon+j]*tvwgt)) { in ComputePartitionInfo()
57 unbalance = 1.0*kpwgts[i*ncon+j]/(tpwgts[i*ncon+j]*tvwgt); in ComputePartitionInfo()
62 j, unbalance, in ComputePartitionInfo()
70 for (k=0, unbalance=kpwgts[k]/(tpwgts[k]*tvwgt), i=1; i<nparts; i++) { in ComputePartitionInfo()
71 if (unbalance < kpwgts[i]/(tpwgts[i]*tvwgt)) { in ComputePartitionInfo()
72 unbalance = kpwgts[i]/(tpwgts[i]*tvwgt); in ComputePartitionInfo()
79 k, kpwgts[k], (idx_t)(tvwgt*tpwgts[k]), unbalance); in ComputePartitionInfo()
/dports/math/metis/metis-5.1.0/programs/
H A Dstat.c24 real_t *tpwgts, unbalance; in ComputePartitionInfo() local
55 for (k=0, unbalance=1.0*kpwgts[k*ncon+j]/(tpwgts[k*ncon+j]*tvwgt), i=1; i<nparts; i++) { in ComputePartitionInfo()
56 if (unbalance < 1.0*kpwgts[i*ncon+j]/(tpwgts[i*ncon+j]*tvwgt)) { in ComputePartitionInfo()
57 unbalance = 1.0*kpwgts[i*ncon+j]/(tpwgts[i*ncon+j]*tvwgt); in ComputePartitionInfo()
62 j, unbalance, in ComputePartitionInfo()
70 for (k=0, unbalance=kpwgts[k]/(tpwgts[k]*tvwgt), i=1; i<nparts; i++) { in ComputePartitionInfo()
71 if (unbalance < kpwgts[i]/(tpwgts[i]*tvwgt)) { in ComputePartitionInfo()
72 unbalance = kpwgts[i]/(tpwgts[i]*tvwgt); in ComputePartitionInfo()
79 k, kpwgts[k], (idx_t)(tvwgt*tpwgts[k]), unbalance); in ComputePartitionInfo()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Ddata.cc1721 n->unbalance = +1; in loadR()
1723 n->unbalance = -1; in loadR()
1725 n->unbalance = 0; in loadR()
1809 s->unbalance = a; in insert()
1812 s->unbalance = 0; in insert()
1825 s->unbalance = r->unbalance = 0; in insert()
1841 s->unbalance = (p->unbalance == a) ? -a : 0; in insert()
1842 r->unbalance = (p->unbalance == -a) ? a : 0; in insert()
1941 node->unbalance = (p->unbalance == a) ? -a: 0; in removeR()
1942 r->unbalance = (p->unbalance == -a) ? a: 0; in removeR()
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/tests/linalg/
H A Dbalancing.rs15 balancing::unbalance(&mut balanced, &d);
24 balancing::unbalance(&mut balanced, &d);
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/tests/linalg/
H A Dbalancing.rs14 balancing::unbalance(&mut balanced, &d);
22 balancing::unbalance(&mut balanced, &d);
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/tests/linalg/
H A Dbalancing.rs14 balancing::unbalance(&mut balanced, &d);
22 balancing::unbalance(&mut balanced, &d);
/dports/cad/openroad/OpenROAD-2.0/src/cts/src/
H A Dtritoncts.tcl136 set unbalance $keys(-clustering_unbalance_ratio)
137 cts::set_clustering_unbalance_ratio $unbalance
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/include/libaegisub/
H A Dline_wrap.h60 void unbalance(StartCont &ret, WidthCont const& widths, Width max_width, WrapMode wrap_mode) { in unbalance() function
165 unbalance(ret, widths, max_width, wrap_mode); in get_wrap_points()
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DfillBody2.c598 if (body[b_indx].unbalance[i]) body[b_indx].bs[0]=i; in evalBody2()
600 printf(" unbalance[%d]:%d\n", i, body[b_indx].unbalance[i]); in evalBody2()
639 if (body[b_indx].unbalance[i]!=0) in evalBody2()
641 …ot meshable, correct div, side:%d (unbal:%d)!\n", body[b_indx].name, i, body[b_indx].unbalance[i]); in evalBody2()
873 if (body[b_indx].unbalance[i]!=1) in fillBody2()
875 …ot meshable, correct div, side:%d (unbal:%d)!\n", body[b_indx].name, i, body[b_indx].unbalance[i]); in fillBody2()
992 if (body[b_indx].unbalance[i]==1) in fillBody2()
994 …ot meshable, correct div, side:%d (unbal:%d)!\n", body[b_indx].name, i, body[b_indx].unbalance[i]); in fillBody2()
1101 if (body[b_indx].unbalance[i]==1) in fillBody2()
1103 …ot meshable, correct div, side:%d (unbal:%d)!\n", body[b_indx].name, i, body[b_indx].unbalance[i]); in fillBody2()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/src/linalg/
H A Dbalancing.rs67 pub fn unbalance<N: RealField, D: Dim>(m: &mut MatrixN<N, D>, d: &VectorN<N, D>) in unbalance() function
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/src/linalg/
H A Dbalancing.rs67 pub fn unbalance<N: RealField, D: Dim>(m: &mut MatrixN<N, D>, d: &VectorN<N, D>) in unbalance() function
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Deigen.h19 void unbalance(int n, phydbl *vr, phydbl *vi, int low, int hi,
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/linalg/
H A Dbalancing.rs69 pub fn unbalance<T: RealField, D: Dim>(m: &mut OMatrix<T, D, D>, d: &OVector<T, D>) in unbalance() function
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dexpand.w506 halfword unbalance; /* unmatched left braces in current parameter */
540 unbalance = 0;
653 unbalance = 1;
667 incr(unbalance);
669 decr(unbalance);
670 if (unbalance == 0)
779 align_state = align_state - unbalance;
H A Dscanning.w1882 halfword unbalance; /* number of unmatched left braces */
1893 unbalance = 1;
1898 incr(unbalance);
1900 decr(unbalance);
1901 if (unbalance == 0)
1970 halfword unbalance; /* number of unmatched left braces */
2037 unbalance = 1;
2070 incr(unbalance);
2072 decr(unbalance);
2073 if (unbalance == 0)
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dexpand.w506 halfword unbalance; /* unmatched left braces in current parameter */
540 unbalance = 0;
653 unbalance = 1;
667 incr(unbalance);
669 decr(unbalance);
670 if (unbalance == 0)
779 align_state = align_state - unbalance;
H A Dscanning.w1882 halfword unbalance; /* number of unmatched left braces */
1893 unbalance = 1;
1898 incr(unbalance);
1900 decr(unbalance);
1901 if (unbalance == 0)
1970 halfword unbalance; /* number of unmatched left braces */
2037 unbalance = 1;
2070 incr(unbalance);
2072 decr(unbalance);
2073 if (unbalance == 0)
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dexpand.w506 halfword unbalance; /* unmatched left braces in current parameter */
540 unbalance = 0;
653 unbalance = 1;
667 incr(unbalance);
669 decr(unbalance);
670 if (unbalance == 0)
779 align_state = align_state - unbalance;
H A Dscanning.w1882 halfword unbalance; /* number of unmatched left braces */
1893 unbalance = 1;
1898 incr(unbalance);
1900 decr(unbalance);
1901 if (unbalance == 0)
1970 halfword unbalance; /* number of unmatched left braces */
2037 unbalance = 1;
2070 incr(unbalance);
2072 decr(unbalance);
2073 if (unbalance == 0)
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dexpand.w506 halfword unbalance; /* unmatched left braces in current parameter */
540 unbalance = 0;
653 unbalance = 1;
667 incr(unbalance);
669 decr(unbalance);
670 if (unbalance == 0)
779 align_state = align_state - unbalance;
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dexpand.w506 halfword unbalance; /* unmatched left braces in current parameter */
540 unbalance = 0;
653 unbalance = 1;
667 incr(unbalance);
669 decr(unbalance);
670 if (unbalance == 0)
779 align_state = align_state - unbalance;
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dexpand.w506 halfword unbalance; /* unmatched left braces in current parameter */
540 unbalance = 0;
653 unbalance = 1;
667 incr(unbalance);
669 decr(unbalance);
670 if (unbalance == 0)
779 align_state = align_state - unbalance;
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/tex/
H A Dexpand.w506 halfword unbalance; /* unmatched left braces in current parameter */
540 unbalance = 0;
653 unbalance = 1;
667 incr(unbalance);
669 decr(unbalance);
670 if (unbalance == 0)
779 align_state = align_state - unbalance;
/dports/games/wolfpack/empire-4.4.1/doc/
H A Deconfig86 unbalance it.

12345678