Searched defs:MIN (Results 1 – 10 of 10) sorted by relevance
132 constexpr T MIN = std::numeric_limits<T>::min(); in operator() local151 constexpr T MIN = std::numeric_limits<T>::min(); in operator() local
36 MIN, enumerator
93 constexpr uintptr_t MIN = 10000, MAX = 50000; in TEST() local
100 constexpr uintptr_t MIN = 10000; in TEST() local
43 static constexpr uint8_t MIN = 4; variable
37 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
39 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) macro
67 constexpr T MIN = std::numeric_limits<T>::min(); in ConvertFromString() local
133 constexpr int MIN = std::numeric_limits<int8_t>::min(); in TEST_F() local