Searched refs:min_i8_i32 (Results 1 – 1 of 1) sorted by relevance
36 constexpr auto min_i8_i32 = c2_min(int8_t(0xff), int32_t(0xffffffff)); variable37 static_assert(std::is_same<decltype(min_i8_i32), const int32_t>::value, "should be int32_t");41 static_assert(c2_const_checker<min_i8_i32>::num() == 0xffffffff, "should be 0xffffffff");