Searched refs:MANTSIZE (Results 1 – 1 of 1) sorted by relevance
330 #define MANTSIZE 13 /* 13 bit mantissa. */ macro332 #define MAXFRACT ((1 << MANTSIZE) - 1) /* Maximum fractional value. */353 if (exp > (((comp_t) ~0U) >> MANTSIZE)) in encode_comp_t()358 exp <<= MANTSIZE; /* Shift the exponent into place */ in encode_comp_t()