Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/xdr/
Dxdr_float_vax.c62 # define IEEE_SNG_BIAS 0x7f macro
107 is.exp = vs.exp - VAX_SNG_BIAS + IEEE_SNG_BIAS; in xdr_float()
127 vsp->exp = is.exp - IEEE_SNG_BIAS + VAX_SNG_BIAS; in xdr_float()