Home
last modified time | relevance | path

Searched defs:whichparam (Results 1 – 9 of 9) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/src/postlike/
H A Dderivatives.cpp60 … const vector<TreeSummary*> *pGenealogies, const long& whichparam) in DCalc_sumG_BasicNumerator()
106 long whichparam = 0; in DCalculate() local
174 long whichparam = 0; in DCalculate() local
216 long whichparam = 0; in DCalculate() local
287 unsigned long whichparam(0), whichforce(0), the_alpha_param(param.size() - 1); in DCalculate() local
H A Dplforces.cpp155 const long int &whichparam) in DlnWait()
948 const long int & whichparam) in DlnWait()
1100 const long int & whichparam) in DlnWaitForTinyGrowth()
1338 const long int & whichparam) in DlnWaitForTinyGrowth()
1440 const long int & whichparam) in DlnWait()
1449 const long int & whichparam) in DlnPoint()
1765 const long int & whichparam) in DlnWait()
2000 const long int & whichparam) in DlnPoint()
2221 const long int & whichparam) in DlnWait()
2304 const long int & whichparam) in DlnWaitForTinyLogisticSelectionCoefficient()
[all …]
H A Dplforces.h403 const long &whichparam) { assert(false); return 0;}; in DlnWait()
407 const long &whichparam) { assert(false); return 0;}; in DlnPoint()
477 const long &whichparam) { return 1.0; }; in DlnWait()
481 const long &whichparam) { return 1.0; }; in DlnPoint()
H A Dlikelihood.h86 …bool isLogisticSelection(long whichparam) { return 0 != m_s_is_here && whichparam == m_s_is_here; … in isLogisticSelection()
123 long FindForce(long whichparam) { return m_parameter_types[whichparam];} ; in FindForce()
H A Dlikelihood.cpp88 bool PostLike::isLinearParam(long whichparam) in isLinearParam()
/dports/math/glpk/glpk-5.0/examples/cplex/
H A Dcplex.c154 static int findintparam(int whichparam) in findintparam()
162 static int getintparam(CPXENV *env, int whichparam) in getintparam()
170 static int finddblparam(int whichparam) in finddblparam()
178 static double getdblparam(CPXENV *env, int whichparam) in getdblparam()
1264 int CPXgetdblparam(CPXENV *env, int whichparam, double *value) in CPXgetdblparam()
1325 int CPXgetintparam(CPXENV *env, int whichparam, int *value) in CPXgetintparam()
1554 int CPXinfodblparam(CPXENV *env, int whichparam, double *defvalue, in CPXinfodblparam()
1574 int CPXinfointparam(CPXENV *env, int whichparam, int *defvalue, in CPXinfointparam()
1835 int CPXsetdblparam(CPXENV *env, int whichparam, double newvalue) in CPXsetdblparam()
1857 int CPXsetintparam(CPXENV *env, int whichparam, int newvalue) in CPXsetintparam()
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/cplex/
H A Dcplex_interface.cpp236 int whichparam; in init_mem() local
/dports/biology/migrate/migrate-3.6.11/src/
H A Dpriors.c235 …gamma(MYREAL newparam, MYREAL oldparam, MYREAL delta, MYREAL r, bayes_fmt * bayes, long whichparam) in hastings_ratio_gamma()
H A Dbayes.c1154 …o_uni(MYREAL newparam, MYREAL oldparam, MYREAL delta, MYREAL r, bayes_fmt * bayes, long whichparam) in hastings_ratio_uni()
1181 …o_exp(MYREAL newparam, MYREAL oldparam, MYREAL delta, MYREAL r, bayes_fmt * bayes, long whichparam) in hastings_ratio_exp()
1219 …_expb(MYREAL newparam, MYREAL oldparam, MYREAL delta, MYREAL r, bayes_fmt * bayes, long whichparam) in hastings_ratio_expb()
1262 …_mult(MYREAL newparam, MYREAL oldparam, MYREAL delta, MYREAL r, bayes_fmt * bayes, long whichparam) in hastings_ratio_mult()