Home
last modified time | relevance | path

Searched refs:values_ (Results 176 – 200 of 1837) sorted by relevance

12345678910>>...74

/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/
H A Dhistogram.cc23 values_.reserve(max_num_values); in Histogram()
29 if (index_ < values_.size()) { in Add()
30 --buckets_[values_[index_]]; in Add()
31 RTC_DCHECK_LT(values_[index_], buckets_.size()); in Add()
32 values_[index_] = value; in Add()
34 values_.emplace_back(value); in Add()
38 index_ = (index_ + 1) % values_.capacity(); in Add()
44 RTC_DCHECK_GT(values_.size(), 0ul); in InverseCdf()
50 static_cast<float>(buckets_[bucket]) / values_.size(); in InverseCdf()
57 return values_.size(); in NumValues()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/
H A Dhistogram.cc23 values_.reserve(max_num_values); in Histogram()
29 if (index_ < values_.size()) { in Add()
30 --buckets_[values_[index_]]; in Add()
31 RTC_DCHECK_LT(values_[index_], buckets_.size()); in Add()
32 values_[index_] = value; in Add()
34 values_.emplace_back(value); in Add()
38 index_ = (index_ + 1) % values_.capacity(); in Add()
44 RTC_DCHECK_GT(values_.size(), 0ul); in InverseCdf()
50 static_cast<float>(buckets_[bucket]) / values_.size(); in InverseCdf()
57 return values_.size(); in NumValues()
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/multispgrid/
H A Dutility.hh44 iterator begin () { return values_.begin(); } in begin()
46 iterator end () { return values_.end(); } in end()
61 assert( coordinates_.size() == values_.size() ); in size()
86 values_.push_back( value_type() ); in operator []()
91 return values_[ index ]; in operator []()
98 values_.clear(); in clear()
108 return ( values_.begin() + i ); in find()
110 return values_.end(); in find()
120 return ( values_.begin() + i ); in find()
122 return values_.end(); in find()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/Solver/
H A DCholmodSolverT.cc54 values_, in calc_system_gmm()
61 std::cerr << "#nnz: " << values_.size() << std::endl; in calc_system_gmm()
64 return calc_system( colptr_, rowind_, values_); in calc_system_gmm()
80 values_, in update_system_gmm()
84 return update_system( colptr_, rowind_, values_); in update_system_gmm()
97 values_, in calc_system_eigen()
105 std::cerr << "#nnz: " << values_.size() << std::endl; in calc_system_eigen()
108 return calc_system( colptr_, rowind_, values_); in calc_system_eigen()
119 values_, in update_system_eigen()
123 return update_system( colptr_, rowind_, values_); in update_system_eigen()
/dports/devel/cmph/cmph-2.0/cxxmph/
H A Dmph_map.h119 vector<value_type> values_; variable
145 if (values_.capacity() == values_.size() && values_.size() > 256) { in MPH_MAP_METHOD_DECL()
148 values_.push_back(x); in MPH_MAP_METHOD_DECL()
161 if (values_.empty()) return; in MPH_MAP_METHOD_DECL()
179 values_.swap(new_values); in MPH_MAP_METHOD_DECL()
184 MPH_MAP_METHOD_DECL(iterator, begin)() { return make_hollow(&values_, &present_, values_.begin()); } in MPH_MAP_METHOD_DECL()
185 MPH_MAP_METHOD_DECL(iterator, end)() { return make_solid(&values_, &present_, values_.end()); } in MPH_MAP_METHOD_DECL()
186 …THOD_DECL(const_iterator, begin)() const { return make_hollow(&values_, &present_, values_.begin()… in MPH_MAP_METHOD_DECL()
187 MPH_MAP_METHOD_DECL(const_iterator, end)() const { return make_solid(&values_, &present_, values_.e… in MPH_MAP_METHOD_DECL()
192 values_.clear(); in MPH_MAP_METHOD_DECL()
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/
H A DPiecewiseLinearEvaluation.cxx40 , values_(0, 0) in PiecewiseLinearEvaluation()
51 , values_(0, 0) in PiecewiseLinearEvaluation()
66 , values_(0, values.getDimension()) in PiecewiseLinearEvaluation()
84 << " values=" << values_; in __repr__()
144 return values_[iLeft]; in operator ()()
147 return values_[iRight]; in operator ()()
225 const Sample oldValues(values_); in setLocations()
238 return values_; in getValues()
247 values_ = sampleValues; in setValues()
255 values_ = values; in setValues()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Din_holder.h35 values_.max_load_factor(0.25f); in InHolder()
37 values_.insert(value); in InHolder()
41 bool HasValue(Type value) const { return values_.count(value) == 1; } in HasValue()
44 std::unordered_set<Type> values_;
51 values_.max_load_factor(0.25f); in InHolder()
53 values_.insert(value); in InHolder()
58 return values_.count(value) == 1; in HasValue()
62 std::unordered_set<gandiva::DecimalScalar128> values_;
68 explicit InHolder(std::unordered_set<std::string> values) : values_(std::move(values)) { in InHolder()
70 for (const std::string& value : values_) { in InHolder()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/indexeddb/
H A Didb_request_queue_item.cc87 values_.push_back(std::move(value)); in IDBRequestQueueItem()
98 values_(std::move(values)), in IDBRequestQueueItem()
176 values_.clear(); in OnResultLoadComplete()
218 values_.clear(); in CancelLoading()
233 DCHECK_EQ(values_.size(), 0U); in EnqueueResponse()
237 DCHECK_EQ(values_.size(), 1U); in EnqueueResponse()
249 DCHECK_EQ(values_.size(), 1U); in EnqueueResponse()
255 DCHECK_EQ(values_.size(), 0U); in EnqueueResponse()
260 DCHECK_EQ(values_.size(), 0U); in EnqueueResponse()
265 DCHECK_EQ(values_.size(), 1U); in EnqueueResponse()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/settings/
H A Dstub_cros_settings_provider.cc34 if (values_.GetValue(path, &value)) in Get()
67 is_value_changed = values_.SetValue(path, value.Clone()); in Set()
96 values_.SetBoolean(kAccountsPrefAllowGuest, true); in SetDefaults()
97 values_.SetBoolean(kAccountsPrefAllowNewUser, true); in SetDefaults()
98 values_.SetBoolean(kAccountsPrefFamilyLinkAccountsAllowed, false); in SetDefaults()
99 values_.SetBoolean(kAccountsPrefSupervisedUsersEnabled, true); in SetDefaults()
100 values_.SetBoolean(kAccountsPrefShowUserNamesOnSignIn, true); in SetDefaults()
102 values_.SetBoolean(kAllowBluetooth, true); in SetDefaults()
103 values_.SetBoolean(kDeviceWiFiAllowed, true); in SetDefaults()
105 values_.SetBoolean(kStatsReportingPref, true); in SetDefaults()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/asio/ip/
H A Dbasic_resolver_iterator.hpp85 iter.values_.reset(new values_type); in create()
97 iter.values_->push_back( in create()
113 iter.values_.reset(new values_type); in create()
114 iter.values_->push_back( in create()
164 if (++index_ == values_->size()) in increment()
167 values_.reset(); in increment()
174 if (!values_ && !other.values_) in equal()
176 if (values_ != other.values_) in equal()
183 return (*values_)[index_]; in dereference()
187 boost::asio::detail::shared_ptr<values_type> values_; member in boost::asio::ip::basic_resolver_iterator
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/Framework/Common/
H A DDictionary.cpp39 for (Values::iterator it = values_.begin(); in ~Dictionary()
40 it != values_.end(); ++it) in ~Dictionary()
50 return values_.find(key) != values_.end(); in HasKey()
56 Values::iterator found = values_.find(key); in Remove()
58 if (found != values_.end()) in Remove()
62 values_.erase(found); in Remove()
75 Values::iterator found = values_.find(key); in SetValue()
77 if (found == values_.end()) in SetValue()
79 values_[key] = value; in SetValue()
134 Values::const_iterator found = values_.find(key); in GetValue()
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Type/
H A DIndicesCollectionImplementation.cxx38 , values_(0) in IndicesCollectionImplementation()
49 , values_(size * stride) in IndicesCollectionImplementation()
61 , values_(values) in IndicesCollectionImplementation()
73 , values_() in IndicesCollectionImplementation()
84 values_.resize(offsets_[size_]); in IndicesCollectionImplementation()
142 return values_.begin() + offsets_[index]; in begin_at()
166 return values_[offsets_[index] + pos]; in operator ()()
171 return values_[offsets_[index] + pos]; in operator ()()
177 return size_ == rhs.size_ && offsets_ == rhs.offsets_ && values_ == rhs.values_; in operator ==()
185 adv.saveAttribute( "values_", values_); in save()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/math/
H A Dsampledcurve.hpp129 values_.swap(newValues); in regrid()
139 std::transform(values_.begin(), values_.end(), in transform()
153 Array values_; member in QuantLib::SampledCurve
165 : grid_(gridSize), values_(gridSize) {} in SampledCurve()
168 : grid_(grid), values_(grid.size()) {} in SampledCurve()
179 return values_; in values()
183 return values_; in values()
195 return values_[i]; in value()
199 return values_[i]; in value()
215 values_ = g; in setValues()
[all …]
/dports/math/bcps/CHiPPS-BiCePS-releases-0.99.2/Bcps/examples/Blis/
H A DBlisVariable.h38 double *values_; variable
49 values_ = new double [s]; in BlisVariable()
51 memcpy(values_, val, s * sizeof(double)); in BlisVariable()
58 size_(0), indices_(NULL), values_(NULL) in BlisVariable()
69 values_ = new double [s]; in BlisVariable()
71 memcpy(values_, val, s * sizeof(double)); in BlisVariable()
77 delete [] values_; values_ = NULL; in ~BlisVariable()
85 double* getValues() { return values_; } in getValues()
93 delete [] values_; values_ = NULL; in setData()
95 values_ = new double [s]; in setData()
[all …]
/dports/math/clingo/clingo-5.5.1/libgringo/gringo/
H A Dindexed.hh45 std::vector<ValueType> values_; member
57 values_.emplace_back(std::forward<Args>(args)...); in emplace()
58 return IndexType(values_.size() - 1); in emplace()
62 values_[uid] = ValueType(std::forward<Args>(args)...); in emplace()
71 values_.push_back(std::move(value)); in insert()
72 return IndexType(values_.size() - 1); in insert()
76 values_[uid] = std::move(value); in insert()
84 ValueType val(std::move(values_[uid])); in erase()
85 if (uid + 1 == values_.size()) { values_.pop_back(); } in erase()
92 return values_[uid]; in operator []()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dinterpolable_value.cc20 if (!values_[i]->Equals(*other_list.values_[i])) in Equals()
59 DCHECK(values_[i]); in Interpolate()
60 DCHECK(to_list.values_[i]); in Interpolate()
61 values_[i]->Interpolate(*(to_list.values_[i]), progress, in Interpolate()
62 *(result_list.values_[i])); in Interpolate()
69 result->Set(i, values_[i]->CloneAndZero()); in RawCloneAndZero()
79 values_[i]->Scale(scale); in Scale()
90 values_[i]->Add(*other_list.values_[i]); in Add()
98 values_[i]->ScaleAndAdd(scale, *other_list.values_[i]); in ScaleAndAdd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dinterpolable_value.cc20 if (!values_[i]->Equals(*other_list.values_[i])) in Equals()
59 DCHECK(values_[i]); in Interpolate()
60 DCHECK(to_list.values_[i]); in Interpolate()
61 values_[i]->Interpolate(*(to_list.values_[i]), progress, in Interpolate()
62 *(result_list.values_[i])); in Interpolate()
69 result->Set(i, values_[i]->CloneAndZero()); in RawCloneAndZero()
79 values_[i]->Scale(scale); in Scale()
90 values_[i]->Add(*other_list.values_[i]); in Add()
98 values_[i]->ScaleAndAdd(scale, *other_list.values_[i]); in ScaleAndAdd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-debug.h56 : pc_offset_(pc_offset), values_(std::move(values)) {} in Entry()
67 return base::make_iterator_range(values_.begin(), values_.end()); in values()
71 DCHECK_EQ(kStack, values_[index].kind); in stack_offset()
72 return values_[index].stack_offset; in stack_offset()
76 return values_[index].kind == kConstant; in is_constant()
80 return values_[index].kind == kRegister; in is_register()
84 DCHECK_EQ(kConstant, values_[index].kind); in i32_constant()
85 return values_[index].i32_const; in i32_constant()
89 DCHECK_EQ(kRegister, values_[index].kind); in register_code()
90 return values_[index].reg_code; in register_code()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dscope.cc74 return !values_.empty(); in HasValues()
96 if (found != values_.end()) { in GetValueWithScope()
118 if (found != values_.end()) { in GetMutableValue()
134 if (found != values_.end()) in GetStorageKey()
151 if (found != values_.end()) { in GetValueWithScope()
171 if (found != values_.end()) in RemoveIdentifier()
172 values_.erase(found); in RemoveIdentifier()
187 values_.erase(cur); in RemovePrivateIdentifiers()
216 for (auto& cur : values_) in MarkAllUsed()
221 for (auto& cur : values_) { in MarkAllUsed()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dscope.cc74 return !values_.empty(); in HasValues()
96 if (found != values_.end()) { in GetValueWithScope()
118 if (found != values_.end()) { in GetMutableValue()
134 if (found != values_.end()) in GetStorageKey()
151 if (found != values_.end()) { in GetValueWithScope()
171 if (found != values_.end()) in RemoveIdentifier()
172 values_.erase(found); in RemoveIdentifier()
187 values_.erase(cur); in RemovePrivateIdentifiers()
216 for (auto& cur : values_) in MarkAllUsed()
221 for (auto& cur : values_) { in MarkAllUsed()
[all …]
/dports/devel/gn/gn-1962/src/gn/
H A Dscope.cc74 return !values_.empty(); in HasValues()
95 if (found != values_.end()) { in GetValueWithScope()
117 if (found != values_.end()) { in GetMutableValue()
133 if (found != values_.end()) in GetStorageKey()
150 if (found != values_.end()) { in GetValueWithScope()
170 if (found != values_.end()) in RemoveIdentifier()
171 values_.erase(found); in RemoveIdentifier()
186 values_.erase(cur); in RemovePrivateIdentifiers()
215 for (auto& cur : values_) in MarkAllUsed()
220 for (auto& cur : values_) { in MarkAllUsed()
[all …]
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/libmimeapps/
H A DConfigReader.cpp57 if (values_.find(group) == values_.end()) in ConfigReader()
59 values_[group] = std::map<std::string, std::string>(); in ConfigReader()
71 values_[group][key] = value; in ConfigReader()
81 …g, std::map<std::string, std::string> >::const_iterator it = values_.begin(); it != values_.end();… in groups()
91 return (values_.find(group) != values_.end()); in hasGroup()
103 …std::map<std::string, std::string>::const_iterator it = values_.at(group).begin(); it != values_.a… in keys()
113 return (hasGroup(group) && (values_.at(group).find(key) != values_.at(group).end())); in hasKey()
123 return values_.at(group).at(key); in value()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dtriplet_sparse_matrix.cc52 values_(NULL) {} in TripletSparseMatrix()
65 values_(NULL) { in TripletSparseMatrix()
84 values_(NULL) { in TripletSparseMatrix()
104 values_(NULL) { in TripletSparseMatrix()
144 new_values[i] = values_[i]; in Reserve()
149 values_.reset(new_values); in Reserve()
155 std::fill(values_.get(), values_.get() + max_num_nonzeros_, 0.0); in SetZero()
175 values_[i] = orig.values_[i]; in CopyData()
195 x[cols_[i]] += values_[i] * values_[i]; in SquaredColumnNorm()
202 values_[i] = values_[i] * scale[cols_[i]]; in ScaleColumns()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/asio/ip/
H A Dbasic_resolver_results.hpp137 results.values_.reset(new values_type); in create()
149 results.values_->push_back( in create()
164 results.values_.reset(new values_type); in create()
165 results.values_->push_back( in create()
180 results.values_.reset(new values_type); in create()
183 results.values_->push_back( in create()
217 results.values_->push_back(
236 return this->values_ ? this->values_->size() : 0; in size()
242 return this->values_ ? this->values_->max_size() : values_type().max_size(); in max_size()
248 return this->values_ ? this->values_->empty() : true; in empty()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/ip/
H A Dbasic_resolver_results.hpp137 results.values_.reset(new values_type);
149 results.values_->push_back(
164 results.values_.reset(new values_type);
165 results.values_->push_back(
180 results.values_.reset(new values_type);
183 results.values_->push_back(
217 results.values_->push_back( in hints()
236 return this->values_ ? this->values_->size() : 0; in service_name()
242 return this->values_ ? this->values_->max_size() : values_type().max_size();
248 return this->values_ ? this->values_->empty() : true;
[all …]

12345678910>>...74