summaryrefslogtreecommitdiff
path: root/gcc/real.c
Commit message (Expand)AuthorAgeFilesLines
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-2/+2
* * real.c (real_maxval): New function to return the largest finitesayle2003-05-231-0/+27
* * real.c (real_powi): New function to calculate the value ofsayle2003-05-061-12/+68
* * real.c (do_add): Change to return a bool indicating that thesayle2003-04-231-35/+52
* * real.c (decode_ieee_single): Fix decoding of SNaN bit.schwab2003-04-021-1/+2
* * real.h (EXP_BITS): Make room for...aoliva2003-04-011-25/+160
* * real.c (real_identical): Reorg so as to not comparerth2003-03-311-5/+7
* * emit-rtl.c (dconstm2, dconsthalf): New real constants.sayle2003-03-311-5/+3
* * real.h (struct real_value): Add signalling.rth2003-03-271-47/+34
* Update commentary.rth2003-02-261-0/+8
* * real.c (real_to_integer2): Force overflow result only forrth2003-02-251-1/+1
* * real.c (ibm_extended_format): Add 53 to minimum exponent.aoliva2003-01-271-3/+18
* * real.c (real_sqrt): Return a bool result indicating whethersayle2003-01-151-7/+9
* * output.h: Fix comment typos.kazu2002-12-251-1/+1
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+100
* * real.c (real_to_decimal): Fix buffer overrun when buffer sizegrahams2002-11-171-5/+5
* * hard-reg-set.h: Follow spelling conventions.kazu2002-11-161-3/+3
* * combine.c: Fix comment formatting.kazu2002-10-271-1/+1
* * real.c (real_to_decimal): If the >1 tens reduction loop resultsrth2002-10-251-9/+17
* * real.c (sticky_rshift_significand): Return inexact, don'trth2002-10-221-18/+66
* * real.c (do_add): Fix 0+0 sign corner case.rth2002-10-191-4/+4
* * real.c (cmp_significand_0, rtd_divmod, ten_to_mptwo): New.rth2002-10-181-75/+270
* gcc/rth2002-10-161-20/+44
* * real.h (SIGNIFICAND_BITS): Add one more word.rth2002-10-041-38/+49
* * real.c (real_to_decimal): Crop trailing zeros for DIGITS < 0.rth2002-10-021-5/+19
* * real.c (real_from_string): Apply sign last. Tidy exponent handling.rth2002-09-301-18/+21
* * real.h (ibm_extended_format): Declare.dje2002-09-291-0/+93
* * ChangeLog.4: Fix typos.kazu2002-09-281-1/+1
* * c-common.h: Follow spelling conventions.kazu2002-09-261-3/+3
* * real.c (do_multiply): Normalize U before addition.rth2002-09-231-3/+3
* * real.c (struct real_format): Move to real.h.rth2002-09-211-170/+94
* * real.c (real_hash): New.rth2002-09-201-0/+41
* * real.c (do_fix_trunc): Static.rth2002-09-201-1/+34
* * real.h (enum real_value_class, SIGNIFICAND_BITS, EXP_BITS,rth2002-09-201-287/+231
* * real.c (round_for_format): Collect sticky as unsigned long, not bool.rth2002-09-191-3/+3
* * real.c (sticky_rshift_significand): Collect sticky asrth2002-09-181-2/+2
* * real.c (do_fix_trunc): New.rth2002-09-171-0/+34
* gcc/rth2002-09-171-7/+94
* gcc/rth2002-09-161-5884/+3032
* * ChangeLog: Follow spelling conventions.kazu2002-09-151-1/+1
* * basic-block.h: Fix comment formatting.kazu2002-09-081-3/+3
* * real.c (ereal_inf): Clear E before use.rth2002-09-081-0/+1
* * real.c: Avoid parse error if FLOAT_WORDS_BIG_ENDIAN isthorpej2002-09-051-1/+3
* * builtin-types.def (BT_FN_FLOAT): New.rth2002-09-041-2/+45
* * real.c (ereal_to_decimal): Add digits parameter.rth2002-09-041-5/+58
* * real.c (ieee_64): Always define.ghazi2002-08-121-3/+10
* * real.c (ieee_24, ieee_53, ieee_64, ieee_113): Define only if thedanglin2002-07-301-0/+4
* * real.c (REAL_WORDS_BIG_ENDIAN): Make 1 for DEC.danglin2002-07-231-742/+456
* * tree.h: Forward-declare struct realvaluetype.zack2002-05-281-0/+1
* * expr.c (compress_float_constant): New.rth2002-05-121-0/+16