Home
last modified time | relevance | path

Searched defs:is_nonneg (Results 1 – 25 of 110) sorted by relevance

12345

/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dscoped_numeral.h136 bool is_nonneg() const { in is_nonneg() function
152 friend bool is_nonneg(_scoped_numeral const & a) { in is_nonneg() function
H A Dchecked_int64.h50 bool is_nonneg() const { return m_value >= 0; } in is_nonneg() function
H A Dinf_eps_rational.h280 bool is_nonneg() const { in is_nonneg() function
H A Dinf_int_rational.h244 bool is_nonneg() const { in is_nonneg() function
H A Dinf_rational.h288 bool is_nonneg() const { in is_nonneg() function
H A Dinf_s_integer.h201 bool is_nonneg() const { in is_nonneg() function
H A Ds_integer.h97 bool is_nonneg() const {return m_val >= 0; } in is_nonneg() function
H A Ddouble_manager.h84 bool is_nonneg(double a) const { return !is_neg(a); } in is_nonneg() function
H A Dmpff.h262 static bool is_nonneg(mpff const & n) { return !is_neg(n); } in is_nonneg() function
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/transforms/
H A Dindicator.py66 def is_nonneg(self) -> bool: member in indicator
H A Dpartial_optimize.py165 def is_nonneg(self) -> bool: member in PartialProblem
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dchecked_int64.h50 bool is_nonneg() const { return m_value >= 0; } in is_nonneg() function
H A Dinf_eps_rational.h280 bool is_nonneg() const { in is_nonneg() function
H A Dinf_int_rational.h244 bool is_nonneg() const { in is_nonneg() function
H A Dinf_s_integer.h201 bool is_nonneg() const { in is_nonneg() function
H A Dinf_rational.h288 bool is_nonneg() const { in is_nonneg() function
H A Ds_integer.h97 bool is_nonneg() const {return m_val >= 0; } in is_nonneg() function
H A Ddouble_manager.h84 bool is_nonneg(double a) const { return !is_neg(a); } in is_nonneg() function
H A Dmpff.h262 static bool is_nonneg(mpff const & n) { return !is_neg(n); } in is_nonneg() function
H A Dmpfx.h189 static bool is_nonneg(mpfx const & n) { return !is_neg(n); } in is_nonneg() function
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/atoms/affine/
H A Ddiag.py149 def is_nonneg(self) -> bool: member in diag_mat
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/expressions/constants/
H A Dconstant.py124 def is_nonneg(self) -> bool: member in Constant
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/atoms/
H A Dsuppfunc.py52 def is_nonneg(self) -> bool: member in SuppFuncAtom
H A Datom.py90 def is_nonneg(self) -> bool: member in Atom
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/expressions/
H A Dleaf.py225 def is_nonneg(self) -> bool: member in Leaf

12345