aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.c
AgeCommit message (Expand)AuthorFilesLines
1994-06-28Treat HFmode like SFmode, for now.Richard Kenner1-0/+5
1994-05-30(significand_size): New function.Richard Kenner1-1/+39
1994-05-16(ereal_from_int, ereal_to_int, etarsingle): Correct signed/unsigned discrepan...Richard Kenner1-27/+21
1994-05-16(ereal_from_float, .._double): Change arg from long to HOST_WIDE_INTRichard Kenner1-10/+28
1994-05-12(m16m): Change first arg to int; all callers changed.Richard Kenner1-4/+4
1994-04-24(etoe53, etoe24): Make all occurrences static.Richard Kenner1-6/+6
1994-04-21Upate comments and copyright notice.Richard Kenner1-593/+347
1994-04-21Make most functions static and add prototypes for all static functions.Richard Kenner1-125/+225
1994-03-09(target_negative): -0 counts as negative.Richard Kenner1-7/+2
1994-02-15(real_value_truncate): If requested mode is not supported, return theRichard Kenner1-1/+4
1994-02-14(eifrac): If FIXUNS_TRUNC_LIKE_FIX_TRUNC, convert on positive overflowRichard Kenner1-12/+18
1994-02-08(earith, ereal_negate, eneg, eisneg, enan, emovo, esub, eadd, ediv):Richard Kenner1-55/+58
1994-01-31(emovo): Use separate variable for loop index.Richard Kenner1-1/+2
1993-10-13(FLOAT_WORDS_BIG_ENDIAN...Richard Kenner1-57/+72
1993-10-11(debug_real): New function.Richard Stallman1-4/+18
1993-10-11Whitespace changes.Richard Stallman1-125/+127
1993-10-11(asctoeg): Fix backward condition in last change.Richard Stallman1-2/+2
1993-10-09(asctoeg): Allocate local buffer dynamically.Richard Stallman1-9/+9
1993-10-06(real_value_truncate): Correct etrunci argument in case SImode.Richard Stallman1-1/+1
1993-08-13(GET_REAL, PUT_REAL): Add TFmode versions.Jim Wilson1-231/+1192
1993-06-16(ltoe, ultoe, eifrac, euifrac): Handle 64-bit longs.Richard Stallman1-70/+88
1993-06-13(ereal_from_float, ereal_from_double): New functions.Richard Stallman1-0/+64
1993-05-22(ereal_to_int): Fix potentially wrong-endian argument passed to eisnan.Richard Stallman1-1/+1
1993-05-22(target_isnan): Use GET_REAL macro to get argument.Richard Stallman1-1/+4
1993-05-21(emdnorm): Fix typo affecting roundoff behavior in XFmode.Richard Stallman1-1/+1
1993-05-20(e24toe, e53toe, e64toe): Fix sign in conversions of -infinity.Richard Stallman1-4/+9
1993-05-11(enan): Add forward decl.Richard Stallman1-0/+1
1993-05-09(mtherr): Don't put newlines in error message string.Richard Stallman1-1/+1
1993-05-09(NAN): Define for support of Not-a-Number bit patterns.Richard Stallman1-120/+597
1993-05-02Take out previous change.Richard Stallman1-7/+0
1993-05-02(EDOM, ERANGE): Define only if not defined. (Less risky.)Richard Stallman1-0/+7
1993-05-02Do not define EDOM/ERANGE.Michael Meissner1-3/+0
1993-05-02Deleted casts to void.Richard Stallman1-25/+73
1993-04-01Eliminate extern needed warning messages that the MIPS compiler generates.Michael Meissner1-2/+2
1993-03-31entered into RCSRichard Stallman1-9/+1
1993-03-31Initial revisionRichard Stallman1-0/+4455