summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc64/fpu/fpu_explode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* please gccderaadt2006-12-231-1/+2
|
* Fix unsigned {int, long, long long} to long double conversions forotto2004-09-281-1/+53
| | | | values with the high bit set. ok kettenis@ jason@
* From the how many ways can you screw up replacing one line of codejason2004-03-241-2/+2
| | | | | department: cast 'i' to u_int64_t so the sign comparison actually makes sense. Any other bugs in here just ship in the release, I'm done.
* use absolute value like rev 1.1 did; pointed out by tom and ok deraadt.jason2004-03-231-1/+2
|
* gcc3 doesn't align things the same as gcc2. Casting upwards is dangerousjason2004-03-231-2/+3
| | | | to a program's health, avoid it. ok deraadt
* quad float emulation stuff. Mostly based on freebsd (which is based onjason2003-07-211-0/+310
NetBSD's kernel emulation stuff). Not enabled yet.