Searched refs:HALF_RANGE (Results 1 – 1 of 1) sorted by relevance
240 constexpr static T HALF_RANGE = T(~0) ^ (T(~0) >> 1); variable359 return T(other.mValue - mValue) < HALF_RANGE;364 return T(mValue - other.mValue) < HALF_RANGE;