summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/hppa
AgeCommit message (Expand)AuthorFilesLines
2016-09-12Reduce libm's exports and make internal calls go direct.guenther13-25/+40
2015-01-20Missing $OpenBSD$'s.krw12-0/+12
2014-04-18It's been a quarter century: we can assume volatile is present with that name.guenther15-60/+60
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesmartynas7-7/+7
2013-01-13Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas2-14/+0
2012-12-05Remove excessive sys/cdefs.h inclusionderaadt4-6/+1
2012-08-23Aliases for extended precision were missed on a few functions on hppa.martynas5-1/+12
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingmartynas1-17/+0
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas1-0/+17
2011-05-30Trick lint into recording the right prototypes in the llib-lm.lnmartynas2-8/+14
2011-04-28fenv improvements and cleanupsmartynas1-59/+76
2011-04-21fenv for hppamartynas1-0/+355
2010-05-05Tweak inline asm to prevent gcc4 from optimizing away crucial bits of it.kettenis8-24/+24
2009-10-27rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt14-56/+0
2009-07-15round, roundf, trunc, truncf for hppa; ok kettenis@martynas4-0/+108
2009-06-30floor(3) should round towards -inf instead of towards zero.kettenis2-6/+4
2008-12-10use sys/cdefs.h; pointed out by theomartynas2-4/+4
2008-12-09- 80-bit and quad precision trigonometric and other mostmartynas2-4/+20
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15martynas4-8/+8
2004-05-22evil pastomickey1-2/+2
2003-10-31these are supposed to round towards zero; found by millert@ while testing perl 5.8.1mickey2-4/+4
2003-01-16fpr0 is recommended to be operated in full 64bits, although seemed to work otherwise, fix itmickey4-24/+28
2002-09-11these are not libm private and fix the rintf pasting errormickey6-13/+13
2002-05-22add reminder and roundingsmickey8-0/+172
2002-05-22md sqrt() implementationmickey2-0/+32