aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-10real.c: Update URL to VAX floating point docs.Jerry Quinn1-2/+2
2003-08-27* real.c (do_multiply): Initialize with memset.Jason Merrill1-1/+1
2003-07-06jump.c: Convert prototypes to ISO C90.Andreas Jaeger1-477/+288
2003-07-03real.c (real_trunc, [...]): New functions to implement trunc, floor and ceil ...Roger Sayle1-0/+46
2003-06-25real.h (ieee_extended_intel_96_round_53_format): New.Richard Henderson1-0/+19
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2003-05-23real.c (real_maxval): New function to return the largest finite value represe...Roger Sayle1-0/+27
2003-05-06real.c (real_powi): New function to calculate the value of a real raised to a...Roger Sayle1-12/+68
2003-04-23real.c (do_add): Change to return a bool indicating that the result of the op...Roger Sayle1-35/+52
2003-04-02* real.c (decode_ieee_single): Fix decoding of SNaN bit.Andreas Schwab1-1/+2
2003-04-01real.h (EXP_BITS): Make room for...Alexandre Oliva1-25/+160
2003-03-31real.c (real_identical): Reorg so as to not compare signalling for normals.Richard Henderson1-5/+7
2003-03-31emit-rtl.c (dconstm2, dconsthalf): New real constants.Roger Sayle1-5/+3
2003-03-27real.h (struct real_value): Add signalling.Richard Henderson1-47/+34
2003-02-26Update commentary.Richard Henderson1-0/+8
2003-02-25real.c (real_to_integer2): Force overflow result only for unsigned overflow.Richard Henderson1-1/+1
2003-01-27real.c (ibm_extended_format): Add 53 to minimum exponent.Alexandre Oliva1-3/+18
2003-01-15real.c (real_sqrt): Return a bool result indicating whether a floating point ...Roger Sayle1-7/+9
2002-12-25output.h: Fix comment typos.Kazu Hirata1-1/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+100
2002-11-17real.c (real_to_decimal): Fix buffer overrun when buffer size is smaller than...Graham Stott1-5/+5
2002-11-16hard-reg-set.h: Follow spelling conventions.Kazu Hirata1-3/+3
2002-10-27combine.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-10-25real.c (real_to_decimal): If the >1 tens reduction loop results in a negative...Richard Henderson1-9/+17
2002-10-21real.c (sticky_rshift_significand): Return inexact, don't or it in immediately.Richard Henderson1-18/+66
2002-10-19real.c (do_add): Fix 0+0 sign corner case.Brad Lucier1-4/+4
2002-10-18real.c (cmp_significand_0, [...]): New.Richard Henderson1-75/+270
2002-10-15real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson1-20/+44
2002-10-04real.h (SIGNIFICAND_BITS): Add one more word.Richard Henderson1-38/+49
2002-10-01real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.Richard Henderson1-5/+19
2002-09-29* real.c (real_from_string): Apply sign last. Tidy exponent handling.Richard Henderson1-18/+21
2002-09-29real.h (ibm_extended_format): Declare.David Edelsohn1-0/+93
2002-09-28ChangeLog.4: Fix typos.Kazu Hirata1-1/+1
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-3/+3
2002-09-23* real.c (do_multiply): Normalize U before addition.Richard Henderson1-3/+3
2002-09-21real.c (struct real_format): Move to real.h.Richard Henderson1-170/+94
2002-09-20real.c (real_hash): New.Richard Henderson1-0/+41
2002-09-20real.c (do_fix_trunc): Static.Richard Henderson1-1/+34
2002-09-20real.h (enum real_value_class, [...]): Move from real.c.Richard Henderson1-287/+231
2002-09-18* real.c (round_for_format): Collect sticky as unsigned long, not bool.Richard Henderson1-3/+3
2002-09-18real.c (sticky_rshift_significand): Collect sticky as unsigned long, not bool.Richard Henderson1-2/+2
2002-09-16real.c (do_fix_trunc): New.Richard Henderson1-0/+34
2002-09-16builtin-types.def (BT_FN_FLOAT_CONST_STRING): New.Richard Henderson1-7/+94
2002-09-16real.c, real.h: Rewrite from scratch.Richard Henderson1-5884/+3032
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-3/+3
2002-09-07* real.c (ereal_inf): Clear E before use.Richard Henderson1-0/+1
2002-09-05real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN is not a compile-time con...Jason Thorpe1-1/+3
2002-09-04builtin-types.def (BT_FN_FLOAT): New.Richard Henderson1-2/+45
2002-09-04real.c (ereal_to_decimal): Add digits parameter.Richard Henderson1-5/+58