Searched defs:max2 (Results 1 – 5 of 5) sorted by relevance
36 subroutine max2(c1, c2, c3) subroutine41 ! CHECK-LABEL: func.func @_QPmax2 argument
48 int max2 = 3 + FPBits::MAX_BIASED_EXPONENT / 2; in testExtensive() local
55 EXPECT_LE(max2, static_cast<count_t>(0x7fff)); in TEST() local
147 int max2 = std::max(1, std::max(2, std::max(3, 4))); variable
233 max2 global() variable