Searched refs:kPosMax (Results 1 – 4 of 4) sorted by relevance
69 const Type MathLimits<Type>::kPosMax = PREFIX##_MAX; \70 const Type MathLimits<Type>::kMin = -MathLimits<Type>::kPosMax; \71 const Type MathLimits<Type>::kMax = MathLimits<Type>::kPosMax; \73 const Type MathLimits<Type>::kNegMax = -MathLimits<Type>::kPosMax; \
91 static const Type kPosMax; member186 static const Type kPosMax = SIGNED_INT_MAX(Type); \188 static const Type kMax = kPosMax; \206 static const Type kPosMax = UNSIGNED_INT_MAX(Type); \208 static const Type kMax = kPosMax; \276 static const Type kPosMax; \
123 static const Type kPosMax = SIGNED_INT_MAX(Type); \\
131 static const Type kPosMax = SIGNED_INT_MAX(Type); \\