summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/powerpc/gen/isinf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-241-47/+0
| | | | | | | | | | | | | | | | - is{inf,nan} should be macros for real-floating, so rename to __is{inf,nan}, per C99 - implement C99 __fpclassify(), __fpclassifyf(), __isfinite(), __isfinitef(), __isnormal(), __isnormalf(), __signbit(), __signbitf() - long functions added, but not yet enabled, till ieee.h is fixed - implement vax equivalents of the functions - reimplement isinff, isnanf in a better way, and move to libc - add qnan bytes for all archs - bump major man pages will follow ok millert@. arm bits looked over by drahn@ discussed w/ theo, who showed the right direction, to put these functions in libc
* zap rcsid.espie2005-08-071-5/+1
| | | | okay deraadt@ (tested them all)
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Use the LBL isnan() and isinf() on all platforms with ieee floating point.millert2001-09-101-26/+13
|
* PowerPC is big endian, not little endian. This fixes isinf() and isnan()drahn2001-05-111-9/+10
|
* $OpenBSD$todd2000-03-011-1/+3
|
* Check-in of powerpc library support.rahnds1996-12-211-0/+65
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.