summaryrefslogtreecommitdiff
path: root/gcc/config/dfp-bit.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c/41049 (conversion from integer to decimal float loses trailing zeros)Janis Johnson2009-09-171-2/+1
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* * config/dfp-bit.c (DFP_TO_INT): Remove unnecessary cast.Ben Elliston2008-12-091-1/+1
* dfp.h, [...]: Remove references to IEEE 754R.Ben Elliston2008-06-191-1/+1
* dfp-bit.c (dfp_conversion_exception): New function.Janis Johnson2007-09-131-40/+187
* re PR c/30013 (Multiple flaws in decimal floating-point arithmetic conversion...Janis Johnson2007-09-111-19/+9
* dfp-bit.c (dfp_unary_func): Delete.Janis Johnson2007-09-111-67/+90
* Makefile.in (libdecnumber_a_OBJS): Remove decUtility.oJanis Johnson2007-09-101-68/+6
* * config/dfp-bit.c (DFP_TO_DFP): Check for overflow.Janis Johnson2007-08-221-1/+2
* Makefile.in (D32PBIT_FUNCS): Add _sd_to_tf and _tf_to_sd.H.J. Lu2007-07-181-0/+9
* Add BID decimal supportMichael Meissner2007-03-241-2/+2
* re PR middle-end/30992 (Scaling error in decimal floating-point arithmetic bl...Ben Elliston2007-03-021-1/+1
* decExcept.c: New.Janis Johnson2007-01-291-0/+66
* dfp-bit.c (dfp_compare_op): Return separate value for NaN.Janis Johnson2007-01-161-1/+9
* dfp-bit.c (DFP_TO_INT): Use wider precision.Janis Johnson2006-11-301-1/+2
* * dfp-bit.c (DFP_TO_INT): Fix rounding mode.Janis Johnson2006-11-291-1/+1
* decRound.c: Move declarations to new file, update comments.Janis Johnson2006-11-291-7/+7
* dfp-bits.c (DFP_TO_INT): Remove code to saturate result of conversion that do...Janis Johnson2006-11-211-23/+0
* decLibrary.c (__dec_type_swap): Add prototype.Janis Johnson2006-11-211-15/+0
* * config/dfp-bit.c (dfp_binary_func): Fix typedef.Janis Johnson2006-11-211-1/+1
* cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata2006-04-151-1/+1
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-2/+2
* Makefile.in (D32PBIT_FUNCS): New.Ben Elliston2006-01-181-0/+541