Lines Matching refs:max
57 #ifdef max
58 #undef max
120 static T max();
136 static char max() {return CHAR_MAX;}
147 static signed char max() {return SCHAR_MAX;}
158 static unsigned char max() {return UCHAR_MAX;}
169 static short max() {return SHRT_MAX;}
180 static unsigned short max() {return USHRT_MAX;}
191 static int max() {return INT_MAX;}
202 static unsigned int max() {return UINT_MAX;}
213 static long max() {return LONG_MAX;}
224 static unsigned long max() {return ULONG_MAX;}
235 static float max() {return FLT_MAX;}
246 static double max() {return DBL_MAX;}
257 static long double max() {return LDBL_MAX;}