Home
last modified time | relevance | path

Searched refs:re_max (Results 1 – 25 of 37) sorted by relevance

12

/dports/math/igraph/igraph-0.9.5/vendor/glpk/api/
H A Dpript.c33 double ae_max, re_max; in glp_print_ipt() local
125 re_max, re_ind); in glp_print_ipt()
127 re_max <= 1e-9 ? "High quality" : in glp_print_ipt()
128 re_max <= 1e-6 ? "Medium quality" : in glp_print_ipt()
140 re_max <= 1e-9 ? "High quality" : in glp_print_ipt()
141 re_max <= 1e-6 ? "Medium quality" : in glp_print_ipt()
150 re_max, re_ind == 0 ? 0 : re_ind - P->m); in glp_print_ipt()
152 re_max <= 1e-9 ? "High quality" : in glp_print_ipt()
153 re_max <= 1e-6 ? "Medium quality" : in glp_print_ipt()
165 re_max <= 1e-9 ? "High quality" : in glp_print_ipt()
[all …]
H A Dprsol.c33 double ae_max, re_max; in glp_print_sol() local
141 re_max, re_ind); in glp_print_sol()
143 re_max <= 1e-9 ? "High quality" : in glp_print_sol()
144 re_max <= 1e-6 ? "Medium quality" : in glp_print_sol()
156 re_max <= 1e-9 ? "High quality" : in glp_print_sol()
157 re_max <= 1e-6 ? "Medium quality" : in glp_print_sol()
166 re_max, re_ind == 0 ? 0 : re_ind - P->m); in glp_print_sol()
168 re_max <= 1e-9 ? "High quality" : in glp_print_sol()
169 re_max <= 1e-6 ? "Medium quality" : in glp_print_sol()
181 re_max <= 1e-9 ? "High quality" : in glp_print_sol()
[all …]
H A Dprmip.c33 double ae_max, re_max; in glp_print_mip() local
115 glp_check_kkt(P, GLP_MIP, GLP_KKT_PE, &ae_max, &ae_ind, &re_max, in glp_print_mip()
120 re_max, re_ind); in glp_print_mip()
122 re_max <= 1e-9 ? "High quality" : in glp_print_mip()
123 re_max <= 1e-6 ? "Medium quality" : in glp_print_mip()
124 re_max <= 1e-3 ? "Low quality" : "SOLUTION IS WRONG"); in glp_print_mip()
126 glp_check_kkt(P, GLP_MIP, GLP_KKT_PB, &ae_max, &ae_ind, &re_max, in glp_print_mip()
132 re_max, re_ind <= P->m ? "row" : "column", in glp_print_mip()
135 re_max <= 1e-9 ? "High quality" : in glp_print_mip()
136 re_max <= 1e-6 ? "Medium quality" : in glp_print_mip()
[all …]
/dports/math/glpk/glpk-5.0/src/api/
H A Dpript.c33 double ae_max, re_max; in glp_print_ipt() local
125 re_max, re_ind); in glp_print_ipt()
127 re_max <= 1e-9 ? "High quality" : in glp_print_ipt()
128 re_max <= 1e-6 ? "Medium quality" : in glp_print_ipt()
140 re_max <= 1e-9 ? "High quality" : in glp_print_ipt()
141 re_max <= 1e-6 ? "Medium quality" : in glp_print_ipt()
150 re_max, re_ind == 0 ? 0 : re_ind - P->m); in glp_print_ipt()
152 re_max <= 1e-9 ? "High quality" : in glp_print_ipt()
153 re_max <= 1e-6 ? "Medium quality" : in glp_print_ipt()
165 re_max <= 1e-9 ? "High quality" : in glp_print_ipt()
[all …]
H A Dprsol.c33 double ae_max, re_max; in glp_print_sol() local
141 re_max, re_ind); in glp_print_sol()
143 re_max <= 1e-9 ? "High quality" : in glp_print_sol()
144 re_max <= 1e-6 ? "Medium quality" : in glp_print_sol()
156 re_max <= 1e-9 ? "High quality" : in glp_print_sol()
157 re_max <= 1e-6 ? "Medium quality" : in glp_print_sol()
166 re_max, re_ind == 0 ? 0 : re_ind - P->m); in glp_print_sol()
168 re_max <= 1e-9 ? "High quality" : in glp_print_sol()
169 re_max <= 1e-6 ? "Medium quality" : in glp_print_sol()
181 re_max <= 1e-9 ? "High quality" : in glp_print_sol()
[all …]
H A Dprmip.c33 double ae_max, re_max; in glp_print_mip() local
115 glp_check_kkt(P, GLP_MIP, GLP_KKT_PE, &ae_max, &ae_ind, &re_max, in glp_print_mip()
120 re_max, re_ind); in glp_print_mip()
122 re_max <= 1e-9 ? "High quality" : in glp_print_mip()
123 re_max <= 1e-6 ? "Medium quality" : in glp_print_mip()
124 re_max <= 1e-3 ? "Low quality" : "SOLUTION IS WRONG"); in glp_print_mip()
126 glp_check_kkt(P, GLP_MIP, GLP_KKT_PB, &ae_max, &ae_ind, &re_max, in glp_print_mip()
132 re_max, re_ind <= P->m ? "row" : "column", in glp_print_mip()
135 re_max <= 1e-9 ? "High quality" : in glp_print_mip()
136 re_max <= 1e-6 ? "Medium quality" : in glp_print_mip()
[all …]
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglpapi10.c36 double e, sp, sn, t, ae_max, re_max; in _glp_check_kkt() local
45 ae_max = re_max = 0.0; in _glp_check_kkt()
81 if (re_max < e) in _glp_check_kkt()
82 re_max = e, re_ind = i; in _glp_check_kkt()
108 if (re_max < e) in _glp_check_kkt()
109 re_max = e, re_ind = i; in _glp_check_kkt()
122 if (re_max < e) in _glp_check_kkt()
149 if (re_max < e) in _glp_check_kkt()
163 if (re_max < e) in _glp_check_kkt()
199 if (re_max < e) in _glp_check_kkt()
[all …]
H A Dglpapi11.c33 double ae_max, re_max;
141 re_max, re_ind);
143 re_max <= 1e-9 ? "High quality" :
144 re_max <= 1e-6 ? "Medium quality" :
156 re_max <= 1e-9 ? "High quality" :
168 re_max <= 1e-9 ? "High quality" :
181 re_max <= 1e-9 ? "High quality" :
651 double ae_max, re_max;
743 re_max, re_ind);
959 double ae_max, re_max;
[all …]
H A Dglplpx01.c644 double ae_max, re_max; in lpx_check_kkt() local
650 kkt->pe_re_max = re_max; in lpx_check_kkt()
652 if (re_max <= 1e-9) in lpx_check_kkt()
654 else if (re_max <= 1e-6) in lpx_check_kkt()
656 else if (re_max <= 1e-3) in lpx_check_kkt()
666 if (re_max <= 1e-9) in lpx_check_kkt()
686 if (re_max <= 1e-9) in lpx_check_kkt()
700 if (re_max <= 1e-9) in lpx_check_kkt()
964 double ae_max, re_max; in lpx_check_int() local
971 if (re_max <= 1e-9) in lpx_check_int()
[all …]
H A Dglpapi.h277 int *ae_ind, double *re_max, int *re_ind);
/dports/math/igraph/igraph-0.9.5/vendor/glpk/draft/
H A Dglpapi10.c34 double e, sp, sn, t, ae_max, re_max; in glp_check_kkt() local
43 ae_max = re_max = 0.0; in glp_check_kkt()
79 if (re_max < e) in glp_check_kkt()
80 re_max = e, re_ind = i; in glp_check_kkt()
106 if (re_max < e) in glp_check_kkt()
107 re_max = e, re_ind = i; in glp_check_kkt()
120 if (re_max < e) in glp_check_kkt()
147 if (re_max < e) in glp_check_kkt()
161 if (re_max < e) in glp_check_kkt()
197 if (re_max < e) in glp_check_kkt()
[all …]
/dports/math/glpk/glpk-5.0/src/draft/
H A Dglpapi10.c34 double e, sp, sn, t, ae_max, re_max; in glp_check_kkt() local
43 ae_max = re_max = 0.0; in glp_check_kkt()
79 if (re_max < e) in glp_check_kkt()
80 re_max = e, re_ind = i; in glp_check_kkt()
106 if (re_max < e) in glp_check_kkt()
107 re_max = e, re_ind = i; in glp_check_kkt()
120 if (re_max < e) in glp_check_kkt()
147 if (re_max < e) in glp_check_kkt()
161 if (re_max < e) in glp_check_kkt()
197 if (re_max < e) in glp_check_kkt()
[all …]
/dports/math/glpk/glpk-5.0/examples/oldapi/
H A Dlpx.c711 double ae_max, re_max; in lpx_check_kkt() local
717 kkt->pe_re_max = re_max; in lpx_check_kkt()
719 if (re_max <= 1e-9) in lpx_check_kkt()
721 else if (re_max <= 1e-6) in lpx_check_kkt()
723 else if (re_max <= 1e-3) in lpx_check_kkt()
733 if (re_max <= 1e-9) in lpx_check_kkt()
753 if (re_max <= 1e-9) in lpx_check_kkt()
767 if (re_max <= 1e-9) in lpx_check_kkt()
1031 double ae_max, re_max; in lpx_check_int() local
1038 if (re_max <= 1e-9) in lpx_check_int()
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/glpk/proxy/
H A Dproxy1.c56 double ae_max, re_max; in ios_proxy_heur() local
69 &re_max, &re_ind); in ios_proxy_heur()
70 feas1 = (re_max <= 1e-6); in ios_proxy_heur()
72 &re_max, &re_ind); in ios_proxy_heur()
73 feas2 = (re_max <= 1e-6); in ios_proxy_heur()
/dports/math/glpk/glpk-5.0/src/proxy/
H A Dproxy1.c56 double ae_max, re_max; in ios_proxy_heur() local
69 &re_max, &re_ind); in ios_proxy_heur()
70 feas1 = (re_max <= 1e-6); in ios_proxy_heur()
72 &re_max, &re_ind); in ios_proxy_heur()
73 feas2 = (re_max <= 1e-6); in ios_proxy_heur()
/dports/graphics/py-pyx/PyX-0.15/examples/graphstyles/
H A Ddensity.py7 re_max = 0.5 variable
15 re_step = (re_max - re_min) / gridx
34 x=graph.axis.linear(min=re_min, max=re_max, title=r"$\Re(c)$"),
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/locale/
H A D_wctrans.c97 if (re->re_min <= c0 && re->re_max >= c0) in _towctrans_ext()
99 else if (c0 >= re->re_max) { in _towctrans_ext()
H A D_wctype.c94 if (re->re_min <= wc0 && re->re_max >= wc0) { in _runetype_priv()
99 } else if (wc0 > re->re_max) { in _runetype_priv()
H A Drunetype_local.h56 __nbrune_t re_max; /* Last rune (inclusive) of the range */ member
H A Drune.c239 re->re_max = be32toh((uint32_t)fre->fre_max); \ in _rune_read_file()
245 len = re->re_max - re->re_min + 1; \ in _rune_read_file()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/python/digital/
H A Dsoft_dec_lut_gen.py122 re_max = max(numpy.array(constel).real)
127 xrng = numpy.linspace(re_min, re_max, npts)
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/include/
H A Dast_regex.h166 ssize_t re_max; /* max anchored match length */ member
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Locale/
H A Drunetype.h136 __nbrune_t re_max; /* Last rune (inclusive) of the range */ member
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/include/
H A Dregex.h182 ssize_t re_max; /* max anchored match length */ member
/dports/shells/ksh93/ast-93u/src/lib/libast/include/
H A Dregex.h182 ssize_t re_max; /* max anchored match length */ member

12