Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/xdr/
Dxdr_float_vax.c163 # define IEEE_DBL_BIAS 0x3ff macro
213 id.exp = vd.exp - VAX_DBL_BIAS + IEEE_DBL_BIAS; in xdr_double()
237 vd.exp = id.exp - IEEE_DBL_BIAS + VAX_DBL_BIAS; in xdr_double()