/external/libaom/third_party/googletest/src/googlemock/src/ |
D | gmock-cardinalities.cc | 53 : min_(min >= 0 ? min : 0), max_(max >= min_ ? max : min_) { in BetweenCardinalityImpl() 73 int ConservativeUpperBound() const override { return max_; } in ConservativeUpperBound() 76 return min_ <= call_count && call_count <= max_; in IsSatisfiedByCallCount() 80 return call_count >= max_; in IsSaturatedByCallCount() 87 const int max_; member in testing::__anond27e31900111::BetweenCardinalityImpl 109 if (max_ == 0) { in DescribeTo() 111 } else if (max_ == INT_MAX) { in DescribeTo() 114 *os << "called at most " << FormatTimes(max_); in DescribeTo() 116 } else if (min_ == max_) { in DescribeTo() 118 } else if (max_ == INT_MAX) { in DescribeTo() [all …]
|
/external/googletest/googlemock/src/ |
D | gmock-cardinalities.cc | 53 max_(max >= min_ ? max : min_) { in BetweenCardinalityImpl() 74 int ConservativeUpperBound() const override { return max_; } in ConservativeUpperBound() 77 return min_ <= call_count && call_count <= max_; in IsSatisfiedByCallCount() 81 return call_count >= max_; in IsSaturatedByCallCount() 88 const int max_; member in testing::__anon5ad3fb5d0111::BetweenCardinalityImpl 109 if (max_ == 0) { in DescribeTo() 111 } else if (max_ == INT_MAX) { in DescribeTo() 114 *os << "called at most " << FormatTimes(max_); in DescribeTo() 116 } else if (min_ == max_) { in DescribeTo() 118 } else if (max_ == INT_MAX) { in DescribeTo() [all …]
|
/external/cronet/third_party/googletest/src/googlemock/src/ |
D | gmock-cardinalities.cc | 53 : min_(min >= 0 ? min : 0), max_(max >= min_ ? max : min_) { in BetweenCardinalityImpl() 73 int ConservativeUpperBound() const override { return max_; } in ConservativeUpperBound() 76 return min_ <= call_count && call_count <= max_; in IsSatisfiedByCallCount() 80 return call_count >= max_; in IsSaturatedByCallCount() 87 const int max_; member in testing::__anon02ccea470111::BetweenCardinalityImpl 108 if (max_ == 0) { in DescribeTo() 110 } else if (max_ == INT_MAX) { in DescribeTo() 113 *os << "called at most " << FormatTimes(max_); in DescribeTo() 115 } else if (min_ == max_) { in DescribeTo() 117 } else if (max_ == INT_MAX) { in DescribeTo() [all …]
|
/external/leveldb/util/ |
D | histogram.cc | 173 max_ = 0; in Clear() 190 if (max_ < value) max_ = value; in Add() 198 if (other.max_ > max_) max_ = other.max_; in Merge() 223 if (r > max_) r = max_; in Percentile() 227 return max_; in Percentile() 248 (num_ == 0.0 ? 0.0 : min_), Median(), max_); in ToString()
|
/external/webrtc/rtc_base/numerics/ |
D | sample_counter.cc | 31 if (!max_ || sample > *max_) { in Add() 32 max_ = sample; in Add() 46 if (other.max_ && (!max_ || *max_ < *other.max_)) in Add() 47 max_ = other.max_; in Add() 58 return max_; in Max()
|
D | running_statistics.h | 52 max_ = std::max(max_, sample); in AddSample() 85 max_ = std::max(max_, other.max_); in MergeStatistics() 123 return max_; in GetMax() 153 T max_ = minus_infinity_or_min<T>(); variable
|
D | exp_filter.cc | 34 if (max_ != kValueUndefined && filtered_ > max_) { in Apply() 35 filtered_ = max_; in Apply()
|
/external/webrtc/rtc_base/ |
D | rolling_accumulator.h | 47 max_ = T(); in Reset() 58 if (sample_to_remove >= max_) { in AddSample() 67 if (count() == 0 || sample >= max_) { in AddSample() 68 max_ = sample; in AddSample() 86 max_ = samples_[next_index_]; in ComputeMax() 88 max_ = std::max(max_, samples_[(next_index_ + i) % max_count()]); in ComputeMax() 92 return max_; in ComputeMax() 136 mutable T max_; variable
|
/external/cronet/net/base/ |
D | interval.h | 100 Interval() : min_(), max_() {} in Interval() 106 Interval(const T& min, const T& max) : min_(min), max_(max) {} in Interval() 109 const T& max() const { return max_; } in max() 111 void SetMax(const T& t) { max_ = t; } in SetMax() 125 const T Length() const { return (min_ >= max_ ? min_ : max_) - min_; } in Length() 201 T max_; // Exclusive upper bound. variable
|
/external/tensorflow/tensorflow/core/lib/histogram/ |
D | histogram.cc | 77 max_ = proto.max(); in DecodeFromProto() 93 max_ = -DBL_MAX; in Clear() 110 if (max_ < value) max_ = value; in Add() 148 rhs = std::min(rhs, max_); in Percentile() 156 return max_; in Percentile() 177 (num_ == 0.0 ? 0.0 : min_), Median(), max_); in ToString() 205 proto->set_max(max_); in EncodeToProto()
|
/external/webrtc/modules/audio_processing/aec3/ |
D | api_call_jitter_metrics.cc | 31 : max_(0), min_(std::numeric_limits<int>::max()) {} in Jitter() 35 max_ = std::max(max_, num_api_calls_in_a_row); in Update() 40 max_ = 0; in Reset()
|
/external/tensorflow/tensorflow/core/util/ |
D | stats_calculator.h | 42 max_ = std::max(v, max_); in UpdateStat() 57 ValueType max() const { return max_; } in max() 67 bool all_same() const { return (count_ == 0 || min_ == max_); } in all_same() 99 << " curr=" << newest_ << " min=" << min_ << " max=" << max_ in OutputToStream() 113 ValueType max_ = std::numeric_limits<ValueType>::min();
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/ |
D | reduction_vectorization_sm_all.hlo | 15 %max_ { 24 …ce.odd_row = f32[5] reduce(f32[5,4071] %param_0, f32[] %constant.3), dimensions={1}, to_apply=%max_ 111 %max_ { 120 …e.tile_fit = f32[5] reduce(f32[5,3584] %param_0, f32[] %constant.3), dimensions={1}, to_apply=%max_ 137 %max_ { 146 …duce.pow_2 = f32[5] reduce(f32[5,4096] %param_0, f32[] %constant.3), dimensions={1}, to_apply=%max_ 161 %max_ { 170 …e.even_col = f32[5] reduce(f32[5,4070] %param_0, f32[] %constant.3), dimensions={1}, to_apply=%max_
|
/external/libtextclassifier/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 60 max_(max), in min_() 62 range_(static_cast<unsigned_type>(max_) - in min_() 65 assert(max_ >= min_); in min_() 90 result_type(max)() const { return max_; } in result_type() 94 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 108 result_type max_; variable
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 61 max_(max), in min_() 63 range_(static_cast<unsigned_type>(max_) - in min_() 66 assert(max_ >= min_); in min_() 93 result_type(max)() const { return max_; } in result_type() 97 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 111 result_type max_; variable
|
/external/openscreen/third_party/abseil/src/absl/random/ |
D | log_uniform_int_distribution.h | 60 max_(max), in min_() 62 range_(static_cast<unsigned_type>(max_) - in min_() 65 assert(max_ >= min_); in min_() 90 result_type(max)() const { return max_; } in result_type() 94 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 108 result_type max_; variable
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | simplify.cc | 243 nre->max_ = re->max(); in PostVisit() 347 nre->max_ = -1; in DoCoalesce() 352 nre->max_ = -1; in DoCoalesce() 357 nre->max_ = 1; in DoCoalesce() 362 nre->max_ = r1->max(); in DoCoalesce() 373 nre->max_ = -1; in DoCoalesce() 378 nre->max_ = -1; in DoCoalesce() 383 nre->max_++; in DoCoalesce() 389 nre->max_ = -1; in DoCoalesce() 391 nre->max_ += r2->max(); in DoCoalesce() [all …]
|
/external/cronet/components/metrics/serialization/ |
D | metric_sample.cc | 28 max_(max), in MetricSample() 59 max_, in ToString() 68 max_, in ToString() 92 return max_; in max() 192 max_ == metric.max_ && bucket_count_ == metric.bucket_count_; in IsEqual()
|
/external/pigweed/pw_perf_test/ |
D | perf_test.cc | 75 if (duration > max_) { in KeepRunning() 76 max_ = duration; in KeepRunning() 94 PW_LOG_DEBUG("Maxmimum: %ld", static_cast<long>(max_)); in KeepRunning() 96 Results{mean_, max_, min_, test_iterations_}); in KeepRunning()
|
/external/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 61 max_(max), in min_() 63 range_(static_cast<unsigned_type>(max_) - in min_() 66 assert(max_ >= min_); in min_() 91 result_type(max)() const { return max_; } in result_type() 95 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 109 result_type max_; variable
|
/external/angle/third_party/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 61 max_(max), in min_() 63 range_(static_cast<unsigned_type>(max_) - in min_() 66 assert(max_ >= min_); in min_() 91 result_type(max)() const { return max_; } in result_type() 95 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 109 result_type max_; variable
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 61 max_(max), in min_() 63 range_(static_cast<unsigned_type>(max_) - in min_() 66 assert(max_ >= min_); in min_() 91 result_type(max)() const { return max_; } in result_type() 95 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 109 result_type max_; variable
|
/external/webrtc/third_party/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 61 max_(max), in min_() 63 range_(static_cast<unsigned_type>(max_) - in min_() 66 assert(max_ >= min_); in min_() 91 result_type(max)() const { return max_; } in result_type() 95 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 109 result_type max_; variable
|
/external/cronet/third_party/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 61 max_(max), in min_() 63 range_(static_cast<unsigned_type>(max_) - in min_() 66 assert(max_ >= min_); in min_() 91 result_type(max)() const { return max_; } in result_type() 95 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 109 result_type max_; variable
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | test_utils.h | 41 : min_(min_value), max_(max_value), generator_(seed) {} in PseudorandomGenerator() 47 (max_ - min_) * distribution(generator_)); in get() 52 NativeT max_; variable
|