Home
last modified time | relevance | path

Searched refs:values_ (Results 1 – 25 of 1837) sorted by relevance

12345678910>>...74

/dports/net/kea/kea-2.0.1/src/lib/eval/tests/
H A Dtoken_unittest.cc613 values_.pop(); in TEST_F()
615 values_.pop(); in TEST_F()
617 values_.pop(); in TEST_F()
619 values_.pop(); in TEST_F()
621 values_.pop(); in TEST_F()
623 values_.pop(); in TEST_F()
680 values_.pop(); in TEST_F()
682 values_.pop(); in TEST_F()
684 values_.pop(); in TEST_F()
686 values_.pop(); in TEST_F()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Geometry/
H A DVectorT_inc.hh105 Base::values_[0] = v0; Base::values_[1] = v1; in VectorT()
112 Base::values_[0]=v0; Base::values_[1]=v1; Base::values_[2]=v2; in VectorT()
120 Base::values_[0]=v0; Base::values_[1]=v1; Base::values_[2]=v2; Base::values_[3]=v3; in VectorT()
123 …const { return VectorT(Base::values_[0]/Base::values_[3], Base::values_[1]/Base::values_[3], Base:… in homogenized()
130 …Base::values_[0]=v0; Base::values_[1]=v1;Base::values_[2]=v2; Base::values_[3]=v3; Base::values_[4… in VectorT()
138 Base::values_[0]=v0; Base::values_[1]=v1; Base::values_[2]=v2; in VectorT()
139 Base::values_[3]=v3; Base::values_[4]=v4; Base::values_[5]=v5; in VectorT()
382 … VectorT<Scalar,3>(Base::values_[1]*_rhs.Base::values_[2]-Base::values_[2]*_rhs.Base::values_[1], in operator %()
383 Base::values_[2]*_rhs.Base::values_[0]-Base::values_[0]*_rhs.Base::values_[2], in operator %()
384 Base::values_[0]*_rhs.Base::values_[1]-Base::values_[1]*_rhs.Base::values_[0]); in operator %()
[all …]
H A DVector11T.hh157 values_[0]/values_[3], in homogenized()
158 values_[1]/values_[3], in homogenized()
159 values_[2]/values_[3], in homogenized()
223 return std::equal(_rhs.values_.cbegin(), _rhs.values_.cend(), values_.cbegin()); in operator ==()
228 return !std::equal(_rhs.values_.cbegin(), _rhs.values_.cend(), values_.cbegin()); in operator !=()
366 std::transform(values_.begin(), values_.end(), v.values_.begin(), in operator -()
381 values_[0] * _rhs[1] - values_[1] * _rhs[0] in operator %()
427 values_[0] * values_[0], in sqrnorm()
501 values_.cbegin() + 1, values_.cend(), values_[0]); in l1_norm()
651 values_.begin(), values_.end(), in operator <()
[all …]
/dports/finance/chiapos/chiapos-1.0.3/hellman_example/
H A Dbits.hpp195 values_ = other.values_;
200 values_ = other.values_; in operator =()
241 values_[values_.size() - 1]++; in operator ++()
274 values_[values_.size() - 1]--; in operator --()
312 res.values_.push_back(values_[i] ^ other.values_[i]); in operator ^()
465 values_[values_.size() - 1] = (values_[values_.size() - 1] << length) + value; in AppendValue()
471 values_[values_.size() - 1] = (values_[values_.size() - 1] << free_bits) + prefix; in AppendValue()
535 if (lhs.values_[i] < rhs.values_[i]) in operator <()
537 if (lhs.values_[i] > rhs.values_[i]) in operator <()
548 if (lhs.values_[i] > rhs.values_[i]) in operator >()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Optimizers/src/IpOpt/
H A DIpDenseVector.cpp367 values_[i] = 1.0/values_[i]; in ElementWiseReciprocalImpl()
380 values_[i] = fabs(values_[i]); in ElementWiseAbsImpl()
393 values_[i] = sqrt(values_[i]); in ElementWiseSqrtImpl()
744 values_[i] = values_v1[i] - values_[i]; in AddTwoVectorsImpl()
766 values_[i] = -values_v1[i] - values_[i]; in AddTwoVectorsImpl()
793 values_[i] = values_v2[i] - values_[i]; in AddTwoVectorsImpl()
798 values_[i] = -values_v2[i] - values_[i]; in AddTwoVectorsImpl()
803 values_[i] = b*values_v2[i] - values_[i]; in AddTwoVectorsImpl()
810 values_[i] = a*values_v1[i] - values_[i]; in AddTwoVectorsImpl()
834 values_[i] = values_v1[i] + c*values_[i]; in AddTwoVectorsImpl()
[all …]
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/LinAlg/
H A DIpDenseVector.cpp381 values_[i] = 1.0/values_[i]; in ElementWiseReciprocalImpl()
394 values_[i] = fabs(values_[i]); in ElementWiseAbsImpl()
407 values_[i] = sqrt(values_[i]); in ElementWiseSqrtImpl()
751 values_[i] = values_v1[i] - values_[i]; in AddTwoVectorsImpl()
773 values_[i] = -values_v1[i] - values_[i]; in AddTwoVectorsImpl()
798 values_[i] = values_v2[i] - values_[i]; in AddTwoVectorsImpl()
803 values_[i] = -values_v2[i] - values_[i]; in AddTwoVectorsImpl()
808 values_[i] = b*values_v2[i] - values_[i]; in AddTwoVectorsImpl()
815 values_[i] = a*values_v1[i] - values_[i]; in AddTwoVectorsImpl()
839 values_[i] = values_v1[i] + c*values_[i]; in AddTwoVectorsImpl()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/brdb/
H A Dbrdb_tuple.cxx22 : values_(values.size(),nullptr) in brdb_tuple()
54 : vbl_ref_count(), values_(other.values_.size(),nullptr) in brdb_tuple()
57 if (other.values_[i]) in brdb_tuple()
58 values_[i] = other.values_[i]->clone(); in brdb_tuple()
82 values_.resize(rhs.values_.size()); in operator =()
84 values_[i] = rhs.values_[i]->clone(); in operator =()
98 if (!values_[index]){ in set_value()
122 if (!values_[index]) in get_value()
135 if (!values_[index]) in get_value()
138 value = values_[index]; in get_value()
[all …]
H A Dbrdb_tuple.h39 values_[0] = new brdb_value_t<T1>(value1); in brdb_tuple()
46 values_[0] = new brdb_value_t<T1>(value1); in brdb_tuple()
47 values_[1] = new brdb_value_t<T2>(value2); in brdb_tuple()
55 values_[0] = new brdb_value_t<T1>(value1); in brdb_tuple()
122 assert(index < values_.size()); in is_null()
123 return !(values_[index]); in is_null()
130 assert(index < values_.size());
131 return *values_[index];
138 assert(index < values_.size());
139 return *values_[index];
[all …]
/dports/finance/chiapos/chiapos-1.0.3/src/
H A Dbits.hpp192 : values_(other.values_), last_size_(other.last_size_)
198 values_ = other.values_; in operator =()
388 values_[values_.size() - 1] = value; in DoAppendValue()
392 values_[values_.size() - 1] = (values_[values_.size() - 1] << length) + value; in DoAppendValue()
399 values_[values_.size() - 1] = (values_[values_.size() - 1] << free_bits) + prefix; in DoAppendValue()
440 T values_; member in BitsGeneric
458 if (lhs.values_[i] != rhs.values_[i]) { in operator ==()
471 if (lhs.values_[i] < rhs.values_[i]) in operator <()
473 if (lhs.values_[i] > rhs.values_[i]) in operator <()
485 if (lhs.values_[i] > rhs.values_[i]) in operator >()
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/util/
H A Drunning_stat.h59 std::deque<int> values_; variable
83 std::vector<Number> values_; variable
115 values_.push_back(value); in Add()
118 values_.pop_front(); in Add()
127 return values_.empty() ? 0.0 in WindowAverage()
133 values_.clear(); in ClearWindow()
154 values_.push_back(value); in Add()
163 values_[last_index_] = value; in Add()
165 values_[last_index_] = value; in Add()
187 DCHECK(!values_.empty()); in GetCurrentMax()
[all …]
/dports/comms/wsjtz/wsjtx/widgets/
H A DHintedSpinBox.cpp8 std::swap (values, values_); in values()
11 std::sort (values_.begin (), values_.end ()); in values()
12 auto last = std::unique (values_.begin (), values_.end ()); in values()
13 values_.erase (last, values_.end ()); in values()
16 setMinimum (values_.front ()); in values()
17 setMaximum (values_.back ()); in values()
24 if (values_.size ()) in stepBy()
28 auto p = std::upper_bound (values_.begin (), values_.end (), value ()); in stepBy()
35 setValue (values_.front ()); in stepBy()
40 auto p = std::lower_bound (values_.begin (), values_.end (), value ()); in stepBy()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/ofstd/include/dcmtk/ofstd/
H A Dofvector.h73 T* values_;
129 delete[] values_; in ~OFVector()
159 values_ = other.values_; in swap()
203 delete[] values_; in clear()
204 values_ = NULL; in clear()
220 values_[i - 1] = values_[i]; in erase()
242 values_[i] = values_[i - 1]; in insert()
244 values_[idx] = v; in insert()
272 return values_[0]; in front()
280 return values_[0]; in front()
[all …]
H A Dofmap.h57 OFList<value_type> values_;
72 OFMap() : values_() { } in OFMap()
114 iterator end() { return values_.end(); } in end()
171 void clear() { values_.clear(); } in clear()
179 values_.erase(first, last); in erase()
187 values_.erase(elem); in erase()
199 values_.erase(it); in erase()
222 it = values_.insert(values_.end(), val); in insert()
227 values_.insert(it, val); in insert()
241 values_ = s.values_; in swap()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/iterators/
H A Dtext_iterator_behavior.h27 return values_.bits.collapse_trailing_space; in CollapseTrailingSpace()
30 return values_.bits.does_not_break_at_replaced_element; in DoesNotBreakAtReplacedElement()
42 return values_.bits.enters_open_shadow_roots; in EntersOpenShadowRoots()
45 return values_.bits.emits_small_x_for_text_security; in EmitsSmallXForTextSecurity()
49 return values_.bits.exclude_autofilled_value; in ExcludeAutofilledValue()
54 return values_.bits.for_selection_to_string; in ForSelectionToString()
58 return values_.bits.ignores_style_visibility; in IgnoresStyleVisibility()
61 return values_.bits.stops_on_form_controls; in StopsOnFormControls()
68 return values_.bits.skips_unselectable_content; in SkipsUnselectableContent()
72 return values_.bits.suppresses_newline_emission; in SuppressesExtraNewlineEmission()
[all …]
H A Dtext_iterator_behavior.cc21 behavior_.values_.bits.collapse_trailing_space = value; in SetCollapseTrailingSpace()
40 behavior_.values_.bits.emits_image_alt_text = value; in SetEmitsImageAltText()
46 behavior_.values_.bits.emits_space_for_nbsp = value; in SetEmitsSpaceForNbsp()
58 behavior_.values_.bits.emits_original_text = value; in SetEmitsOriginalText()
76 behavior_.values_.bits.enters_text_controls = value; in SetEntersTextControls()
88 behavior_.values_.bits.for_inner_text = value; in SetForInnerText()
100 behavior_.values_.bits.for_window_find = value; in SetForWindowFind()
112 behavior_.values_.bits.stops_on_form_controls = value; in SetStopsOnFormControls()
136 behavior_.values_.bits.ignores_display_lock = value; in SetIgnoresDisplayLock()
144 values_.all = 0; in TextIteratorBehavior()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/methods/montecarlo/
H A Dpath.hpp76 Array values_; member in QuantLib::Path
84 if (values_.empty()) in Path()
99 return values_[i]; in operator []()
103 return values_.at(i); in at()
107 return values_[i]; in operator []()
115 return values_[i]; in value()
119 return values_[i]; in value()
123 return values_[0]; in front()
127 return values_[0]; in front()
131 return values_[values_.size()-1]; in back()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/iterators/
H A Dtext_iterator_behavior.h27 return values_.bits.does_not_break_at_replaced_element; in DoesNotBreakAtReplacedElement()
35 return values_.bits.emits_object_replacement_character; in EmitsObjectReplacementCharacter()
39 return values_.bits.enters_open_shadow_roots; in EntersOpenShadowRoots()
42 return values_.bits.emits_small_x_for_text_security; in EmitsSmallXForTextSecurity()
46 return values_.bits.exclude_autofilled_value; in ExcludeAutofilledValue()
51 return values_.bits.for_selection_to_string; in ForSelectionToString()
55 return values_.bits.ignores_style_visibility; in IgnoresStyleVisibility()
58 return values_.bits.stops_on_form_controls; in StopsOnFormControls()
65 return values_.bits.skips_unselectable_content; in SkipsUnselectableContent()
69 return values_.bits.suppresses_newline_emission; in SuppressesExtraNewlineEmission()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/zxing/common/
H A Darray.hpp22 std::vector<T> values_; member in zxing::Array
27 Array(T v, int n) : Counted(), values_(n, v) {} in Array()
29 Array(Array<T> &other) : Counted(), values_(other.values_) {} in Array()
30 explicit Array(Array<T> *other) : Counted(), values_(other->values_) {} in Array()
33 values_ = other.values_; in operator =()
37 values_ = array; in operator =()
41 T &operator[](int i) { return values_[i]; } in operator []()
42 int size() const { return values_.size(); } in size()
43 bool empty() const { return values_.size() == 0; } in empty()
45 std::vector<T> &values() { return values_; } in values()
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/tools/multidim/implementations/
H A DmultiDimArray_tpl.h44 MultiDimWithOffset< GUM_SCALAR >(src), values_(src.values_) { in MultiDimArray()
64 values_ = mda->values_; in copyFrom()
70 std::transform(values_.begin(), values_.end(), values_.begin(), f); in apply()
77 return std::accumulate(values_.begin(), values_.end(), base, f); in reduce()
128 values_[j] = values_[k]; in erase()
133 values_.resize(size / v_size); in erase()
164 if (!this->empty()) std::fill(values_.begin(), values_.end(), d); in fill()
176 return values_[offset]; in unsafeGet()
181 values_[offset] = data; in unsafeSet()
189 return values_[offset]; in getByOffset()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/math/
H A Dsampledcurve.cpp28 return values_[jmid]; in valueAtCenter()
30 return (values_[jmid]+values_[jmid-1])/2.0; in valueAtCenter()
38 return (values_[jmid+1]-values_[jmid-1])/ in firstDerivativeAtCenter()
41 return (values_[jmid]-values_[jmid-1])/ in firstDerivativeAtCenter()
51 Real deltaPlus = (values_[jmid+1]-values_[jmid])/ in secondDerivativeAtCenter()
53 Real deltaMinus = (values_[jmid]-values_[jmid-1])/ in secondDerivativeAtCenter()
58 Real deltaPlus = (values_[jmid+1]-values_[jmid-1])/ in secondDerivativeAtCenter()
60 Real deltaMinus = (values_[jmid]-values_[jmid-2])/ in secondDerivativeAtCenter()
69 values_.begin(), in regrid()
82 values_.swap(newValues); in regrid()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/x86_64/abi/avx512fp16/
H A Dtest_passing_floats.c708 values_ ## TYPE .f0 = _f0; \
709 values_ ## TYPE .f1 = _f1; \
710 values_ ## TYPE .f2 = _f2; \
711 values_ ## TYPE .f3 = _f3; \
712 values_ ## TYPE .f4 = _f4; \
713 values_ ## TYPE .f5 = _f5; \
714 values_ ## TYPE .f6 = _f6; \
715 values_ ## TYPE .f7 = _f7; \
732 values_ ## TYPE .f0 = _f0; \
733 values_ ## TYPE .f1 = _f1; \
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/asio/ip/
H A Dbasic_resolver_iterator.hpp78 : values_(other.values_), in basic_resolver_iterator()
86 : values_(BOOST_ASIO_MOVE_CAST(values_ptr_type)(other.values_)), in basic_resolver_iterator()
96 values_ = other.values_; in operator =()
107 values_ = BOOST_ASIO_MOVE_CAST(values_ptr_type)(other.values_); in operator =()
160 if (++index_ == values_->size()) in increment()
163 values_.reset(); in increment()
170 if (!values_ && !other.values_) in equal()
172 if (values_ != other.values_) in equal()
179 return (*values_)[index_]; in dereference()
184 values_ptr_type values_; member in boost::asio::ip::basic_resolver_iterator
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/ip/
H A Dbasic_resolver_iterator.hpp78 : values_(other.values_),
86 : values_(BOOST_ASIO_MOVE_CAST(values_ptr_type)(other.values_)),
96 values_ = other.values_;
107 values_ = BOOST_ASIO_MOVE_CAST(values_ptr_type)(other.values_);
160 if (++index_ == values_->size())
163 values_.reset();
170 if (!values_ && !other.values_)
172 if (values_ != other.values_)
179 return (*values_)[index_];
184 values_ptr_type values_;
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/ip/
H A Dbasic_resolver_iterator.hpp78 : values_(other.values_), in basic_resolver_iterator()
86 : values_(BOOST_ASIO_MOVE_CAST(values_ptr_type)(other.values_)), in basic_resolver_iterator()
96 values_ = other.values_; in operator =()
107 values_ = BOOST_ASIO_MOVE_CAST(values_ptr_type)(other.values_); in operator =()
160 if (++index_ == values_->size()) in increment()
163 values_.reset(); in increment()
170 if (!values_ && !other.values_) in equal()
172 if (values_ != other.values_) in equal()
179 return (*values_)[index_]; in dereference()
184 values_ptr_type values_; member in boost::asio::ip::basic_resolver_iterator
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/ip/
H A Dbasic_resolver_iterator.hpp77 : values_(other.values_), in basic_resolver_iterator()
85 : values_(ASIO_MOVE_CAST(values_ptr_type)(other.values_)), in basic_resolver_iterator()
95 values_ = other.values_; in operator =()
106 values_ = ASIO_MOVE_CAST(values_ptr_type)(other.values_); in operator =()
159 if (++index_ == values_->size()) in increment()
162 values_.reset(); in increment()
169 if (!values_ && !other.values_) in equal()
171 if (values_ != other.values_) in equal()
178 return (*values_)[index_]; in dereference()
183 values_ptr_type values_; member in asio::ip::basic_resolver_iterator

12345678910>>...74