Searched refs:m_upperbound (Results 1 – 7 of 7) sorted by relevance
/dports/biology/lamarc/lamarc-2.1.8/src/ui_vars/ |
H A D | ui_vars_prior.cpp | 39 m_upperbound(upperbound) in UIVarsPrior() 51 m_upperbound(0.0) in UIVarsPrior() 111 if (bound > m_upperbound) in SetLowerBound() 115 if (bound == m_upperbound) in SetLowerBound() 174 m_upperbound = defbound; in SetUpperBound() 191 m_upperbound = bound; in SetUpperBound() 205 int exponent = static_cast<int>(log10(m_upperbound - m_lowerbound)); in GetBinwidth() 211 …esc = "(" + ToString(m_priortype) + ") " + Pretty(m_lowerbound,6) + " - " + Pretty(m_upperbound,6); in GetSummaryDescription()
|
H A D | ui_vars_prior.h | 36 double m_upperbound; variable 54 virtual double GetUpperBound() const {return m_upperbound;}; in GetUpperBound()
|
/dports/biology/lamarc/lamarc-2.1.8/src/tree/ |
H A D | prior.cpp | 29 m_upperbound(uiprior.GetUpperBound()), in Prior() 36 m_lnlower = SafeLog(m_upperbound); in Prior() 45 m_upperbound(0), in Prior() 70 if (m_upperbound != src.m_upperbound) return false; in operator ==() 86 newparam = rnd.Float() * (m_upperbound - m_lowerbound) + m_lowerbound; in RandomDraw()
|
H A D | prior.h | 35 double m_upperbound; variable 53 virtual double GetUpperBound() const { return m_upperbound; }; in GetUpperBound()
|
/dports/devel/gdb/gdb-11.1/gdb/ |
H A D | f-array-walker.h | 45 if (!get_discrete_bounds (range_type, &m_lowerbound, &m_upperbound)) in fortran_array_offset_calculator() 79 offset = std::abs (m_stride) * (m_upperbound - index); in index_offset() 91 LONGEST m_upperbound; variable
|
/dports/math/py-brial/BRiAl-1.2.10/libbrial/include/polybori/routines/ |
H A D | pbori_routines_order.h | 136 m_stack(), m_max_idx(0), m_upperbound(0), m_next() {} in bounded_restricted_term() 142 m_stack(), m_upperbound(upperbound), m_max_idx(max_idx), m_next(navi) { in bounded_restricted_term() 173 if (descendingVariables() && (m_stack.size() == m_upperbound) ) 257 return (*(*this) < m_upperbound); in within_degree() 268 size_type m_upperbound; variable
|
/dports/math/brial/BRiAl-1.2.10/libbrial/include/polybori/routines/ |
H A D | pbori_routines_order.h | 136 m_stack(), m_max_idx(0), m_upperbound(0), m_next() {} in bounded_restricted_term() 142 m_stack(), m_upperbound(upperbound), m_max_idx(max_idx), m_next(navi) { in bounded_restricted_term() 173 if (descendingVariables() && (m_stack.size() == m_upperbound) ) 257 return (*(*this) < m_upperbound); in within_degree() 268 size_type m_upperbound; variable
|