Searched refs:IEEE754_DOUBLE_BIAS (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpn2dbl.c34 u.ieee.exponent = expt + IEEE754_DOUBLE_BIAS;
H A Ddbl2mpn.c39 *expt = (int) u.ieee.exponent - IEEE754_DOUBLE_BIAS;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Derand48_r.c41 temp.ieee.exponent = IEEE754_DOUBLE_BIAS;
/haiku/src/system/libroot/posix/glibc/include/
H A Dieee754.h127 #define IEEE754_DOUBLE_BIAS 0x3ff /* Added to exponent. */ macro
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c403 exponent = IEEE754_DOUBLE_BIAS - 1;
406 else if (exponent >= IEEE754_DOUBLE_BIAS)
409 exponent -= IEEE754_DOUBLE_BIAS;
414 exponent = -(exponent - IEEE754_DOUBLE_BIAS);

Completed in 76 milliseconds