Searched refs:IEEE754_DOUBLE_BIAS (Results 1 – 17 of 17) sorted by relevance
123 exponent = IEEE754_DOUBLE_BIAS - 1; \126 else if (exponent >= IEEE754_DOUBLE_BIAS) \129 exponent -= IEEE754_DOUBLE_BIAS; \134 exponent = -(exponent - IEEE754_DOUBLE_BIAS); \
40 u.d[0].ieee.exponent = expt + IEEE754_DOUBLE_BIAS; in __mpn_construct_long_double()42 exponent2 = expt - 53 + IEEE754_DOUBLE_BIAS; in __mpn_construct_long_double()116 if (u.d[0].ieee.exponent == IEEE754_DOUBLE_BIAS + DBL_MAX_EXP) in __mpn_construct_long_double()
40 *exp = u.d[0].ieee.exponent - IEEE754_DOUBLE_BIAS; in ldbl_extract_mantissa()116 u.d[0].ieee.exponent = exp + IEEE754_DOUBLE_BIAS; in ldbl_insert_mantissa()118 expnt2 = exp - 53 + IEEE754_DOUBLE_BIAS; in ldbl_insert_mantissa()
93 if (__glibc_unlikely (ix == -IEEE754_DOUBLE_BIAS)) in __ieee754_fmodl()104 if (__glibc_unlikely (iy == -IEEE754_DOUBLE_BIAS)) in __ieee754_fmodl()
112 #define IEEE754_DOUBLE_BIAS 0x3ff /* Added to exponent. */ macro
49 *expt = (int) u.d[0].ieee.exponent - IEEE754_DOUBLE_BIAS; in __mpn_extract_long_double()
52 >= 0x7ff + IEEE754_DOUBLE_BIAS - DBL_MANT_DIG, 0) in __fma()57 <= IEEE754_DOUBLE_BIAS + DBL_MANT_DIG, 0)) in __fma()79 if (u.ieee.exponent + v.ieee.exponent > 0x7ff + IEEE754_DOUBLE_BIAS) in __fma()85 < IEEE754_DOUBLE_BIAS - DBL_MANT_DIG - 2) in __fma()111 >= 0x7ff + IEEE754_DOUBLE_BIAS - DBL_MANT_DIG) in __fma()132 <= IEEE754_DOUBLE_BIAS + 2 * DBL_MANT_DIG) in __fma()
33 u.ieee.exponent = expt + IEEE754_DOUBLE_BIAS; in __mpn_construct_double()
38 *expt = (int) u.ieee.exponent - IEEE754_DOUBLE_BIAS; in __mpn_extract_double()
288 exponent = IEEE754_DOUBLE_BIAS - 1; in __printf_fphex()291 else if (exponent >= IEEE754_DOUBLE_BIAS) in __printf_fphex()294 exponent -= IEEE754_DOUBLE_BIAS; in __printf_fphex()299 exponent = -(exponent - IEEE754_DOUBLE_BIAS); in __printf_fphex()
37 temp.ieee.exponent = IEEE754_DOUBLE_BIAS; in __erand48_r()
111 #define IEEE754_DOUBLE_BIAS 0x3ff /* Added to exponent. */ macro
126 #define IEEE754_DOUBLE_BIAS 0x3ff /* Added to exponent. */ macro
131 #define IEEE754_DOUBLE_BIAS 0x3ff /* Added to exponent. */ macro
9645 (IEEE754_DOUBLE_BIAS, IEEE854_LONG_DOUBLE_BIAS): New macros.