Searched refs:IEEE854_LONG_DOUBLE_BIAS (Results 1 – 22 of 22) sorted by relevance
20 # define LONG_DOUBLE_DENORM_BIAS (IEEE854_LONG_DOUBLE_BIAS - 1)70 else if (exponent >= IEEE854_LONG_DOUBLE_BIAS + 3) \73 exponent -= IEEE854_LONG_DOUBLE_BIAS + 3; \78 exponent = -(exponent - (IEEE854_LONG_DOUBLE_BIAS + 3)); \
20 # define LONG_DOUBLE_DENORM_BIAS (IEEE854_LONG_DOUBLE_BIAS - 1)81 else if (exponent >= IEEE854_LONG_DOUBLE_BIAS + 3) \84 exponent -= IEEE854_LONG_DOUBLE_BIAS + 3; \89 exponent = -(exponent - (IEEE854_LONG_DOUBLE_BIAS + 3)); \
20 # define LONG_DOUBLE_DENORM_BIAS (IEEE854_LONG_DOUBLE_BIAS - 1)83 else if (exponent >= IEEE854_LONG_DOUBLE_BIAS + 3) \86 exponent -= IEEE854_LONG_DOUBLE_BIAS + 3; \91 exponent = -(exponent - (IEEE854_LONG_DOUBLE_BIAS + 3)); \
41 >= 0x7fff + IEEE854_LONG_DOUBLE_BIAS in __fmal()47 <= IEEE854_LONG_DOUBLE_BIAS + LDBL_MANT_DIG, 0)) in __fmal()70 > 0x7fff + IEEE854_LONG_DOUBLE_BIAS) in __fmal()76 < IEEE854_LONG_DOUBLE_BIAS - LDBL_MANT_DIG - 2) in __fmal()102 >= 0x7fff + IEEE854_LONG_DOUBLE_BIAS - LDBL_MANT_DIG) in __fmal()123 <= IEEE854_LONG_DOUBLE_BIAS + 2 * LDBL_MANT_DIG) in __fmal()
34 u.ieee.exponent = expt + IEEE854_LONG_DOUBLE_BIAS; in __mpn_construct_long_double()
40 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS; in __mpn_extract_long_double()
49 >= 0x7fff + IEEE854_LONG_DOUBLE_BIAS in __fmal()55 <= IEEE854_LONG_DOUBLE_BIAS + LDBL_MANT_DIG, 0)) in __fmal()78 > 0x7fff + IEEE854_LONG_DOUBLE_BIAS) in __fmal()84 < IEEE854_LONG_DOUBLE_BIAS - LDBL_MANT_DIG - 2) in __fmal()112 >= 0x7fff + IEEE854_LONG_DOUBLE_BIAS - LDBL_MANT_DIG) in __fmal()133 <= IEEE854_LONG_DOUBLE_BIAS + 2 * LDBL_MANT_DIG) in __fmal()
23 IEEE854_LONG_DOUBLE_BIAS)
166 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff /* Added to exponent. */ macro
41 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS; in __mpn_extract_long_double()
188 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff /* Added to exponent. */ macro257 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff macro320 #define IEEE854_LONG_DOUBLE_BIAS 0x3ff /* Added to exponent. */ macro
1 #define LONG_DOUBLE_DENORM_BIAS IEEE854_LONG_DOUBLE_BIAS
39 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS; in __mpn_extract_long_double()
169 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff /* Added to exponent. */ macro
194 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff macro
200 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff macro
50 #undef IEEE854_LONG_DOUBLE_BIAS51 #define IEEE854_LONG_DOUBLE_BIAS IEEE854_FLOAT128_BIAS macro
7781 [__LONG_DOUBLE_USES_FLOAT128 == 1](IEEE854_LONG_DOUBLE_BIAS): Remove.7784 [__LDOUBLE_REDIRECTS_TO_FLOAT128_ABI == 1](IEEE854_LONG_DOUBLE_BIAS): New.11318 [__LONG_DOUBLE_USES_FLOAT128 == 1](IEEE854_LONG_DOUBLE_BIAS): New.
9645 (IEEE754_DOUBLE_BIAS, IEEE854_LONG_DOUBLE_BIAS): New macros.
63193 (IEEE854_LONG_DOUBLE_BIAS): Delete.