freebsd-src/lib/msun
David Schultz aeb5e711f3 - Remove s_ldexpf.c (now aliased to scalbn.)
- Add nexttoward{,f,l} and nextafterl.  On all platforms,
  nexttowardl is an alias for nextafterl.
- Add fmal.
- Add man pages for new routines: fmal, nextafterl,
  nexttoward{,f,l}, scalb{,l}nl.

Note that on platforms where long double is the same as double, we
generally just alias the double versions of the routines, since doing
so avoids extra work on the source code level and redundant code in
the binary.  In particular:

		ldbl53		ldbl64/113
fmal       	s_fma.c		s_fmal.c
ldexpl     	s_scalbn.c	s_scalbnl.c
nextafterl 	s_nextafter.c	s_nextafterl.c
nexttoward 	s_nextafter.c	s_nexttoward.c
nexttowardf	s_nexttowardf.c	s_nexttowardf.c
nexttowardl	s_nextafter.c	s_nextafterl.c
scalbnl    	s_scalbn.c	s_scalbnl.c
2005-03-07 04:59:11 +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 - Define FP_FAST_FMA for sparc64, since fma() is now implemented using 2005-03-07 04:58:43 +00:00
Makefile - Remove s_ldexpf.c (now aliased to scalbn.) 2005-03-07 04:59:11 +00:00