Home
last modified time | relevance | path

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

/glibc-2.36/sunrpc/
Dxdr_float.c70 #define IEEE_SNG_BIAS 0x7f macro
107 is.exp = vs.exp - VAX_SNG_BIAS + IEEE_SNG_BIAS; in xdr_float()
136 vsp->exp = is.exp - IEEE_SNG_BIAS + VAX_SNG_BIAS; in xdr_float()