HomeSort by relevance Sort by last modified time
    Searched full:max_i8_i32 (Results 1 - 1 of 1) sorted by null

  /hardware/google/av/codec2/tests/
C2_test.cpp 58 constexpr auto max_i8_i32 = c2_max(int8_t(0xff), int32_t(0xffffffff)); variable
59 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");

Completed in 4615 milliseconds