This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc ChangeLog.dfp dfp.c dfp.h real.c


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	dfp-branch
Changes by:	jgrimm@gcc.gnu.org	2005-05-26 21:54:14

Modified files:
	gcc            : ChangeLog.dfp dfp.c dfp.h real.c 

Log message:
	Add support for real_to_integer when reals are decimal floats.  Basically,
	truncate, rescale, and then convert to a binary float, so can then re-use
	the real_to_integer functions.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.dfp.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.55&r2=1.1.2.56
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dfp.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.9&r2=1.1.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dfp.h.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.1.2.7&r2=1.1.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/real.c.diff?cvsroot=gcc&only_with_tag=dfp-branch&r1=1.151.4.8&r2=1.151.4.9


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]