summaryrefslogtreecommitdiffstats
path: root/sys/arch/hppa/spmath (follow)
Commit message (Collapse)AuthorAgeFilesLines
* spellingjsg2021-03-113-6/+6
|
* fix indentationjsg2015-05-071-2/+2
| | | | ok miod@
* 1 << 31 cleanup. Eitan Adler pointed out that there has been aderaadt2013-11-262-5/+5
| | | | | resurrection of the bad idiom in the tree. sufficient review by miod, kettenis, tedu
* Turns out this file not need machine/float.h at all, since it definesderaadt2012-06-251-2/+1
| | | | | all the goop it needs by itself ok millert
* _LOCORE is already definedderaadt2011-04-163-6/+3
|
* 'kernel libraries' always get in the way of the build process. Teachderaadt2011-04-102-72/+0
| | | | autoconf how to find the spmath files.
* When converting a floating value to an integer, properly raise the "invalid"kettenis2010-07-302-180/+80
| | | | | | | | | | exception when the floating value is infinite or NaN or if the integral part of the floating value exceeds the range of the integer type, as required by the C99/IEEE754 standard. Fixes Python 2.6 build on hppa. ok miod@
* unused file and functionsmickey2006-11-294-98/+4
|
* use register names instead of numbersmickey2005-01-233-29/+29
|
* apparently my understanding of '{FLT,DBL,LDBL}_{MIN,MAX}_EXP' ahsmickey2004-01-023-18/+21
| | | | | | | been wrong and thus proven by many and there change it back to what it is meaning explained in http://www-ccs.ucsd.edu/c/float.html . also fix spmath to use it's own consts instead of (now) off by one float.h values thus to avoid any kind of binary changes.
* make all entry points of the same number of arguments and that greatly simplifies the call setup in the schedulermickey2003-04-1020-91/+94
|
* will need machine/frame.h for profilingmickey2003-01-233-3/+9
|
* Foward; torh@bogus.netderaadt2002-11-294-8/+8
|
* kill dangling space, line and a space in the tabmickey2002-09-2013-60/+55
|
* bring over our mods; the cnv*c have a problem now, described in the osf version of the cnv_float.h, at the endmickey2002-05-0743-2144/+1098
|
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-6/+6
|
* First round of __P removal in sysmillert2002-03-145-53/+53
|
* missing LEAF_ENTRY()mickey2002-02-041-11/+5
|
* leftovers from kern times; from netbsdmickey2002-02-041-5/+5
|
* Use LEAF_ENTRY not ENTRY.miod2002-01-042-4/+4
|
* big bangmickey2001-03-2944-2957/+2897
|
* start of textmickey2001-03-283-5/+8
|
* clean two minor screwupsmickey2000-01-111-4/+1
|
* separate spmath buildmickey2000-01-113-37/+75
|
* remove unused nullptr arg, effectively unifying calling conventions for emulator routinesmickey2000-01-111-3/+3
|
* remove unused nullptr arg, effectively unifying calling conventions for emulator routinesmickey2000-01-1110-65/+48
|
* missed path changesmickey1998-07-026-12/+12
|
* ansi and fancy gccmickey1998-07-0247-853/+1004
|
* remove brain damaged rcs tagsmickey1998-06-2344-219/+2
|
* initial import of osf-hacked HP onemickey1998-06-2346-0/+10880