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

/freebsd-10.2-release/lib/libc/xdr/
H A Dxdr_float.c90 #define IEEE_SNG_BIAS 0x7f macro
131 is.exp = vs.exp - VAX_SNG_BIAS + IEEE_SNG_BIAS;
154 vsp->exp = is.exp - IEEE_SNG_BIAS + VAX_SNG_BIAS;

Completed in 95 milliseconds