Home
last modified time | relevance | path

Searched defs:lcost (Results 1 – 18 of 18) sorted by relevance

/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/linkage/
H A Dscore.c34 size_t lcost, i; in compute_link_cost() local
45 int lcost; in unused_word_cost() local
60 double lcost; in compute_disjunct_cost() local
/dports/textproc/ssddiff/ssddiff-0.2/src/
H A Ddiff.cc92 int lcost = rc->modify(RelEqClass(*n2,*i2), -1); in process_relations() local
96 int lcost = rc->modify(RelEqClass(*i2,*n2), -1); in process_relations() local
118 int lcost = rc->modify(RelEqClass(*n1,*i ), n2 ? +1 : +2); in process_relations() local
122 int lcost = rc->modify(RelEqClass(*i ,*n1), n2 ? +1 : +2); in process_relations() local
153 int lcost = rc->modify(RelEqClass(**n1,i3->first), i3->second); in makeState() local
169 int lcost = rc->modify(RelEqClass(i3->first,**n1), i3->second); in makeState() local
/dports/math/osi/Osi-0.108.6/Osi/test/
H A DOsiTestSolver.hpp359 double lcost; member in VOL_dual
409 const double lcost, const double ascent, const int iter) { in cond()
501 inline double factor(const VOL_parms& parm, const double lcost, in factor()
H A DOsiTestSolverInterface.cpp389 double& lcost, in solve_subproblem()
/dports/math/clp/Clp-1.17.3/Osi/test/
H A DOsiTestSolver.hpp359 double lcost; member in VOL_dual
409 const double lcost, const double ascent, const int iter) { in cond()
501 inline double factor(const VOL_parms& parm, const double lcost, in factor()
H A DOsiTestSolverInterface.cpp389 double& lcost, in solve_subproblem()
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A DuseVolume.cpp127 double& lcost, VOL_dvector& x, VOL_dvector& v, in solve_subproblem()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/modular/encoding/
H A Denc_ma.cc199 float lcost = std::numeric_limits<float>::max(); in FindBestSplit() member
354 float lcost = EstimateBits(counts_below.data(), in FindBestSplit() local
395 float lcost = costs_l[i - first_used].cost; in FindBestSplit() local
/dports/japanese/mecab/mecab-0.996/src/
H A Dviterbi.cpp324 register int lcost = connector->cost(lnode, rnode); // local cost in connect() local
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/modular/encoding/
H A Denc_ma.cc224 float lcost = std::numeric_limits<float>::max(); in FindBestSplit() member
379 float lcost = EstimateBits(counts_below.data(), in FindBestSplit() local
420 float lcost = costs_l[i - first_used].cost; in FindBestSplit() local
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/modular/encoding/
H A Denc_ma.cc224 float lcost = std::numeric_limits<float>::max(); in FindBestSplit() member
379 float lcost = EstimateBits(counts_below.data(), in FindBestSplit() local
420 float lcost = costs_l[i - first_used].cost; in FindBestSplit() local
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/modular/encoding/
H A Denc_ma.cc224 float lcost = std::numeric_limits<float>::max(); in FindBestSplit() member
379 float lcost = EstimateBits(counts_below.data(), in FindBestSplit() local
420 float lcost = costs_l[i - first_used].cost; in FindBestSplit() local
/dports/net/quagga/quagga-1.2.4/ospf6d/
H A Dospf6_interface.c1235 unsigned long int lcost; variable
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospf6d/
H A Dospf6_interface.c1314 unsigned long int lcost; variable
/dports/net/frr7/frr-frr-7.5.1/ospf6d/
H A Dospf6_interface.c1314 unsigned long int lcost; variable
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Du_bound.c531 double dcost, dsint, lcost, lsint, hcost, hsint; in text_bound() local
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSolve.cpp156 double& lcost, VOL_dvector& x, VOL_dvector& v, in solve_subproblem()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSolve.cpp179 double &lcost, VOL_dvector &x, VOL_dvector &v, in solve_subproblem()