mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
Fix whitespace differences between generic and powerpc mpa.c
This commit is contained in:
parent
e21d7aa71c
commit
bab8a695ee
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user