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

/freebsd-13-stable/lib/libc/xdr/
H A Dxdr_float.c181 #define IEEE_DBL_BIAS 0x3ff macro
241 id.exp = vd.exp - VAX_DBL_BIAS + IEEE_DBL_BIAS;
280 vd.exp = id.exp - IEEE_DBL_BIAS + VAX_DBL_BIAS;

Completed in 25 milliseconds