Home
last modified time | relevance | path

Searched refs:max_ (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-cardinalities.cc53 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::__anond45053330111::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 …]
/llvm-project-15.0.7/flang/runtime/
H A Dextrema.cpp632 void Reinitialize() { max_ = sum_ = 0; } in Reinitialize()
635 *p = static_cast<Type>(max_ * std::sqrt(1 + sum_)); in GetResult()
639 if (!max_) { in Accumulate()
640 max_ = x; in Accumulate()
641 } else if (absX > max_) { in Accumulate()
642 auto t{max_ / absX}; // < 1.0 in Accumulate()
646 max_ = absX; in Accumulate()
648 auto t{absX / max_}; in Accumulate()
659 AccumType max_{0}; // value (m) with largest magnitude member in Fortran::runtime::Norm2Accumulator
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
H A DTool.py314 for (_, vals, sum_, min_, max_, interesting, name,
316 writer.writerow([name, kind, sum_, min_, max_, interesting] +
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td427 // hadd_[su].[bhwd], hsub_[su].[bhwd], max_[sua].[bhwd], min_[sua].[bhwd],
H A DMipsScheduleGeneric.td1547 // hadd_[su].[bhwd], hsub_[su].[bhwd], max_[sua].[bhwd], min_[sua].[bhwd],