summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/vax/gen/isnan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Trick lint into recording the right prototypes in the llib-lc.lnmartynas2011-07-021-5/+8
* __isinff and __isnanfmartynas2008-12-121-2/+2
* do the same as was done in mi version: do not include math.h, since isinf,martynas2008-12-121-2/+1
* use sys/cdefs.h; pointed out by theomartynas2008-12-101-2/+2
* - add long double signbitmartynas2008-12-091-1/+16
* - move isinf, isnan dups to gen, since most is ieee 754martynas2008-07-241-0/+30