Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc53 : 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::__anon9b5201100111::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 …]
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1116 const RawType max_; member in testing::gmock_matchers_test::__anoned844bf90111::FloatingPointTest
1161 Matcher<RawType> m5 = matcher_maker(ParentType::max_, ParentType::max_); in TestNearMatches()
1162 EXPECT_TRUE(m5.Matches(ParentType::max_)); in TestNearMatches()
1163 EXPECT_FALSE(m5.Matches(-ParentType::max_)); in TestNearMatches()
1165 Matcher<RawType> m6 = matcher_maker(-ParentType::max_, ParentType::max_); in TestNearMatches()
1166 EXPECT_FALSE(m6.Matches(ParentType::max_)); in TestNearMatches()
1167 EXPECT_TRUE(m6.Matches(-ParentType::max_)); in TestNearMatches()
1170 EXPECT_TRUE(m7.Matches(ParentType::max_)); in TestNearMatches()
1174 EXPECT_FALSE(m8.Matches(ParentType::max_)); in TestNearMatches()
1175 EXPECT_TRUE(m8.Matches(-ParentType::max_)); in TestNearMatches()
[all …]
/freebsd/contrib/llvm-project/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],