projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0297ba5
)
(__floorl): Fix mask.
author
drepper
<drepper>
Mon, 16 Oct 2000 18:15:31 +0000
(18:15 +0000)
committer
drepper
<drepper>
Mon, 16 Oct 2000 18:15:31 +0000
(18:15 +0000)
sysdeps/ieee754/ldbl-128/s_floorl.c
patch
|
blob
|
history
diff --git
a/sysdeps/ieee754/ldbl-128/s_floorl.c
b/sysdeps/ieee754/ldbl-128/s_floorl.c
index
c9b8b70
..
ff5b98d
100644
(file)
--- a/
sysdeps/ieee754/ldbl-128/s_floorl.c
+++ b/
sysdeps/ieee754/ldbl-128/s_floorl.c
@@
-54,7
+54,7
@@
static long double huge = 1.0e4930;
{ i0=0xbfff000000000000ULL;i1=0;}
}
} else {
- i = (0x
7fff
ffffffffffffULL)>>j0;
+ i = (0x
0000
ffffffffffffULL)>>j0;
if(((i0&i)|i1)==0) return x; /* x is integral */
if(huge+x>0.0) { /* raise inexact flag */
if(i0<0) i0 += (0x0001000000000000LL)>>j0;