Searched refs:IEEE854_LONG_DOUBLE_BIAS (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpn2ldbl.c35 u.ieee.exponent = expt + IEEE854_LONG_DOUBLE_BIAS;
H A Dldbl2mpn.c41 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS;
/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Dldbl2mpn.c41 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS;
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Dldbl2mpn.c40 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS;
/haiku/src/system/libroot/posix/glibc/include/
H A Dieee754.h195 #define IEEE854_LONG_DOUBLE_BIAS 0x3fff macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c101 # define LONG_DOUBLE_DENORM_BIAS (IEEE854_LONG_DOUBLE_BIAS - 1)
144 Therefore we are here using `IEEE854_LONG_DOUBLE_BIAS + 3'. */ \
161 else if (exponent >= IEEE854_LONG_DOUBLE_BIAS + 3) \
164 exponent -= IEEE854_LONG_DOUBLE_BIAS + 3; \
169 exponent = -(exponent - (IEEE854_LONG_DOUBLE_BIAS + 3)); \

Completed in 69 milliseconds