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

/freebsd-11-stable/lib/libc/xdr/
H A Dxdr_float.c179 #define IEEE_DBL_BIAS 0x3ff macro
239 id.exp = vd.exp - VAX_DBL_BIAS + IEEE_DBL_BIAS;
278 vd.exp = id.exp - IEEE_DBL_BIAS + VAX_DBL_BIAS;

Completed in 153 milliseconds