freebsd-dev/lib/libc/powerpc/gen
David Schultz 00646ca204 Replace the ldexp() implementation in libc with a renamed copy of the
scalbn() implementation from libm.  (The two functions are defined to
be identical, but ldexp() lives in libc for backwards compatibility.)
The old ldexp() implementation...
  - was more complicated than this one
  - set errno instead of raising FP exceptions
  - got some corner cases wrong
    (e.g. ldexp(1.0, 2000) in round-to-zero mode)

The new implementation lives in libc/gen instead of
libc/$MACHINE_ARCH/gen, since we don't need N copies of a
machine-independent file.  The amd64 and i386 platforms
retain their fast and correct MD implementations and
override this one.
2005-01-22 06:03:40 +00:00
..
_ctx_start.S makecontext lib call. 2004-03-02 06:22:24 +00:00
_set_tp.c Add support for TLS in statically linked programs. 2004-08-15 16:18:52 +00:00
_setjmp.S
fabs.S Add forgotten IEEE functions. The Perl 5.8 port now compiles. 2004-02-12 09:11:06 +00:00
flt_rounds.c Add forgotten IEEE functions. The Perl 5.8 port now compiles. 2004-02-12 09:11:06 +00:00
fpgetmask.c Add forgotten IEEE functions. The Perl 5.8 port now compiles. 2004-02-12 09:11:06 +00:00
fpgetround.c Add forgotten IEEE functions. The Perl 5.8 port now compiles. 2004-02-12 09:11:06 +00:00
fpgetsticky.c Add forgotten IEEE functions. The Perl 5.8 port now compiles. 2004-02-12 09:11:06 +00:00
fpsetmask.c Add forgotten IEEE functions. The Perl 5.8 port now compiles. 2004-02-12 09:11:06 +00:00
fpsetround.c Add forgotten IEEE functions. The Perl 5.8 port now compiles. 2004-02-12 09:11:06 +00:00
fpsetsticky.c Add forgotten IEEE functions. The Perl 5.8 port now compiles. 2004-02-12 09:11:06 +00:00
infinity.c
makecontext.c The new program counter should go into the trapframe's srr0 and 2004-07-19 12:05:07 +00:00
Makefile.inc Add support for TLS in statically linked programs. 2004-08-15 16:18:52 +00:00
modf.c
setjmp.S
signalcontext.c Add signalcontext, required by KSE. 2004-07-19 12:08:03 +00:00
sigsetjmp.S
syncicache.c Include <stdlib.h> to get abort() prototype. 2004-01-21 05:04:25 +00:00