Searched refs:MAXEXP2 (Results 1 – 1 of 1) sorted by relevance
352 #define MAXEXP2 ((1 << EXPSIZE2) - 1) /* Maximum exponent. */ macro374 if (exp > MAXEXP2) { in encode_comp2_t()