Home
last modified time | relevance | path

Searched refs:IEEE854_LONG_DOUBLE_BIAS (Results 1 – 22 of 22) sorted by relevance

/glibc-2.36/sysdeps/ia64/fpu/
Dprintf_fphex.c20 # 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)); \
/glibc-2.36/sysdeps/x86_64/fpu/
Dprintf_fphex.c20 # 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)); \
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Dprintf_fphex.c20 # 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)); \
Ds_fmal.c41 >= 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()
Dmpn2ldbl.c34 u.ieee.exponent = expt + IEEE854_LONG_DOUBLE_BIAS; in __mpn_construct_long_double()
Dldbl2mpn.c40 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS; in __mpn_extract_long_double()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Ds_fmal.c49 >= 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()
Dprintf_fphex.c23 IEEE854_LONG_DOUBLE_BIAS)
Dmpn2ldbl.c34 u.ieee.exponent = expt + IEEE854_LONG_DOUBLE_BIAS; in __mpn_construct_long_double()
Dieee754.h166 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff /* Added to exponent. */ macro
Dldbl2mpn.c41 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS; in __mpn_extract_long_double()
/glibc-2.36/sysdeps/mips/ieee754/
Dieee754.h188 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff /* Added to exponent. */ macro
257 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff macro
320 #define IEEE854_LONG_DOUBLE_BIAS 0x3ff /* Added to exponent. */ macro
/glibc-2.36/sysdeps/m68k/m680x0/
Dprintf_fphex.c1 #define LONG_DOUBLE_DENORM_BIAS IEEE854_LONG_DOUBLE_BIAS
/glibc-2.36/sysdeps/sparc/sparc32/
Dieee754.h166 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff /* Added to exponent. */ macro
/glibc-2.36/sysdeps/x86/
Dldbl2mpn.c39 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS; in __mpn_extract_long_double()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Dieee754.h169 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff /* Added to exponent. */ macro
/glibc-2.36/sysdeps/ieee754/
Dieee754.h194 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff macro
/glibc-2.36/sysdeps/ia64/
Dieee754.h200 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff macro
/glibc-2.36/sysdeps/ieee754/float128/
Dfloat128_private.h50 #undef IEEE854_LONG_DOUBLE_BIAS
51 #define IEEE854_LONG_DOUBLE_BIAS IEEE854_FLOAT128_BIAS macro
/glibc-2.36/ChangeLog.old/
DChangeLog.217781 [__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.
DChangeLog.59645 (IEEE754_DOUBLE_BIAS, IEEE854_LONG_DOUBLE_BIAS): New macros.
DChangeLog.1863193 (IEEE854_LONG_DOUBLE_BIAS): Delete.