aboutsummaryrefslogtreecommitdiff
path: root/gcc/real.h
AgeCommit message (Collapse)AuthorFilesLines
1997-08-19expr.h, real.h: Finish prototyping.H.J. Lu1-5/+17
* expr.h, real.h: Finish prototyping. Some of hj's prototyping stuff after minor formatting fixes. From-SVN: r14846
1997-08-12version.c: Bump version to "gcc-3.0.0 970802 experimental".Jeffrey A Law1-0/+8
* version.c: Bump version to "gcc-3.0.0 970802 experimental". * gcc.info*: Rebuilt. * COPYING.g77, README.g77: New files. * real.c (ereal_unto_float, ereal_unto_double): New functions. * real.h (ereal_unto_float, ereal_unto_double): Declare them. (REAL_VALUE_UNTO_TARGET_DOUBLE, REAL_VALUE_UNTO_TARGET_SINGLE): Define. Get g77 to work with gcc3. From-SVN: r14776
1996-10-23(exact_real_inverse): Declare.Richard Kenner1-0/+3
From-SVN: r13003
1996-04-14(ereal_from_{int,uint}): Add new arg, MODE.Richard Kenner1-6/+9
From-SVN: r11764
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9964
1994-11-16Check target endianness at run time, not compile timeIan Lance Taylor1-10/+10
From-SVN: r8470
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-1/+1
From-SVN: r7472
1994-05-30(significand_size): Declare.Richard Kenner1-0/+2
From-SVN: r7388
1994-05-16(REAL_VALUE_FROM_TARGET_SINGLE, .._DOUBLE): Change arg from long toRichard Kenner1-4/+5
HOST_WIDE_INT. From-SVN: r7311
1994-04-21Add prototypes to declarations of functions in real.c.Richard Kenner1-12/+31
(immed_real_const_1): Move declaration from rtl.h. From-SVN: r7108
1993-10-13(FLOAT_WORDS_BIG_ENDIAN): New macro.Richard Kenner1-6/+29
(HOST_FLOAT_WORDS_BIG_ENDIAN): Likewise, for host. (REAL_VALUE_TO_TARGET_DOUBLE (default version)): Use them. (efixi, efixui): Return HOST_WIDE_INT. (REAL_VALUE_FROM_INT): Cast inputs to HOST_WIDE_INT. From-SVN: r5775
1993-08-13(REAL_VALUE_TYPE): Define array at least 20 bytes wide if ↵Jim Wilson1-13/+42
LONG_DOUBLE_TYPE_SIZE is 128 bits. (REAL_VALUE_TYPE): Define array at least 20 bytes wide if LONG_DOUBLE_TYPE_SIZE is 128 bits. (etartdouble): Declare and use for REAL_VALUE_TO_TARGET_LONG_DOUBLE when long double is TFmode. (REAL_VALUE_FIX, REAL_VALUE_UNSIGNED_FIX): Must always round towards zero. From-SVN: r5152
1993-06-13(REAL_VALUE_FROM_TARGET_SINGLE): New macro.Richard Stallman1-1/+5
(REAL_VALUE_FROM_TARGET_DOUBLE): Likewise. From-SVN: r4671
1993-05-09(REAL_VALUES_LESS): True if return value of ereal_cmp is -1.Richard Stallman1-1/+1
From-SVN: r4402
1993-03-31If REAL_ARITHMETIC is defined or if LONG_DOUBLE_TYPE_SIZE is 96...Richard Stallman1-14/+139
If REAL_ARITHMETIC is defined or if LONG_DOUBLE_TYPE_SIZE is 96, then define REAL_VALUE_ macros to invoke functions in real.c. (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): New macros truncate toward zero to integer value but return REAL_VALUE_TYPE. (REAL_VALUE_TO_DECIMAL): New macro defaults to fprintf if no REAL_ARITHMETIC, otherwise uses real.c for binary to decimal conversion. Used in ASM_OUTPUT_ macros. From-SVN: r3934
1992-07-06entered into RCSCharles Hannum1-4/+4
From-SVN: r1466
1992-06-22*** empty log message ***Richard Stallman1-0/+3
From-SVN: r1232
1992-05-27*** empty log message ***Richard Stallman1-0/+28
From-SVN: r1097
1992-03-28*** empty log message ***Richard Stallman1-1/+6
From-SVN: r604
1992-03-19*** empty log message ***Tom Wood1-0/+5
From-SVN: r523
1992-02-03*** empty log message ***Richard Stallman1-1/+2
From-SVN: r273
1991-12-01Initial revisionRichard Stallman1-0/+192
From-SVN: r94