summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/softfloat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make normalizeRoundAndPackFloat{32,64} non-static; they will be used outsidemiod2014-07-011-3/+6
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-3/+1
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-4/+1
* unbreak ieeefp emulation code wrt converting double to unsignedmartynas2008-10-071-1/+86
* Unifdef NO_IEEE in the libkern softfloat code, and put an appropriate rulemiod2007-12-291-5/+1
* IEEE 754 floating point completion code, and implementation of thepvalchev2002-04-281-0/+5506