summaryrefslogtreecommitdiff
path: root/lib/libc/arch/alpha/gen
AgeCommit message (Expand)Author
2003-10-25Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-24* Since there is no single portable IEEE 754 format for a long double,kleink
2003-10-07Siginfo libc changes for alpha. Approved by thorpej@netbsd.org.skd
2003-08-01Rework how dependency generation is performed:lukem
2003-07-27add a cast appease gcc3.3mrg
2003-07-26netbsd.org->NetBSD.orgsalo
2003-05-17Build _isinfl() and _isnanl().thorpej
2003-05-12Rename ieee754_function.c to function_ieee754.c, following the conventionkleink
2003-04-07Make sure we reference getcontext() by its internal name.kleink
2003-01-21Add swapcontext() lint stub.kleink
2003-01-18Merge the nathanw_sa branch.thorpej
2002-02-19Clean up some rampant code duplication wrt ieee number handling:simonb
2002-01-21Align __nanf[] object with (sigh) gnuismsross
2002-01-21Don't intentionally enable integer overflow traps (ITOH Yasufumi)ross
2002-01-13Add internal names for fp{get,set}{mask,round,sticky}(), andthorpej
2001-11-08Fix -Wshadow warnings.enami
2001-04-26tweak barrier ops some moreross
2001-04-26Delete the trapb ops bracketing mf_fpcr, they aren't needed.ross
2001-04-26Complete rewrite. Call the new sysarch(ALPHA_FPGETSTICKY, ...).ross
2001-04-26remove the trapb ops bracketing mf_fpcr, in this one case they aren't neededross
2001-04-26minor cleanupross
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-04-25Fix unaligned accesses more correctly.erh
2000-04-25Fix unaligned accesses.erh
2000-03-13Fix doubled 'the's.soren
2000-01-22Delint.mycroft
1999-12-23C99: Define a NAN macro in <math.h> which evaulates to a constant expression ofkleink
1999-08-30Another microoptimization. Take advantage of the addition already having setmycroft
1999-08-30Reuse the trick of loading 0.0 (rather than 1.0) and then modifying themycroft
1999-08-30Remove more unused mulexp variables.augustss
1999-08-29ldexp(denormal, exp>1023) would generate the wrong result in all non-overflowmycroft
1999-08-29Don't ever return -0.0.mycroft
1999-08-29Minor style change.mycroft
1999-08-29Trivial KNF.mycroft
1999-08-29Sync with SPARC version.mycroft
1999-08-29Make the C version of frexp() consitent across platforms, and handle themycroft
1999-08-29Separate isnan() into a separate module, and make isinf()/isnan() use ieee.h.mycroft
1999-04-30* New MI man page for fp{set,get}{round,sticky,mask}(3).ross
1999-03-10Just some minor cleanup.mycroft
1999-01-22Whitespace fix.mycroft
1999-01-22Use insbl to reduce by 1 instruction.mycroft
1999-01-15Move the bswap functions from libutil to libc (this bups thebouyer
1998-11-14delintchristos
1998-10-13Need internal names for isinf() and isnan().kleink
1998-09-29Signal changes for Alpha.thorpej
1998-07-26const poisoning.mycroft
1997-12-05Make setjmp() work again after the changes to sigaltstack().thorpej
1997-11-05remove these, they are no longer necessary or appropriatecgd
1997-07-18Pull in __flt_rounds() prototype.thorpej