Dear all,
The functions encode_ieee_single()/encode_ieee_double() encode the GCC
internal representation (i.e., REAL_VALUE_TYPE) to the corresponding IEEE
single precision/double precision formats. The constant values in a program
(i.e., float a = 3.14;) will be parsed and then transferred to GC
5PM +0800, pengsheng.chen--- via Gcc wrote:
> > The functions encode_ieee_single()/encode_ieee_double() encode the GCC
> > internal representation (i.e., REAL_VALUE_TYPE) to the corresponding IEEE
> > single precision/double precision formats. The constant values in a
> program
&