summaryrefslogtreecommitdiff
path: root/gcc/real.c
Commit message (Expand)AuthorAgeFilesLines
* real.h (ieee_extended_intel_96_round_53_format): New.Richard Henderson2003-07-021-0/+17
* real.c (real_to_integer2): Force overflow result only for unsigned overflow.Richard Henderson2003-02-251-1/+1
* real.c (ibm_extended_format): Add 53 to minimum exponent.Alexandre Oliva2003-01-271-4/+19
* real.c (real_to_decimal): Fix buffer overrun when buffer size is smaller than...Graham Stott2002-11-171-5/+5
* hard-reg-set.h: Follow spelling conventions.Kazu Hirata2002-11-161-3/+3
* combine.c: Fix comment formatting.Kazu Hirata2002-10-271-1/+1
* real.c (real_to_decimal): If the >1 tens reduction loop results in a negative...Richard Henderson2002-10-251-9/+17
* real.c (sticky_rshift_significand): Return inexact, don't or it in immediately.Richard Henderson2002-10-211-18/+66
* real.c (do_add): Fix 0+0 sign corner case.Brad Lucier2002-10-191-4/+4
* real.c (cmp_significand_0, [...]): New.Richard Henderson2002-10-181-75/+270
* real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2002-10-151-20/+44
* real.h (SIGNIFICAND_BITS): Add one more word.Richard Henderson2002-10-041-38/+49
* real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.Richard Henderson2002-10-011-5/+19
* * real.c (real_from_string): Apply sign last. Tidy exponent handling.Richard Henderson2002-09-291-18/+21
* real.h (ibm_extended_format): Declare.David Edelsohn2002-09-291-0/+93
* ChangeLog.4: Fix typos.Kazu Hirata2002-09-281-1/+1
* c-common.h: Follow spelling conventions.Kazu Hirata2002-09-261-3/+3
* * real.c (do_multiply): Normalize U before addition.Richard Henderson2002-09-231-3/+3
* real.c (struct real_format): Move to real.h.Richard Henderson2002-09-211-170/+94
* real.c (real_hash): New.Richard Henderson2002-09-201-0/+41
* real.c (do_fix_trunc): Static.Richard Henderson2002-09-201-1/+34
* real.h (enum real_value_class, [...]): Move from real.c.Richard Henderson2002-09-201-287/+231
* * real.c (round_for_format): Collect sticky as unsigned long, not bool.Richard Henderson2002-09-181-3/+3
* real.c (sticky_rshift_significand): Collect sticky as unsigned long, not bool.Richard Henderson2002-09-181-2/+2
* real.c (do_fix_trunc): New.Richard Henderson2002-09-161-0/+34
* builtin-types.def (BT_FN_FLOAT_CONST_STRING): New.Richard Henderson2002-09-161-7/+94
* real.c, real.h: Rewrite from scratch.Richard Henderson2002-09-161-5884/+3032
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-151-1/+1
* basic-block.h: Fix comment formatting.Kazu Hirata2002-09-081-3/+3
* * real.c (ereal_inf): Clear E before use.Richard Henderson2002-09-071-0/+1
* real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is not a compile-time con...Jason Thorpe2002-09-051-1/+3
* builtin-types.def (BT_FN_FLOAT): New.Richard Henderson2002-09-041-2/+45
* real.c (ereal_to_decimal): Add digits parameter.Richard Henderson2002-09-041-5/+58
* real.c (ieee_64): Always define.Kaveh R. Ghazi2002-08-121-3/+10
* real.c (ieee_24, [...]): Define only if the floating point format of the targ...John David Anglin2002-07-301-0/+4
* real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC.John David Anglin2002-07-231-742/+456
* tree.h: Forward-declare struct realvaluetype.Zack Weinberg2002-05-281-0/+1
* expr.c (compress_float_constant): New.Richard Henderson2002-05-121-0/+16
* read-rtl.c: Fix formatting.Kazu Hirata2002-05-091-21/+21
* real.c (etoasc): Strip most trailing zeros for clarity.Richard Henderson2002-05-031-6/+3
* Add some explanation for last change.Andreas Schwab2002-04-191-1/+4
* real.c: Allow sizeof (REAL_VALUE_TYPE) > 2*NE.Andreas Schwab2002-04-191-5/+12
* real.h: Define REAL_VALUE_TYPE_SIZE as 96 or 160, as appropriate.Zack Weinberg2002-04-191-76/+27
* real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE.Zack Weinberg2002-03-231-8/+1
* * real.c (eiisneg): Move outside #ifdef NANS.Richard Sandiford2002-03-221-3/+1
* defaults.h (LARGEST_EXPONENT_IS_NORMAL, [...]): New.Richard Sandiford2002-03-111-14/+61
* emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg2002-03-031-58/+2
* read-rtl.c: Fix formatting.Kazu Hirata2002-01-151-25/+25
* read-rtl.c: Fix formatting.Kazu Hirata2002-01-101-4/+4
* real.c (c4xtoe, toc4x): Do some special conversion on long doubles for the c4...Herman A.J. ten Brugge2002-01-091-72/+73