Lines Matching refs:exp
57 unsigned int exp : 8; member
64 unsigned int exp : 8; member
101 (vs.exp == lim->s.exp) && in xdr_float()
107 is.exp = vs.exp - VAX_SNG_BIAS + IEEE_SNG_BIAS; in xdr_float()
130 if ((is.exp == lim->ieee.exp) && in xdr_float()
136 vsp->exp = is.exp - IEEE_SNG_BIAS + VAX_SNG_BIAS; in xdr_float()
170 unsigned int exp : 11; member
178 unsigned int exp : 8; member
224 (vd.exp == lim->d.exp)) { in xdr_double()
229 id.exp = vd.exp - VAX_DBL_BIAS + IEEE_DBL_BIAS; in xdr_double()
262 (id.exp == lim->ieee.exp)) { in xdr_double()
267 vd.exp = id.exp - IEEE_DBL_BIAS + VAX_DBL_BIAS; in xdr_double()