Bruce Evans 8eca9455de Backed out rev.1.10. It tried to implement ldexpf() as a weak reference
to scalbf(), but ldexpf() cannot be implemented in that way since the
types of the second parameter differ.  ldexpf() can be implemented as
a weak or strong reference to scalbnf() (*) but that was already done
long before rev.1.10 was committed.  The old implementation uses a
reference, so rev.1.10 had no effect on applications.  The C files for
the scalb() family are not used for amd64 or i386, so rev.1.10 had even
less effect for these arches.

(*) scalbnf() raises the radix to the given exponent, while ldexpf()
raises 2 to the given exponent.  Thus the functions are equivalent
except possibly for their error handling iff the radix is 2.  Standards
more or less require identical error handling.  Under FreeBSD, the
functions are equivalent except for more details being missing in
scalbnf()'s man page.
2006-07-05 02:16:29 +00:00
..
2006-04-12 19:51:14 +00:00
2005-10-04 22:00:35 +00:00
2005-11-24 10:43:35 +00:00
2006-04-13 08:12:31 +00:00
2006-03-16 15:18:17 +00:00
2006-06-05 08:51:14 +00:00
2006-02-11 19:21:39 +00:00
2006-03-16 15:18:17 +00:00
2006-06-06 16:58:19 +00:00
2006-03-16 15:18:17 +00:00
2006-06-03 00:19:40 +00:00
2006-05-17 05:14:45 +00:00
2005-09-26 06:23:43 +00:00
2005-11-24 11:26:36 +00:00
2006-06-23 01:42:03 +00:00
2006-03-23 14:09:21 +00:00