Searched refs:max_i8_i32 (Results 1 – 1 of 1) sorted by relevance
58 constexpr auto max_i8_i32 = c2_max(int8_t(0xff), int32_t(0xffffffff)); variable59 static_assert(std::is_same<decltype(max_i8_i32), const int32_t>::value, "should be int32_t");63 static_assert(c2_const_checker<max_i8_i32>::num() == 0xffffffff, "should be 0xffffffff");