Home
last modified time | relevance | path

Searched refs:negative_ (Results 1 – 25 of 79) sorted by relevance

1234

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/
H A Dfilter_indices.h89 negative_ (false),
118 negative_ = negative; in setNegative()
127 return (negative_); in getNegative()
168 bool negative_; variable
206 negative_ (false),
226 negative_ = negative; in setNegative()
235 return (negative_); in getNegative()
271 bool negative_;
H A Dpassthrough.h158 negative_ = limit_negative; in setFilterLimitsNegative()
169 limit_negative = negative_; in getFilterLimitsNegative()
179 return (negative_); in getFilterLimitsNegative()
187 using FilterIndices<PointT>::negative_;
H A Dextract_indices.h109 using FilterIndices<PointT>::negative_;
180 using FilterIndices<PCLPointCloud2>::negative_;
/dports/devel/omniORB/omniORB-4.2.4/src/tool/omniidl/cxx/
H A Didlfixed.cc36 digits_(0), scale_(0), negative_(0) in IDL_Fixed()
43 digits_(f.digits_), scale_(f.scale_), negative_(f.negative_) in IDL_Fixed()
52 negative_ = 1; in IDL_Fixed()
56 negative_ = 0; in IDL_Fixed()
60 negative_ = 0; in IDL_Fixed()
119 if (digits_ == 0) negative_ = 0; in IDL_Fixed()
135 if (digits_ == 0) negative_ = 0; in IDL_Fixed()
171 negative_ = f.negative_; in operator =()
182 r.negative_ = !r.negative_; in operator -()
191 if (negative_) ++len; // for '-' in asString()
[all …]
H A Didlfixed.h65 IDL_Boolean negative() const { return negative_; } in negative()
75 IDL_Boolean negative_; // true if negative; false if positive variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/impl/
H A Dradius_outlier_removal.hpp93 if (negative_) in applyFilterIndices()
112 if (negative_) in applyFilterIndices()
142 if ((!negative_ && k <= min_pts_radius_) || (negative_ && k > min_pts_radius_)) in applyFilterIndices()
H A Dcrop_box.hpp102 if (negative_) in applyFilter()
110 if (negative_ && extract_removed_indices_) in applyFilter()
112 else if (!negative_) in applyFilter()
H A Dpassthrough.hpp112 if (!negative_ && (field_value < filter_limit_min_ || field_value > filter_limit_max_)) in applyFilterIndices()
120 if (negative_ && field_value >= filter_limit_min_ && field_value <= filter_limit_max_) in applyFilterIndices()
H A Dstatistical_outlier_removal.hpp116 …if ((!negative_ && distances[iii] > distance_threshold) || (negative_ && distances[iii] <= distanc… in applyFilterIndices()
H A Dshadowpoints.hpp62 if ( (val >= threshold_) ^ negative_) in applyFilter()
100 if ( (val >= threshold_) ^ negative_) in applyFilter()
H A Dlocal_maximum.hpp171 if ((!negative_ && point_is_max[iii]) || (negative_ && !point_is_max[iii])) in applyFilterIndices()
/dports/math/symengine/symengine-0.8.1/symengine/
H A Dassumptions.cpp40 set_map(negative_, arg2, false); in Assumptions()
46 set_map(negative_, arg2, false); in Assumptions()
53 set_map(negative_, arg1, true); in Assumptions()
72 set_map(negative_, arg2, false); in Assumptions()
82 set_map(negative_, arg1, true); in Assumptions()
100 set_map(negative_, arg2, false); in Assumptions()
182 return from_map(negative_, symbol); in is_negative()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/src/
H A Dextract_indices.cpp50 if (negative_) in applyFilter()
88 if (negative_) in applyFilter()
95 if (negative_) in applyFilter()
113 if (negative_) in applyFilter()
157 if (!negative_) // Normal functionality in applyFilter()
H A Dradius_outlier_removal.cpp201 bool chk_neighbors = (k == mean_k)? (negative_ == (nn_dists_max < nn_dists[k-1])) : negative_; in applyFilter()
227 if ((!negative_ && k <= min_pts_radius_) || (negative_ && k > min_pts_radius_)) in applyFilter()
H A Dcrop_box.cpp151 if (negative_) in applyFilter()
163 if (negative_ && extract_removed_indices_) in applyFilter()
167 else if (!negative_) { in applyFilter()
H A Dstatistical_outlier_removal.cpp96 if (negative_) in applyFilter()
168 …if ((!negative_ && distances[cp] > distance_threshold) || (negative_ && distances[cp] <= distance_… in applyFilter()
H A Dpassthrough.cpp143 if (negative_) in applyFilter()
192 if (negative_) in applyFilter()
363 …(!negative_ && (field_value < filter_limit_min_ || field_value > filter_limit_max_)) || // Outside… in applyFilter()
364 …(negative_ && field_value >= filter_limit_min_ && field_value <= filter_limit_max_)) // Inside of … in applyFilter()
/dports/www/firefox/firefox-99.0/js/src/builtin/intl/
H A DDecimalNumber.h66 bool negative_ = false; variable
79 bool isNegative() const { return negative_; } in isNegative()
/dports/audio/gnuspeechsa/gnuspeechsa-0.1.5/src/en/text_parser/
H A DNumberParser.cpp424 , negative_(0) in NumberParser()
490 dollar_ = percent_ = negative_ = positive_ = ordinal_ = clock_ = slash_ = 0; in initialParse()
517 if (++negative_ > NEGATIVE_MAX) { in initialParse()
520 negativePos_[negative_ - 1] = i; in initialParse()
692 if ((negative_ == 1) && (negativePos_[0] != 0)) { in errorCheck()
707 } else if (negative_ == 2) { in errorCheck()
714 } else if (negative_ == 3) { in errorCheck()
839 if ((negative_ || positive_) && (dollarPos_ != 1)) { in errorCheck()
842 if ((!negative_) && (!positive_) && (dollarPos_ != 0)) { in errorCheck()
871 if ((!dollarNonzero_) && (!centsNonzero_) && (positive_ || negative_)) { in errorCheck()
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/filters/include/pcl/filters/experimental/
H A Dfunctor_filter.h49 using Base::negative_;
99 if (negative_ != functionObject_(*input_, index)) { in applyFilter()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dintrange.h37 SignExtendedNumber(uinteger_t value_, bool negative_) in SignExtendedNumber()
38 : value(value_), negative(negative_) {} in SignExtendedNumber()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dintrange.h37 SignExtendedNumber(uinteger_t value_, bool negative_) in SignExtendedNumber()
38 : value(value_), negative(negative_) {} in SignExtendedNumber()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dintrange.h37 SignExtendedNumber(uinteger_t value_, bool negative_) in SignExtendedNumber()
38 : value(value_), negative(negative_) {} in SignExtendedNumber()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dintrange.h37 SignExtendedNumber(uinteger_t value_, bool negative_) in SignExtendedNumber()
38 : value(value_), negative(negative_) {} in SignExtendedNumber()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dintrange.h37 SignExtendedNumber(uinteger_t value_, bool negative_) in SignExtendedNumber()
38 : value(value_), negative(negative_) {} in SignExtendedNumber()

1234