summaryrefslogtreecommitdiff
path: root/lib/libm/common_source
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace.Rodney W. Grimes1995-05-3020-188/+188
| | | | Notes: svn path=/head/; revision=8870
* Declare huge and tiny as volatile so that gcc doesn't evaluate huge*hugeBruce Evans1994-09-081-1/+2
| | | | | | | | | | | and tiny*tiny at compile time. The evaluations are supposed to be done at run time to set the IEEE exception flags. Many other source files in libm and msun are missing this fix. Fixing them is not urgent since the default IEEE exception masks don't allow use of the overflow exception flag. Notes: svn path=/head/; revision=2576
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-2752-0/+8535
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573