From 242cef1e253ea513b4735f88d62f78d42a2bb92c Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Mon, 11 Oct 1993 20:14:39 +0000 Subject: [PATCH] Whitespace changes. From-SVN: r5740 --- gcc/real.c | 252 +++++++++++++++++++++++++++-------------------------- 1 file changed, 127 insertions(+), 125 deletions(-) diff --git a/gcc/real.c b/gcc/real.c index 09d0a221104..5fa8ca9781e 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -2043,151 +2043,153 @@ emulm (a, b) /* Multiply significand of e-type number b by 16-bit quantity a, e-type result to c. */ -void m16m( a, b, c ) -unsigned short a; -unsigned short b[], c[]; +void +m16m (a, b, c) + unsigned short a; + unsigned short b[], c[]; { -register unsigned short *pp; -register unsigned long carry; -unsigned short *ps; -unsigned short p[NI]; -unsigned long aa, m; -int i; - -aa = a; -pp = &p[NI-2]; -*pp++ = 0; -*pp = 0; -ps = &b[NI-1]; - -for( i=M+1; i> 16) + (m >> 16) + *pp; - *pp = (unsigned short )carry; - *(pp-1) = carry >> 16; - } + --ps; + --pp; + *(pp-1) = 0; } -for( i=M; i> 16) + (m >> 16) + *pp; + *pp = (unsigned short)carry; + *(pp-1) = carry >> 16; + } + } + for (i=M; i 0 ) - { - tquot -= 1; - esubm( den, tprod ); - if( ecmpm( tprod, num ) > 0 ) - { - tquot -= 1; - esubm( den, tprod ); - } - } - esubm( tprod, num ); - equot[i] = tquot; - eshup6(num); - } -/* test for nonzero remainder after roundoff bit */ -p = &num[M]; -j = 0; -for( i=M; i 0) { - j |= *p++; + tquot -= 1; + esubm (den, tprod); + if (ecmpm (tprod, num) > 0) + { + tquot -= 1; + esubm (den, tprod); + } } -if( j ) - j = 1; + esubm (tprod, num); + equot[i] = tquot; + eshup6(num); + } + /* test for nonzero remainder after roundoff bit */ + p = &num[M]; + j = 0; + for (i=M; i