opnsense-src/lib/libc/powerpc/gen
Mike Barcroft 5d62092f94 o Implement C99 classification macros isfinite(), isinf(), isnan(),
isnormal().  The current isinf() and isnan() are perserved for
  binary compatibility with 5.0, but new programs will use the macros.
o Implement C99 comparison macros isgreater(), isgreaterequal(),
  isless(), islessequal(), islessgreater(), isunordered().

Submitted by:	David Schultz <dschultz@uclink.Berkeley.EDU>
2003-02-12 20:03:41 +00:00
..
_setjmp.S Minimal libc for PowerPC. 2002-12-04 07:25:14 +00:00
frexp.c Minimal libc for PowerPC. 2002-12-04 07:25:14 +00:00
infinity.c Implement fpclassify(): 2003-02-08 20:37:55 +00:00
isinf.c o Implement C99 classification macros isfinite(), isinf(), isnan(), 2003-02-12 20:03:41 +00:00
ldexp.c Minimal libc for PowerPC. 2002-12-04 07:25:14 +00:00
Makefile.inc Minimal libc for PowerPC. 2002-12-04 07:25:14 +00:00
modf.c Minimal libc for PowerPC. 2002-12-04 07:25:14 +00:00
setjmp.S Minimal libc for PowerPC. 2002-12-04 07:25:14 +00:00
sigsetjmp.S Minimal libc for PowerPC. 2002-12-04 07:25:14 +00:00
syncicache.c Minimal libc for PowerPC. 2002-12-04 07:25:14 +00:00