Searched refs:kNegativeMask (Results 1 – 1 of 1) sorted by relevance
70 static constexpr UintType kNegativeMask = (NumericLimits<UintType>::kMax >> 1) + 1; in IsLess() local72 return ((aFirst - aSecond) & kNegativeMask) != 0; in IsLess()