Searched refs:intMax (Results 1 – 1 of 1) sorted by relevance
268 const unsigned intMax = static_cast<unsigned>(std::numeric_limits<int>::max()); in clampToInteger() local270 if (x >= intMax) in clampToInteger()