musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/math/modfl.c
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2013年10月06日 02:09:40 +0000
committerSzabolcs Nagy <nsz@port70.net>2013年10月06日 02:09:40 +0000
commitb9cd1d4d5073eba4c3afbe7666fc2d9c77b42c7c (patch)
tree23b234ab42997decc5c74ebddd8e5c204bd005f5 /src/math/modfl.c
parent8acbe4f81862147af73c05ebb770e2ab4ef5375b (diff)
downloadmusl-b9cd1d4d5073eba4c3afbe7666fc2d9c77b42c7c.tar.gz
math: remove an unused variable from modfl
Diffstat (limited to 'src/math/modfl.c')
-rw-r--r--src/math/modfl.c 1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/modfl.c b/src/math/modfl.c
index fc85bb58..f736bba4 100644
--- a/src/math/modfl.c
+++ b/src/math/modfl.c
@@ -14,7 +14,6 @@ long double modfl(long double x, long double *iptr)
long double modfl(long double x, long double *iptr)
{
union ldshape u = {x};
- uint64_t mask;
int e = (u.i.se & 0x7fff) - 0x3fff;
int s = u.i.se >> 15;
long double absx;
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月04日 23:37:59 +0000

AltStyle によって変換されたページ (->オリジナル) /