martin
|
361db6b221
|
Remove double include that prevented the right machdep LDBL_* constants
to be used.
Noticed by Masao Uebayashi.
|
2009-11-25 08:43:15 +00:00 |
|
mrg
|
6c952c0d18
|
move the float definitions all into <sparc/float.h> and make that
version work in either 32 or 64 bit mode.
|
2008-10-25 09:23:50 +00:00 |
|
kleink
|
776138ea69
|
Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's
convention for these.
|
2003-05-12 15:22:53 +00:00 |
|
christos
|
a2dfb1b570
|
PR/3012: Greg A. Woods: Write all float.h files [except the vax of course]
in terms of float_ieee.h
|
2003-04-19 23:05:28 +00:00 |
|
mycroft
|
3b9429b248
|
Minor changes to make all the float.h files match.
|
1998-02-18 11:01:27 +00:00 |
|
mycroft
|
b5c132e4d2
|
Prototype __flt_rounds() consistently.
|
1998-02-03 01:26:20 +00:00 |
|
thorpej
|
8b278df35a
|
Change the extern declaration of __flt_rounds() into a proper prototype.
|
1997-07-18 05:11:52 +00:00 |
|
jtc
|
55fbbc705d
|
Wrap with #ifndef _XXX_FLOAT_H_/#define _XXX_FLOAT_H_/ ... /#endif.
|
1995-06-20 20:45:22 +00:00 |
|
jtc
|
1d65cdd4ab
|
#include <sys/cdefs.h>.
Wrap __flt_rounds() declaration with __BEGIN_DECLS/__END_DECLS.
|
1995-06-20 20:32:22 +00:00 |
|
jtc
|
182ee20c36
|
Changed FLT_ROUNDS from constant to a call to __flt_rounds(), so that the
current rounding mode is accurately reported.
|
1995-04-10 21:11:42 +00:00 |
|
deraadt
|
274a90762d
|
copyright/Id cleanup
|
1994-11-20 20:51:32 +00:00 |
|
deraadt
|
4588caefaa
|
Chris Torek's sparc port. Missing lots of things.
|
1993-10-02 10:22:00 +00:00 |
|