Home
last modified time | relevance | path

Searched refs:IEEE754_FLOAT_BIAS (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpn2flt.c34 u.ieee.exponent = expt + IEEE754_FLOAT_BIAS; in __mpn_construct_float()
/haiku/src/system/libroot/posix/glibc/include/
H A Dieee754.h65 #define IEEE754_FLOAT_BIAS 0x7f /* Added to exponent. */ macro