freebsd-skq/lib/msun
David Schultz ef94de735a Implement nexttoward and nextafterl; the latter is also known as
nexttowardl.  These are not needed on machines where long doubles
look like IEEE-754 doubles, so the implementation only supports
the usual long double formats with 15-bit exponents.

Anything bizarre, such as machines where floating-point and integer
data have different endianness, will cause problems.  This is the case
with big endian ia64 according to libc/ia64/_fpmath.h.  Please contact
me if you managed to get a machine running this way.
2005-03-07 04:56:46 +00:00
..
alpha Define the LDBL_PREC to be the number of significant bits in a long 2005-03-07 04:53:36 +00:00
amd64 Define the LDBL_PREC to be the number of significant bits in a long 2005-03-07 04:53:36 +00:00
arm Define the LDBL_PREC to be the number of significant bits in a long 2005-03-07 04:53:36 +00:00
bsdsrc GC unused declaration 2004-12-16 20:40:49 +00:00
i387 - Define the LDBL_PREC to be the number of significant bits in a long 2005-03-07 04:53:48 +00:00
ia64 - Define the LDBL_PREC to be the number of significant bits in a long 2005-03-07 04:54:02 +00:00
man Fix a mistake in the exponent range. 2005-03-06 19:08:18 +00:00
powerpc Define the LDBL_PREC to be the number of significant bits in a long 2005-03-07 04:53:36 +00:00
sparc64 Define the LDBL_PREC to be the number of significant bits in a long 2005-03-07 04:53:36 +00:00
src Implement nexttoward and nextafterl; the latter is also known as 2005-03-07 04:56:46 +00:00
Makefile Un-document the non-extant exp10() and exp10f() functions. 2005-02-26 08:54:45 +00:00