Searched refs:IEEE854_LONG_DOUBLE_BIAS (Results 1 – 6 of 6) sorted by relevance
35 u.ieee.exponent = expt + IEEE854_LONG_DOUBLE_BIAS; in __mpn_construct_long_double()
41 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS; in __mpn_extract_long_double()
101 # define LONG_DOUBLE_DENORM_BIAS (IEEE854_LONG_DOUBLE_BIAS - 1)161 else if (exponent >= IEEE854_LONG_DOUBLE_BIAS + 3) \164 exponent -= IEEE854_LONG_DOUBLE_BIAS + 3; \169 exponent = -(exponent - (IEEE854_LONG_DOUBLE_BIAS + 3)); \
40 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS; in __mpn_extract_long_double()
195 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff macro