artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c36e572
)
oops.
author
mbuhl
<mbuhl@openbsd.org>
Fri, 22 Oct 2021 18:07:01 +0000
(18:07 +0000)
committer
mbuhl
<mbuhl@openbsd.org>
Fri, 22 Oct 2021 18:07:01 +0000
(18:07 +0000)
regress/lib/libm/msun/exponential_test.c
patch
|
blob
|
history
diff --git
a/regress/lib/libm/msun/exponential_test.c
b/regress/lib/libm/msun/exponential_test.c
index
c1b49ad
..
739f0c4
100644
(file)
--- a/
regress/lib/libm/msun/exponential_test.c
+++ b/
regress/lib/libm/msun/exponential_test.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: exponential_test.c,v 1.
1 2021/10/22 18:00:22
mbuhl Exp $ */
+/* $OpenBSD: exponential_test.c,v 1.
2 2021/10/22 18:07:01
mbuhl Exp $ */
/*-
* Copyright (c) 2008 David Schultz <das@FreeBSD.org>
* All rights reserved.
@@
-145,7
+145,7
@@
ATF_TC_BODY(exp2f, tc)
ATF_TC_WITHOUT_HEAD(exp2);
ATF_TC_BODY(exp2, tc)
{
- int i
+ int i
;
ATF_REQUIRE_EQ(0, feclearexcept(FE_ALL_EXCEPT));
for (i = DBL_MIN_EXP - DBL_MANT_DIG; i < DBL_MAX_EXP; i++) {
ATF_CHECK_EQ(exp2(i), ldexp(1.0, i));