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

/external/google-breakpad/src/testing/src/
H A Dgmock-cardinalities.cc53 : min_(min >= 0 ? min : 0),
54 max_(max >= min_ ? max : min_) {
74 virtual int ConservativeLowerBound() const { return min_; }
78 return min_ <= call_count && call_count <= max_;
88 const int min_; member in class:testing::__anon7597::BetweenCardinalityImpl
109 if (min_ == 0) {
117 } else if (min_ == max_) {
118 *os << "called " << FormatTimes(min_);
120 *os << "called at least " << FormatTimes(min_);
[all...]
/external/googletest/googlemock/src/
H A Dgmock-cardinalities.cc53 : min_(min >= 0 ? min : 0),
54 max_(max >= min_ ? max : min_) {
74 virtual int ConservativeLowerBound() const { return min_; }
78 return min_ <= call_count && call_count <= max_;
88 const int min_; member in class:testing::__anon7685::BetweenCardinalityImpl
109 if (min_ == 0) {
117 } else if (min_ == max_) {
118 *os << "called " << FormatTimes(min_);
120 *os << "called at least " << FormatTimes(min_);
[all...]
/external/v8/testing/gmock/src/
H A Dgmock-cardinalities.cc53 : min_(min >= 0 ? min : 0),
54 max_(max >= min_ ? max : min_) {
74 virtual int ConservativeLowerBound() const { return min_; }
78 return min_ <= call_count && call_count <= max_;
88 const int min_; member in class:testing::__anon27937::BetweenCardinalityImpl
109 if (min_ == 0) {
117 } else if (min_ == max_) {
118 *os << "called " << FormatTimes(min_);
120 *os << "called at least " << FormatTimes(min_);
[all...]
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dtest_utils.h42 : min_(min_value), max_(max_value), generator_(seed) {}
47 return static_cast<NativeT>(min_ +
48 (max_ - min_) * distribution(generator_));
52 NativeT min_; member in class:xla::PseudorandomGenerator
/external/webrtc/webrtc/base/
H A Drollingaccumulator.h50 min_ = T();
63 if (sample_to_remove <= min_) {
78 if (count_ == 1 || sample <= min_) {
79 min_ = sample;
114 min_ = samples_[next_index_];
116 min_ = std::min(min_, samples_[(next_index_ + i) % max_count()]);
120 return min_;
164 mutable T min_; member in class:rtc::RollingAccumulator
/external/tensorflow/tensorflow/core/util/
H A Dstat_summarizer.h47 min_ = std::min(v, min_);
63 ValueType min() const { return min_; }
71 bool all_same() const { return (count_ == 0 || min_ == max_); }
90 << " curr=" << newest_ << " min=" << min_ << " max=" << max_
105 ValueType min_ = std::numeric_limits<ValueType>::max(); member in class:tensorflow::Stat
/external/tensorflow/tensorflow/core/lib/histogram/
H A Dhistogram.cc76 min_ = proto.min();
92 min_ = bucket_limits_[bucket_limits_.size() - 1];
109 if (min_ > value) min_ = value;
143 double lhs = (i == 0 || cumsum_prev == 0) ? min_ : bucket_limits_[i - 1];
144 lhs = std::max(lhs, min_);
177 (num_ == 0.0 ? 0.0 : min_), Median(), max_);
204 proto->set_min(min_);
H A Dhistogram.h88 double min_; member in class:tensorflow::histogram::Histogram
/external/scapy/scapy/modules/
H A Dvoip.py37 min_ = 0
39 min_ = y
41 min_ = x
42 r_ = len(min_)
/external/tensorflow/tensorflow/core/grappler/costs/
H A Dutils.h79 uint64 Min() const { return min_; }
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_.
95 uint64 min_ = kuint64max; member in class:tensorflow::grappler::TensorSizeHistogram
H A Dutils.cc299 min_ = std::min(min_, value);
307 min_ = std::min(min_, src.min_);
320 r.append(strings::HumanReadableNumBytes(min_));
/external/tensorflow/tensorflow/core/kernels/
H A Dfake_quant_ops.cc61 OP_REQUIRES_OK(context, context->GetAttr("min", &min_));
63 OP_REQUIRES(context, min_ < max_,
64 InvalidArgument("min has to be smaller than max, was: ", min_,
79 functor(context->eigen_device<Device>(), input.flat<float>(), min_, max_,
84 float min_; member in class:tensorflow::FakeQuantWithMinMaxArgsOp
101 OP_REQUIRES_OK(context, context->GetAttr("min", &min_));
103 OP_REQUIRES(context, min_ < max_,
104 InvalidArgument("min has to be smaller than max, was: ", min_,
129 input.flat<float>(), min_, max_, quant_min_, quant_max_,
134 float min_; member in class:tensorflow::FakeQuantWithMinMaxArgsGradientOp
[all...]
/external/libchrome/base/metrics/
H A Dhistogram_samples.cc27 HistogramBase::Sample min_; member in class:base::__anon10889::SampleCountPickleIterator
45 if (!iter_->ReadInt(&min_) ||
55 *min = min_;
/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_) {
187 p->min_ = 255;
192 if (v < p->min_) p->min_ = v;
199 p->min_level_dist_ = p->max_ - p->min_;
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.h96 min_(0),
132 return min_;
155 min_ = max_ = 0;
160 min_ = max_ = *it;
162 min_ = std::min(min_, *it);
174 T min_; 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/perf_data_converter/src/quipper/
H A Dtest_perf_data.h287 min_(7),
294 min_ = min;
308 u32 min_; member in class:quipper::testing::ExampleMmap2Event
H A Dtest_perf_data.cc280 .min = min_,
/external/v8/src/regexp/
H A Dregexp-ast.h377 min_(min),
397 int min() { return min_; }
406 int min_; 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/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp76 FloatRange (float min_, float max_) : min(min_), max(max_) {} argument
/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py776 def min_(x, y): function in function:resize_image_with_crop_or_pad
799 min_(target_height, height),
800 min_(target_width, width))
/external/v8/src/
H A Dcounters.cc36 CreateHistogram(name_, min_, max_, num_buckets_);
H A Dcounters.h186 min_(min),
224 int min_; member in class:v8::internal::Histogram
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.cpp1918 MultiVertexArrayTest::Spec::ArraySpec::ArraySpec(Array::InputType inputType_, Array::OutputType outputType_, Array::Storage storage_, Array::Usage usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, GLValue max_) argument
1927 , min (min_)

Completed in 1051 milliseconds