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:
5c14247
)
(FP_ILOGB0, FP_ILOGBNAN): Define.
author
drepper
<drepper>
Mon, 23 Jun 1997 21:43:50 +0000
(21:43 +0000)
committer
drepper
<drepper>
Mon, 23 Jun 1997 21:43:50 +0000
(21:43 +0000)
sysdeps/m68k/fpu/bits/mathdef.h
patch
|
blob
|
history
diff --git
a/sysdeps/m68k/fpu/bits/mathdef.h
b/sysdeps/m68k/fpu/bits/mathdef.h
index
4d07176
..
4eaa58a
100644
(file)
--- a/
sysdeps/m68k/fpu/bits/mathdef.h
+++ b/
sysdeps/m68k/fpu/bits/mathdef.h
@@
-17,7
+17,7
@@
Boston, MA 02111-1307, USA. */
#ifndef _MATH_H
-#error "Never use <bits/mathdef.h> directly; include <math.h> instead"
+#
error "Never use <bits/mathdef.h> directly; include <math.h> instead"
#endif
@@
-34,3
+34,7
@@
typedef long double double_t; /* `double' expressions are evaluated as
/* Define `INFINITY' as value of type `float_t'. */
#define INFINITY HUGE_VALL
+
+/* The values returned by `ilogb' for 0 and NaN respectively. */
+#define FP_ILOGB0 0
+#define FP_ILOGBNAN 0x7fffffff