Searched defs:is_max (Results 1 – 2 of 2) sorted by relevance
173 constexpr bool is_max() const { in is_max() function359 bool is_max() const { return us_ == std::numeric_limits<int64_t>::max(); } in is_max() function
637 bool is_max, SimdType type) { in LowerIntMinMax()