summaryrefslogtreecommitdiff
path: root/gcc/real.c
Commit message (Expand)AuthorAgeFilesLines
* * real.h (struct real_value): Use the same type for allaoliva2004-03-221-77/+79
* * real.c (encode_ibm_extended): Do round low word.amodra2004-03-111-3/+2
* * real.c (encode_ibm_extended): Don't bother rounding low double.amodra2004-03-041-1/+3
* PR c/14088dannysmith2004-02-101-1/+1
* * real.c (encode_ibm_extended): Normalize the input value beforersandifo2004-02-081-4/+9
* * real.c (real_floor, real_ceil): Tweak to allow input and outputsayle2004-01-231-7/+25
* * real.c: Update copyright date.geoffk2004-01-121-1/+1
* * config/rs6000/darwin-ldouble.c: Add big comment explaininggeoffk2004-01-101-45/+15
* * real.c (encode_ieee_single): Ensure proper promotion.ljrittle2003-11-031-1/+2
* * real.c (encode_ieee_extended): Back out previous patch.hubicka2003-10-301-5/+0
* * real.c (encode_ieee_extended): Initialize whole array.hubicka2003-10-301-0/+5
* * real.c (do_divide): Initialize result with a 0.hp2003-10-291-0/+2
* * Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX)insn-modes.ozack2003-10-131-18/+0
* * real.h (REAL_MODE_FORMAT): New macro.zack2003-10-061-6/+6
* * real.c (real_sqrt): Use get_canonical_qnan directly.zack2003-09-291-2/+1
* * real.c: Fix several nits in the head comment.ebotcazou2003-09-221-9/+9
* * real.c: Update URL to VAX floating point docs.wilson2003-09-111-2/+2
* * real.c (do_multiply): Initialize with memset.jason2003-08-271-1/+1
* * jump.c: Convert prototypes to ISO C90.aj2003-07-061-477/+288
* * real.c (real_trunc, real_floor, real_ceil): New functionssayle2003-07-031-0/+46
* * real.h (ieee_extended_intel_96_round_53_format): New.ljrittle2003-06-251-0/+19
* * 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