Home
last modified time | relevance | path

Searched refs:is_pos (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/dports/chinese/bitchx/bitchx-1.2.1/dll/amp/
H A Dmisc2.c493 if (is_pos&1) { in stereo_s()
584 int is_pos; in requantize_ms() local
586 is_pos=IS_ILLEGAL; in requantize_ms()
589 is_pos=scalefac[1]; in requantize_ms()
592 if (is_pos==7) in requantize_ms()
633 is_pos=IS_ILLEGAL; in requantize_ms()
642 if (is_pos==7) in requantize_ms()
824 if (is_pos==7) in requantize_ms()
825 is_pos=IS_ILLEGAL; in requantize_ms()
830 is_pos=IS_ILLEGAL; in requantize_ms()
[all …]
/dports/irc/bitchx/bitchx-1.2.1/dll/amp/
H A Dmisc2.c493 if (is_pos&1) { in stereo_s()
584 int is_pos; in requantize_ms() local
586 is_pos=IS_ILLEGAL; in requantize_ms()
589 is_pos=scalefac[1]; in requantize_ms()
592 if (is_pos==7) in requantize_ms()
633 is_pos=IS_ILLEGAL; in requantize_ms()
642 if (is_pos==7) in requantize_ms()
824 if (is_pos==7) in requantize_ms()
825 is_pos=IS_ILLEGAL; in requantize_ms()
830 is_pos=IS_ILLEGAL; in requantize_ms()
[all …]
/dports/math/z3/z3-z3-4.8.13/src/util/
H A Dinf_rational.cpp31 if (r1.m_second.is_pos() && r2.m_second.is_neg()) { in inf_mult()
34 else if (r1.m_second.is_neg() && r2.m_second.is_pos()) { in inf_mult()
46 if (r1.m_second.is_pos() && r2.m_second.is_pos()) { in sup_mult()
88 else if (r2.m_second.is_pos() && r1.is_pos()) { in inf_div()
102 if (r2.m_second.is_pos() && r1.is_neg()) { in sup_div()
105 else if (r2.m_second.is_neg() && r1.is_pos()) { in sup_div()
123 (r.m_first.is_pos() && r.m_second.is_pos()) || in inf_power()
133 else if (r.m_first.is_pos()) { in inf_power()
150 (r.m_first.is_pos() && r.m_second.is_neg()) || in sup_power()
151 (r.m_first.is_neg() && r.m_second.is_pos() && is_even)) { in sup_power()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/util/
H A Dinf_rational.cpp31 if (r1.m_second.is_pos() && r2.m_second.is_neg()) { in inf_mult()
34 else if (r1.m_second.is_neg() && r2.m_second.is_pos()) { in inf_mult()
46 if (r1.m_second.is_pos() && r2.m_second.is_pos()) { in sup_mult()
88 else if (r2.m_second.is_pos() && r1.is_pos()) { in inf_div()
102 if (r2.m_second.is_pos() && r1.is_neg()) { in sup_div()
105 else if (r2.m_second.is_neg() && r1.is_pos()) { in sup_div()
123 (r.m_first.is_pos() && r.m_second.is_pos()) || in inf_power()
133 else if (r.m_first.is_pos()) { in inf_power()
150 (r.m_first.is_pos() && r.m_second.is_neg()) || in sup_power()
151 (r.m_first.is_neg() && r.m_second.is_pos() && is_even)) { in sup_power()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_gizmo_navigate_type.c211 bool is_pos; in axis_geom_draw() member
231 if (axis_order[gz->highlight_part - 1].is_pos == false) { in axis_geom_draw()
313 const bool is_pos = axis_order[axis_index].is_pos; in axis_geom_draw() local
332 const bool show_axis_char = (is_pos || (axis == axis_align)); in axis_geom_draw()
333 const float v[3] = {0, 0, AXIS_HANDLE_OFFSET * (is_pos ? 1 : -1)}; in axis_geom_draw()
346 (axis_depth_bias * (is_pos ? -1 : 1))); in axis_geom_draw()
363 if (is_pos) { in axis_geom_draw()
427 GPU_matrix_scale_1f(is_pos ? AXIS_HANDLE_SIZE_FG : AXIS_HANDLE_SIZE_BG); in axis_geom_draw()
567 for (int is_pos = 0; is_pos < 2; is_pos++) { in gizmo_axis_test_select() local
569 gz->matrix_offset[i][0] * (is_pos ? 1 : -1), in gizmo_axis_test_select()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
107 return is_pos(fpv_); in has_pos_value()
125 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
140 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
141 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
170 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
185 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
458 (!is_pos(a) && !is_pos(b))) in eval2()
469 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
101 return is_pos(fpv_); in has_pos_value()
119 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
134 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
135 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
164 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
179 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
221 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
452 (!is_pos(a) && !is_pos(b))) in eval2()
463 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
107 return is_pos(fpv_); in has_pos_value()
125 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
140 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
141 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
170 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
185 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
458 (!is_pos(a) && !is_pos(b))) in eval2()
469 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
101 return is_pos(fpv_); in has_pos_value()
119 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
134 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
135 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
164 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
179 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
221 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
452 (!is_pos(a) && !is_pos(b))) in eval2()
463 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
101 return is_pos(fpv_); in has_pos_value()
119 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
134 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
135 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
164 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
179 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
221 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
452 (!is_pos(a) && !is_pos(b))) in eval2()
463 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
107 return is_pos(fpv_); in has_pos_value()
125 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
140 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
141 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
170 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
185 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
458 (!is_pos(a) && !is_pos(b))) in eval2()
469 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
107 return is_pos(fpv_); in has_pos_value()
125 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
140 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
141 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
170 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
185 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
458 (!is_pos(a) && !is_pos(b))) in eval2()
469 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
107 return is_pos(fpv_); in has_pos_value()
125 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
140 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
141 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
170 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
185 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
458 (!is_pos(a) && !is_pos(b))) in eval2()
469 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
107 return is_pos(fpv_); in has_pos_value()
125 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
140 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
141 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
170 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
185 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
458 (!is_pos(a) && !is_pos(b))) in eval2()
469 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
107 return is_pos(fpv_); in has_pos_value()
125 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
140 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
141 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
170 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
185 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
458 (!is_pos(a) && !is_pos(b))) in eval2()
469 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
107 return is_pos(fpv_); in has_pos_value()
125 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
140 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
141 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
170 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
185 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
458 (!is_pos(a) && !is_pos(b))) in eval2()
469 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
107 return is_pos(fpv_); in has_pos_value()
125 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
140 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
141 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
170 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
185 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
458 (!is_pos(a) && !is_pos(b))) in eval2()
469 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
107 return is_pos(fpv_); in has_pos_value()
125 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
140 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
141 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
170 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
185 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
458 (!is_pos(a) && !is_pos(b))) in eval2()
469 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
107 return is_pos(fpv_); in has_pos_value()
125 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
140 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
141 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
170 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
185 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
227 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
458 (!is_pos(a) && !is_pos(b))) in eval2()
469 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/polygon/detail/
H A Dvoronoi_robust_fpt.hpp65 bool is_pos(const T& that) { in is_pos() function
101 return is_pos(fpv_); in has_pos_value()
119 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +=()
134 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -=()
135 (!is_pos(this->fpv_) && !is_neg(that.fpv_))) { in operator -=()
164 (!is_pos(this->fpv_) && !is_pos(that.fpv_))) { in operator +()
179 if ((!is_neg(this->fpv_) && !is_pos(that.fpv_)) || in operator -()
221 bool is_pos(const robust_fpt<T>& that) { in is_pos() function
452 (!is_pos(a) && !is_pos(b))) in eval2()
463 (!is_pos(a) && !is_pos(b))) in eval3()
[all …]
/dports/math/p5-Math-BigInt/Math-BigInt-1.999827/t/
H A Dalias.inc12 is($x->is_pos(), 1, "$CLASS -> new(123) -> is_pos()");
17 is($x->is_pos(), 0, "$CLASS -> new(123) -> bneg() -> is_pos()");
/dports/math/py-cvxpy/cvxpy-1.1.17/cvxpy/utilities/
H A Dsign.py32 is_pos = all(expr.is_nonneg() for expr in exprs)
34 return (is_pos, is_neg)
62 is_pos = is_zero or (lh_nonneg and rh_nonneg) or (lh_nonpos and rh_nonpos)
64 return (is_pos, is_neg)
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dold_interval.cpp344 ext_numeral new_upper = a * c; SASSERT(new_upper.is_pos()); in operator *=()
360 m_lower_open = a_o || d_o; SASSERT(a.is_neg() && d.is_pos()); in operator *=()
374 ext_numeral new_upper = a * c; SASSERT(new_upper.is_pos()); in operator *=()
375 m_lower_open = b_o || c_o; SASSERT(b.is_pos() && c.is_neg()); in operator *=()
418 ext_numeral new_upper = b * d; SASSERT(new_upper.is_pos()); in operator *=()
420 m_upper_open = b_o || d_o; SASSERT(b.is_pos() && d.is_pos()); in operator *=()
448 ext_numeral new_upper = b * d; SASSERT(new_upper.is_pos()); in operator *=()
464 m_upper_open = b_o || d_o; SASSERT(b.is_pos() && d.is_pos()); in operator *=()
491 tout << "m_upper.is_pos(): " << m_upper.is_pos() << "\n"; in contains_zero()
497 (m_upper.is_pos() || (m_upper.is_zero() && !m_upper_open)); in contains_zero()
[all …]
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dold_interval.cpp344 ext_numeral new_upper = a * c; SASSERT(new_upper.is_pos()); in operator *=()
360 m_lower_open = a_o || d_o; SASSERT(a.is_neg() && d.is_pos()); in operator *=()
374 ext_numeral new_upper = a * c; SASSERT(new_upper.is_pos()); in operator *=()
375 m_lower_open = b_o || c_o; SASSERT(b.is_pos() && c.is_neg()); in operator *=()
418 ext_numeral new_upper = b * d; SASSERT(new_upper.is_pos()); in operator *=()
420 m_upper_open = b_o || d_o; SASSERT(b.is_pos() && d.is_pos()); in operator *=()
448 ext_numeral new_upper = b * d; SASSERT(new_upper.is_pos()); in operator *=()
464 m_upper_open = b_o || d_o; SASSERT(b.is_pos() && d.is_pos()); in operator *=()
491 tout << "m_upper.is_pos(): " << m_upper.is_pos() << "\n"; in contains_zero()
497 (m_upper.is_pos() || (m_upper.is_zero() && !m_upper_open)); in contains_zero()
[all …]
/dports/net/ipsumdump/ipsumdump-1.86/src/
H A Dprogressbar.cc360 bool is_pos = ((intptr_t)thunk == H_POSHANDLER); in read_handler() local
362 …for (int i = (is_pos ? pb->_first_pos_h : 0); i < (is_pos ? pb->_es.size() : pb->_first_pos_h); i+… in read_handler()
389 bool is_pos = ((intptr_t)thunk == H_POSHANDLER); in write_handler() local
390 …int total = (is_pos ? pb->_first_pos_h + words.size() : pb->_es.size() - pb->_first_pos_h + words.… in write_handler()
391 int offset = (is_pos ? pb->_first_pos_h : 0); in write_handler()
400 offset = (is_pos ? 0 : words.size() - pb->_first_pos_h); in write_handler()
401 …for (int i = (is_pos ? 0 : pb->_first_pos_h); i < (is_pos ? pb->_first_pos_h : pb->_es.size()); i+… in write_handler()
406 if (!is_pos) { in write_handler()

12345678910>>...27