Searched refs:kPosMax (Results 1 – 2 of 2) sorted by relevance
63 const Type MathLimits<Type>::kPosMax; \106 const Type MathLimits<Type>::kPosMax = PREFIX##_MAX; \107 const Type MathLimits<Type>::kMin = -MathLimits<Type>::kPosMax; \108 const Type MathLimits<Type>::kMax = MathLimits<Type>::kPosMax; \110 const Type MathLimits<Type>::kNegMax = -MathLimits<Type>::kPosMax; \
78 static const Type kPosMax; member173 static const Type kPosMax = SIGNED_INT_MAX(Type); \175 static const Type kMax = kPosMax; \193 static const Type kPosMax = UNSIGNED_INT_MAX(Type); \195 static const Type kMax = kPosMax; \252 static const Type kPosMax; \