diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-10 11:33:39 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-10 11:33:39 +0000 |
commit | 1e625a2ee3cbdec27b9c9666999bbec3e6b3f49a (patch) | |
tree | 1354eff221b576ada39ccb796806717a4dcf6fdb /gcc/real.c | |
parent | 4b68268e90ad2c9c9014b63618f020fc6c9f107b (diff) | |
download | gcc-1e625a2ee3cbdec27b9c9666999bbec3e6b3f49a.tar.gz |
* calls.c: Fix formatting.
* c-decl.c: Likewise.
* cfgcleanup.c: Likewise.
* combine.c: Likewise.
* cppfiles.c: Likewise.
* cpplib.c: Likewise.
* cppmacro.c: Likewise.
* crtstuff.c: Likewise.
* cse.c: Likewise.
* dwarf2out.c: Likewise.
* expmed.c: Likewise.
* expr.c: Likewise.
* fold-const.c: Likewise.
* function.c: Likewise.
* gcse.c: Likewise.
* genattrtab.c: Likewise.
* ggc-page.c: Likewise.
* integrate.c: Likewise.
* libgcc2.c: Likewise.
* loop.c: Likewise.
* optabs.c: Likewise.
* profile.c: Likewise.
* protoize.c: Likewise.
* real.c: Likewise.
* recog.c: Likewise.
* reload1.c: Likewise.
* reload.c: Likewise.
* reorg.c: Likewise.
* resource.c: Likewise.
* sched-rgn.c: Likewise.
* sdbout.c: Likewise.
* stmt.c: Likewise.
* toplev.c: Likewise.
* varasm.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/real.c b/gcc/real.c index 66ba3f08f17..49785484759 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -50,7 +50,7 @@ test programs available. A special version of the PARANOIA floating point arithmetic tester, modified for this purpose, can be found on usc.edu: /pub/C-numanal/ieeetest.zoo. Other tests, and libraries of XFmode and TFmode transcendental functions, can be obtained by ftp from -netlib.att.com: netlib/cephes. */ +netlib.att.com: netlib/cephes. */ /* Type of computer arithmetic. Only one of DEC, IBM, IEEE, C4X, or UNK should get defined. @@ -108,7 +108,7 @@ netlib.att.com: netlib/cephes. */ These optional macros may be defined in tm.h. In real.h, they default to WORDS_BIG_ENDIAN, etc., so there is no need to define them for any normal host or target machine on which the floats - and the integers have the same endian-ness. */ + and the integers have the same endian-ness. */ /* The following converts gcc macros into the ones used by this file. */ @@ -503,7 +503,7 @@ static void esqrt PARAMS ((UEMUSHORT *, UEMUSHORT *)); /* Copy 32-bit numbers obtained from array containing 16-bit numbers, swapping ends if required, into output array of longs. The - result is normally passed to fprintf by the ASM_OUTPUT_ macros. */ + result is normally passed to fprintf by the ASM_OUTPUT_ macros. */ static void endian (e, x, mode) @@ -917,7 +917,7 @@ ereal_from_int (d, i, j, mode) } -/* REAL_VALUE_FROM_UNSIGNED_INT macro. */ +/* REAL_VALUE_FROM_UNSIGNED_INT macro. */ void ereal_from_uint (d, i, j, mode) @@ -1324,7 +1324,7 @@ ereal_to_decimal (x, s) } /* Compare X and Y. Return 1 if X > Y, 0 if X == Y, -1 if X < Y, - or -2 if either is a NaN. */ + or -2 if either is a NaN. */ int ereal_cmp (x, y) @@ -2514,7 +2514,7 @@ emulm (a, b) Data types having standard 15-bit exponents are not affected by this, but SFmode and DFmode are affected. For example, ediv with rndprc = 24 will not round correctly to 24-bit precision if the - result is denormal. */ + result is denormal. */ static int rlast = -1; static int rw = 0; @@ -3018,7 +3018,7 @@ ediv (a, b, c) *(c+(NE-1)) &= ~0x8000; } -/* Multiply e-types A and B, return e-type product C. */ +/* Multiply e-types A and B, return e-type product C. */ static void emul (a, b, c) |