Searched refs:maxIntN (Results 1 – 3 of 3) sorted by relevance
121 TEST(MathExtras, maxIntN) { in TEST() argument122 EXPECT_EQ(32767, maxIntN(16)); in TEST()123 EXPECT_EQ(2147483647, maxIntN(32)); in TEST()
330 inline int64_t maxIntN(int64_t N) {345 return N >= 64 || (minIntN(N) <= x && x <= maxIntN(N));
350 inline int64_t maxIntN(int64_t N) {367 return N >= 64 || (minIntN(N) <= x && x <= maxIntN(N));