Home
last modified time | relevance | path

Searched refs:max_ (Results 1 – 5 of 5) 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::__anon5391c6480111::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.cc1224 max_(std::numeric_limits<RawType>::max()), in FloatingPointTest()
1299 const RawType max_; member in testing::gmock_matchers_test::__anon7b5da5310111::FloatingPointTest
1344 Matcher<RawType> m5 = matcher_maker(ParentType::max_, ParentType::max_); in TestNearMatches()
1345 EXPECT_TRUE(m5.Matches(ParentType::max_)); in TestNearMatches()
1346 EXPECT_FALSE(m5.Matches(-ParentType::max_)); in TestNearMatches()
1348 Matcher<RawType> m6 = matcher_maker(-ParentType::max_, ParentType::max_); in TestNearMatches()
1349 EXPECT_FALSE(m6.Matches(ParentType::max_)); in TestNearMatches()
1350 EXPECT_TRUE(m6.Matches(-ParentType::max_)); in TestNearMatches()
1352 Matcher<RawType> m7 = matcher_maker(ParentType::max_, 0); in TestNearMatches()
1353 EXPECT_TRUE(m7.Matches(ParentType::max_)); in TestNearMatches()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dxarray.h74 #define XA_LIMIT(min_, max_) (struct xa_limit){ .min = (min_), .max = (max_) } argument
/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],