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