Searched refs:max_ (Results 1 - 25 of 34) sorted by relevance

12

/external/google-breakpad/src/testing/src/
H A Dgmock-cardinalities.cc54 max_(max >= min_ ? max : min_) {
75 virtual int ConservativeUpperBound() const { return max_; }
78 return min_ <= call_count && call_count <= max_;
82 return call_count >= max_;
89 const int max_; member in class:testing::__anon7597::BetweenCardinalityImpl
110 if (max_ == 0) {
112 } else if (max_ == INT_MAX) {
115 *os << "called at most " << FormatTimes(max_);
117 } else if (min_ == max_) {
119 } else if (max_
123 *os << "called between " << min_ << " and " << max_ << " times"; local
[all...]
/external/googletest/googlemock/src/
H A Dgmock-cardinalities.cc54 max_(max >= min_ ? max : min_) {
75 virtual int ConservativeUpperBound() const { return max_; }
78 return min_ <= call_count && call_count <= max_;
82 return call_count >= max_;
89 const int max_; member in class:testing::__anon7685::BetweenCardinalityImpl
110 if (max_ == 0) {
112 } else if (max_ == INT_MAX) {
115 *os << "called at most " << FormatTimes(max_);
117 } else if (min_ == max_) {
119 } else if (max_
123 *os << "called between " << min_ << " and " << max_ << " times"; local
[all...]
/external/v8/testing/gmock/src/
H A Dgmock-cardinalities.cc54 max_(max >= min_ ? max : min_) {
75 virtual int ConservativeUpperBound() const { return max_; }
78 return min_ <= call_count && call_count <= max_;
82 return call_count >= max_;
89 const int max_; member in class:testing::__anon27937::BetweenCardinalityImpl
110 if (max_ == 0) {
112 } else if (max_ == INT_MAX) {
115 *os << "called at most " << FormatTimes(max_);
117 } else if (min_ == max_) {
119 } else if (max_
123 *os << "called between " << min_ << " and " << max_ << " times"; local
[all...]
/external/webrtc/webrtc/base/
H A Dexp_filter.h24 : max_(max) {
33 // y(k) = min(alpha_^ exp * y(k-1) + (1 - alpha_^ exp) * sample, max_).
45 const float max_; member in class:rtc::ExpFilter
H A Dexp_filter.cc34 if (max_ != kValueUndefined && filtered_ > max_) {
35 filtered_ = max_;
H A Drollingaccumulator.h48 max_ = T();
60 if (sample_to_remove >= max_) {
74 if (count_ == 1 || sample >= max_) {
75 max_ = sample;
101 max_ = samples_[next_index_];
103 max_ = std::max(max_, samples_[(next_index_ + i) % max_count()]);
107 return max_;
162 mutable T max_; member in class:rtc::RollingAccumulator
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtest_utils.h42 : min_(min_value), max_(max_value), generator_(seed) {}
48 (max_ - min_) * distribution(generator_));
53 NativeT max_; member in class:xla::PseudorandomGenerator
/external/tensorflow/tensorflow/core/util/
H A Dstat_summarizer.h46 max_ = std::max(v, max_);
61 ValueType max() const { return max_; }
71 bool all_same() const { return (count_ == 0 || min_ == max_); }
90 << " curr=" << newest_ << " min=" << min_ << " max=" << max_
104 ValueType max_ = std::numeric_limits<ValueType>::min(); member in class:tensorflow::Stat
/external/tensorflow/tensorflow/core/lib/histogram/
H A Dhistogram.cc77 max_ = proto.max();
93 max_ = -DBL_MAX;
110 if (max_ < value) max_ = value;
148 rhs = std::min(rhs, max_);
156 return max_;
177 (num_ == 0.0 ? 0.0 : min_), Median(), max_);
205 proto->set_max(max_);
H A Dhistogram.h89 double max_; member in class:tensorflow::histogram::Histogram
/external/v8/src/compiler/
H A Dnode-cache.h33 : entries_(nullptr), size_(0), max_(max) {}
54 size_t max_; member in class:v8::internal::compiler::final
H A Dnode-cache.cc33 if (size_ >= max_) return false; // Don't grow past the maximum size.
/external/tensorflow/tensorflow/core/grappler/costs/
H A Dutils.h80 uint64 Max() const { return max_; }
93 // min_ and max_ are initialized to a very large value and zero, respectively,
94 // so that any value added can replace the initial min_ and max_.
96 uint64 max_ = 0; member in class:tensorflow::grappler::TensorSizeHistogram
H A Dutils.cc300 max_ = std::max(max_, value);
308 max_ = std::max(max_, src.max_);
322 r.append(strings::HumanReadableNumBytes(max_));
/external/tensorflow/tensorflow/core/kernels/
H A Dfake_quant_ops.cc62 OP_REQUIRES_OK(context, context->GetAttr("max", &max_));
63 OP_REQUIRES(context, min_ < max_,
65 " >= ", max_));
79 functor(context->eigen_device<Device>(), input.flat<float>(), min_, max_,
85 float max_; member in class:tensorflow::FakeQuantWithMinMaxArgsOp
102 OP_REQUIRES_OK(context, context->GetAttr("max", &max_));
103 OP_REQUIRES(context, min_ < max_,
105 " >= ", max_));
129 input.flat<float>(), min_, max_, quant_min_, quant_max_,
135 float max_; member in class:tensorflow::FakeQuantWithMinMaxArgsGradientOp
[all...]
/external/libchrome/base/metrics/
H A Dhistogram_samples.cc28 HistogramBase::Sample max_; member in class:base::__anon10889::SampleCountPickleIterator
46 !iter_->ReadInt(&max_) ||
56 *max = max_;
/external/webp/src/utils/
H A Dquant_levels_dec_utils.c66 int min_, max_; // min and max level values member in struct:__anon30466
145 if (v < p->max_ && v > p->min_) {
188 p->max_ = 0;
193 if (v > p->max_) p->max_ = v;
199 p->min_level_dist_ = p->max_ - p->min_;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.h97 max_(0) {
136 return max_;
155 min_ = max_ = 0;
160 min_ = max_ = *it;
163 max_ = std::max(max_, *it);
175 T max_; member in class:webrtc::testing::bwe::Stats
/external/deqp/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp67 FloatRange (float min_, float max_) : min(min_), max(max_) {} argument
/external/v8/src/regexp/
H A Dregexp-ast.h378 max_(max),
398 int max() { return max_; }
407 int max_; member in class:v8::internal::final
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.hpp378 LogGradientFmt (const tcu::Vec4* min_, const tcu::Vec4* max_) : valueMin(min_), valueMax(max_) {} argument
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_cost_analysis_test.cc104 max_ = computation_status.ConsumeValueOrDie();
143 Computation max_; member in class:xla::__anon25618::HloCostAnalysisTest
/external/libdrm/etnaviv/
H A Detnaviv_cmd_stream.c52 (x)->name = grow((x)->name, (x)->nr_ ## name, &(x)->max_ ## name, sizeof((x)->name[0])); \
/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py770 def max_(x, y): function in function:resize_image_with_crop_or_pad
790 offset_crop_width = max_(-width_diff // 2, 0)
791 offset_pad_width = max_(width_diff // 2, 0)
794 offset_crop_height = max_(-height_diff // 2, 0)
795 offset_pad_height = max_(height_diff // 2, 0)
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp76 FloatRange (float min_, float max_) : min(min_), max(max_) {} argument

Completed in 3368 milliseconds

12