OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_i32_i32
(Results
1 - 1
of
1
) sorted by null
/hardware/google/av/codec2/tests/
C2_test.cpp
32
constexpr auto
min_i32_i32
= c2_min(int32_t(1), int32_t(2));
variable
33
static_assert(std::is_same<decltype(
min_i32_i32
), const int32_t>::value, "should be int32_t");
39
static_assert(c2_const_checker<
min_i32_i32
>::num() == 1, "should be 1");
Completed in 90 milliseconds