Home
last modified time | relevance | path

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

/third_party/boost/boost/polygon/detail/
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 -()
186 (!is_pos(this->fpv_) && !is_neg(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()
[all …]
Dvoronoi_ctypes.hpp101 bool is_pos() const { in is_pos() function in boost::polygon::detail::extended_exponent_fpt
211 bool is_pos(const extended_exponent_fpt<_fpt>& that) { in is_pos() function
212 return that.is_pos(); in is_pos()
309 bool is_pos() const { in is_pos() function in boost::polygon::detail::extended_int
583 bool is_pos(const extended_int<N>& that) { in is_pos() function
Dvoronoi_predicates.hpp926 if ((!is_neg(lh) && !is_neg(rh)) || (!is_pos(lh) && !is_pos(rh))) in sqrt_expr_evaluator_pss4()
948 if ((!is_neg(lh) && !is_neg(rh)) || (!is_pos(lh) && !is_pos(rh))) in sqrt_expr_evaluator_pss4()
968 if ((!is_neg(lh) && !is_neg(rh)) || (!is_pos(lh) && !is_pos(rh))) in sqrt_expr_evaluator_pss3()
/third_party/boost/boost/numeric/interval/
Darith.hpp186 if (interval_lib::user::is_pos(xu)) in operator *()
188 if (interval_lib::user::is_pos(yu)) // M * M in operator *()
194 if (interval_lib::user::is_pos(yu)) // M * P in operator *()
200 if (interval_lib::user::is_pos(yu)) // N * M in operator *()
205 if (interval_lib::user::is_pos(yu)) // N * P in operator *()
210 if (interval_lib::user::is_pos(xu)) in operator *()
212 if (interval_lib::user::is_pos(yu)) // P * M in operator *()
217 if (interval_lib::user::is_pos(yu)) // P * P in operator *()
Darith2.hpp204 T l = !interval_lib::user::is_pos(x.lower()) ? static_cast<T>(0) : rnd.sqrt_down(x.lower()); in sqrt()
219 else if (interval_lib::user::is_pos(x.lower())) in square()
278 if (!interval_lib::user::is_pos(x.upper())) { in nth_root()
293 if (!interval_lib::user::is_pos(x.lower())) in nth_root()
Dtransc.hpp42 !interval_lib::user::is_pos(x.upper())) in log()
46 T l = !interval_lib::user::is_pos(x.lower()) in log()
Dutility.hpp106 return (!interval_lib::user::is_pos(x.lower())) && in zero_in()
265 if (!interval_lib::user::is_pos(x.upper())) return -x; in abs()
/third_party/boost/boost/numeric/interval/detail/
Dtest_input.hpp27 bool is_pos (T const &v) { return v > static_cast<T>(0); } in is_pos() function
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp4725 static void export_vs_varying(isel_context* ctx, int slot, bool is_pos, int* next_pos);
10642 export_vs_varying(isel_context* ctx, int slot, bool is_pos, int* next_pos) in export_vs_varying() argument
10650 if (!is_pos && !mask) in export_vs_varying()
10652 if (!is_pos && offset == AC_EXP_PARAM_UNDEFINED) in export_vs_varying()
10666 exp->valid_mask = ctx->options->chip_class == GFX10 && is_pos && *next_pos == 0; in export_vs_varying()
10669 if (is_pos) in export_vs_varying()