Searched defs:MathLimits (Results 1 – 1 of 1) sorted by relevance
65 template<typename T> struct MathLimits { struct67 typedef T Type;70 typedef T UnsignedType;72 static const bool kIsSigned;74 static const bool kIsInteger;76 static const Type kPosMin;78 static const Type kPosMax;80 static const Type kMin;82 static const Type kMax;85 static const Type kNegMin;[all …]