| Commit message (Expand) | Author | Age | Files | Lines |
* | (exact_real_inverse): New function, if REAL_ARITHMETIC. | Richard Kenner | 1996-10-23 | 1 | -0/+62 |
* | formatting tweaks | Mike Stump | 1996-07-03 | 1 | -82/+84 |
* | (asctoeg): `0.0eX' is zero, regardless of the exponent X. | Richard Kenner | 1996-06-28 | 1 | -0/+8 |
* | (eadd1): Check for overflow on X plus X. | Richard Kenner | 1996-04-15 | 1 | -1/+8 |
* | (ereal_from_{int,uint}): New arg, MODE. | Richard Kenner | 1996-04-14 | 1 | -2/+68 |
* | (e64toe): Properly distinguish between NaN and infinity bit patterns for real... | Richard Kenner | 1996-04-10 | 1 | -4/+34 |
* | (significand_size): Don't test the modes, but their sizes. | Richard Kenner | 1996-03-04 | 1 | -6/+9 |
* | (ediv, emul): Set sign bit of IEEE -0.0 result. | Richard Kenner | 1995-08-15 | 1 | -33/+41 |
* | Update FSF address. | Richard Kenner | 1995-06-15 | 1 | -1/+2 |
* | Fix typos in comments. | Richard Kenner | 1995-05-16 | 1 | -1/+1 |
* | (emdnorm, toe64, etoe64): Significand of Intel long double denormals | Richard Kenner | 1995-05-05 | 1 | -3/+23 |
* | (REAL_WORDS_BIG_ENDIAN): New macro. | Richard Kenner | 1995-02-22 | 1 | -250/+254 |
* | Update comments. | Richard Kenner | 1995-01-25 | 1 | -1/+1 |
* | (toe64): Use Intel bit pattern for little-endian XFmode Inf. | Richard Kenner | 1995-01-12 | 1 | -4/+19 |
* | Check target endianness at run time, not compile time | Ian Lance Taylor | 1994-11-16 | 1 | -425/+530 |
* | (GET_REAL, PUT_REAL): Cast args to bcopy to char *. | Richard Kenner | 1994-11-05 | 1 | -4/+4 |
* | Treat HFmode like SFmode, for now. | Richard Kenner | 1994-06-28 | 1 | -0/+5 |
* | (significand_size): New function. | Richard Kenner | 1994-05-30 | 1 | -1/+39 |
* | (ereal_from_int, ereal_to_int, etarsingle): Correct signed/unsigned discrepan... | Richard Kenner | 1994-05-16 | 1 | -27/+21 |
* | (ereal_from_float, .._double): Change arg from long to HOST_WIDE_INT | Richard Kenner | 1994-05-16 | 1 | -10/+28 |
* | (m16m): Change first arg to int; all callers changed. | Richard Kenner | 1994-05-12 | 1 | -4/+4 |
* | (etoe53, etoe24): Make all occurrences static. | Richard Kenner | 1994-04-24 | 1 | -6/+6 |
* | Upate comments and copyright notice. | Richard Kenner | 1994-04-21 | 1 | -593/+347 |
* | Make most functions static and add prototypes for all static functions. | Richard Kenner | 1994-04-21 | 1 | -125/+225 |
* | (target_negative): -0 counts as negative. | Richard Kenner | 1994-03-09 | 1 | -7/+2 |
* | (real_value_truncate): If requested mode is not supported, return the | Richard Kenner | 1994-02-15 | 1 | -1/+4 |
* | (eifrac): If FIXUNS_TRUNC_LIKE_FIX_TRUNC, convert on positive overflow | Richard Kenner | 1994-02-14 | 1 | -12/+18 |
* | (earith, ereal_negate, eneg, eisneg, enan, emovo, esub, eadd, ediv): | Richard Kenner | 1994-02-08 | 1 | -55/+58 |
* | (emovo): Use separate variable for loop index. | Richard Kenner | 1994-01-31 | 1 | -1/+2 |
* | (FLOAT_WORDS_BIG_ENDIAN... | Richard Kenner | 1993-10-13 | 1 | -57/+72 |
* | (debug_real): New function. | Richard Stallman | 1993-10-11 | 1 | -4/+18 |
* | Whitespace changes. | Richard Stallman | 1993-10-11 | 1 | -125/+127 |
* | (asctoeg): Fix backward condition in last change. | Richard Stallman | 1993-10-11 | 1 | -2/+2 |
* | (asctoeg): Allocate local buffer dynamically. | Richard Stallman | 1993-10-09 | 1 | -9/+9 |
* | (real_value_truncate): Correct etrunci argument in case SImode. | Richard Stallman | 1993-10-06 | 1 | -1/+1 |
* | (GET_REAL, PUT_REAL): Add TFmode versions. | Jim Wilson | 1993-08-13 | 1 | -231/+1192 |
* | (ltoe, ultoe, eifrac, euifrac): Handle 64-bit longs. | Richard Stallman | 1993-06-16 | 1 | -70/+88 |
* | (ereal_from_float, ereal_from_double): New functions. | Richard Stallman | 1993-06-13 | 1 | -0/+64 |
* | (ereal_to_int): Fix potentially wrong-endian argument passed to eisnan. | Richard Stallman | 1993-05-22 | 1 | -1/+1 |
* | (target_isnan): Use GET_REAL macro to get argument. | Richard Stallman | 1993-05-22 | 1 | -1/+4 |
* | (emdnorm): Fix typo affecting roundoff behavior in XFmode. | Richard Stallman | 1993-05-21 | 1 | -1/+1 |
* | (e24toe, e53toe, e64toe): Fix sign in conversions of -infinity. | Richard Stallman | 1993-05-20 | 1 | -4/+9 |
* | (enan): Add forward decl. | Richard Stallman | 1993-05-11 | 1 | -0/+1 |
* | (mtherr): Don't put newlines in error message string. | Richard Stallman | 1993-05-09 | 1 | -1/+1 |
* | (NAN): Define for support of Not-a-Number bit patterns. | Richard Stallman | 1993-05-09 | 1 | -120/+597 |
* | Take out previous change. | Richard Stallman | 1993-05-02 | 1 | -7/+0 |
* | (EDOM, ERANGE): Define only if not defined. (Less risky.) | Richard Stallman | 1993-05-02 | 1 | -0/+7 |
* | Do not define EDOM/ERANGE. | Michael Meissner | 1993-05-02 | 1 | -3/+0 |
* | Deleted casts to void. | Richard Stallman | 1993-05-02 | 1 | -25/+73 |
* | Eliminate extern needed warning messages that the MIPS compiler generates. | Michael Meissner | 1993-04-01 | 1 | -2/+2 |