Fix whitespace differences between generic and powerpc mpa.c

This commit is contained in:
Siddhesh Poyarekar 2013-02-21 14:29:18 +05:30
parent e21d7aa71c
commit bab8a695ee
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
2013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
* sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
(denorm): Likewise.
* sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
* sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
2013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a

View File

@ -119,7 +119,7 @@ __cpy (const mp_no *x, mp_no *y, int p)
static void
norm (const mp_no *x, double *y, int p)
{
#define R RADIXI
#define R RADIXI
int i;
double a, c, u, v, z[5];
if (p < 5)
@ -197,7 +197,7 @@ denorm (const mp_no *x, double *y, int p)
int i, k;
double c, u, z[5];
#define R RADIXI
#define R RADIXI
if (EX < -44 || (EX == -44 && X[1] < TWO5))
{
*y = ZERO;

View File

@ -112,7 +112,7 @@ __cpy (const mp_no *x, mp_no *y, int p)
static void
norm (const mp_no *x, double *y, int p)
{
#define R RADIXI
#define R RADIXI
long i;
double a, c, u, v, z[5];
if (p < 5)

View File

@ -112,7 +112,7 @@ __cpy (const mp_no *x, mp_no *y, int p)
static void
norm (const mp_no *x, double *y, int p)
{
#define R RADIXI
#define R RADIXI
long i;
double a, c, u, v, z[5];
if (p < 5)