summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Disable building with alpha software completion options until we upgradedfr1998-12-241-2/+3
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-231-1/+2
* There is no alpha asm code like on i386, so all the functions thatjb1998-05-101-1/+28
* Back out last changepst1998-04-231-2/+2
* Fix cabs and cabsf definitions to be prototypes.pst1998-04-221-3/+3
* Add alpha support. m68k crept in too. Oops. 8-)jb1998-02-201-1/+16
* Document the fpgetprec/fpsetprec functions in their man page.jlemon1998-02-041-1/+10
* PR: 5489danny1998-01-151-5/+5
* This is the only alpha math source that NetBSD has.jb1998-01-102-0/+90
* Hide the declaration of `struct exception' from C++, since it conflictsbde1997-08-311-1/+5
* Fixed minor bugs related to the addition of gammaf.bde1997-07-131-3/+3
* Fixed wrong mnemonic `setnel' that gas happened to generate correct objectbde1997-04-301-2/+2
* Added -D_ARCH_INDIRECT=i387_ to CFLAGS. _ARCH_INDIRECT will soon be usedbde1997-04-151-4/+5
* Fixed synopsis. Some float functions claimed to have the same name asbde1997-03-193-6/+6
* Use __ieee754_sqrt() instead of sqrt() internally. Similarly for thebde1997-03-0912-33/+33
* Include <machine/asm.h> instead of kernel-only <machine/asmacros.h>.bde1997-03-0924-48/+48
* Fixed wrong magic numbers in scaling. hypotf() was very broken for largebde1997-03-051-8/+8
* Revert $FreeBSD$ to $Id$peter1997-02-22215-215/+215
* Split up the Bessel function wrapper files so that most wrapper functionsbde1997-02-2013-177/+315
* Removed misplaced duplicate of comment about implementation details.bde1997-02-201-22/+0
* Compute (1 - x^2) as ((1 - x) * (1 + x)) instead of as (1 - x * x) tobde1997-02-202-11/+23
* Select between the generic math functions and the i387-specific onesbde1997-02-1625-56/+110
* Fixed the i87 version of exp(). It returned NaN for args +-Inf. It hadbde1997-02-161-0/+42
* Put back .endif clobbered by the previous commit, breaking thejkh1997-02-151-0/+1
* Disabled the i387 version if log1p(). It just evaluates log(1 + x).bde1997-02-151-2/+4
* Sort cross references.wosch1997-01-2013-33/+33
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-14208-208/+208
* Delete -D_POSIX_MODE and -D_MULTI_LIBM from CFLAGS. They never had any effectwollman1997-01-081-2/+2
* comma typoswosch1996-12-231-3/+3
* Removed references to nonexistent functions log2() and log2f().bde1996-12-181-3/+1
* Fixed fiddling with the control word. Use the stack space reserved forbde1996-12-142-12/+12
* Clean up the FPU stack before returning. One stack slot was leaked onbde1996-12-142-2/+4
* consistancy fixuppeter1996-08-301-2/+2
* cmp -s || install -c ==> install -Cpeter1996-08-301-5/+3
* Made rintf() actually work. It was completely broken (when s_rint.cbde1996-08-282-6/+19
* Fix up the NAME lines forthe ceil and floor man pages to bempp1996-08-212-4/+4
* General -Wall warning cleanup, part I.jkh1996-07-127-16/+16
* Clean up the FP stack before returning. The i387 exp() leaked an FPbde1996-06-011-1/+2
* Don't trash %ebp.bde1996-02-251-2/+2
* Fixed some minor formatting problems to silence manck some more.mpp1996-02-128-21/+13
* Correct one small typo in previous commit.mpp1996-02-091-2/+2
* Added some missing MLINKS for section 3 man pages.mpp1996-02-091-12/+35
* Undo the the changes in the previous revision (MANSRC now works right again).bde1995-10-221-7/+8
* Fixed use of too many args for `.Em'.bde1995-10-221-10/+12
* Compress manual pages (if desired) in the obj directory ratherwollman1995-10-021-7/+6
* Remove trailing whitespace.rgrimes1995-05-30164-1064/+1064
* Submitted by: J.T. Conklin <jtc@wimsey.com>bde1995-04-076-10/+56
* Submitted by: J.T. Conklin <jtc@wimsey.com>bde1995-04-072-4/+4
* Obtained from: NetBSDbde1995-03-081-2/+7
* Additions from Thomas Graichen to mention each functions' floating pointjkh1995-03-0127-159/+440
OpenPOWER on IntegriCloud