summaryrefslogtreecommitdiffstats
path: root/lib/libm/arch/hppa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert (leaving the complex math part alone). Some stuff is dependingmartynas2011-07-081-17/+0
* Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingmartynas2011-07-081-0/+17
* Trick lint into recording the right prototypes in the llib-lm.lnmartynas2011-05-302-8/+14
* fenv improvements and cleanupsmartynas2011-04-281-59/+76
* fenv for hppamartynas2011-04-211-0/+355
* Tweak inline asm to prevent gcc4 from optimizing away crucial bits of it.kettenis2010-05-058-24/+24
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2714-56/+0
* round, roundf, trunc, truncf for hppa; ok kettenis@martynas2009-07-154-0/+108
* floor(3) should round towards -inf instead of towards zero.kettenis2009-06-302-6/+4
* use sys/cdefs.h; pointed out by theomartynas2008-12-102-4/+4
* - 80-bit and quad precision trigonometric and other mostmartynas2008-12-092-4/+20
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-074-8/+8
* evil pastomickey2004-05-221-2/+2
* these are supposed to round towards zero; found by millert@ while testing perl 5.8.1mickey2003-10-312-4/+4
* fpr0 is recommended to be operated in full 64bits, although seemed to work otherwise, fix itmickey2003-01-164-24/+28
* these are not libm private and fix the rintf pasting errormickey2002-09-116-13/+13
* add reminder and roundingsmickey2002-05-228-0/+172
* md sqrt() implementationmickey2002-05-222-0/+32