summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Eliminate double whitespace.ru2004-07-033-7/+7
* Mechanically kill hard sentence breaks.ru2004-07-024-6/+11
* Markup, grammar, punctuation.ru2004-07-013-10/+10
* Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}.das2004-06-3011-7/+570
* s/ARCH/ARCH_SUBDIR/g -- This reduces the chance of possible conflictsmarcel2004-06-241-3/+3
* Completely remove s_ilogb.S as the assembler implementation gives very littlestefanf2004-06-202-84/+1
* Uncomment some functions that we now support.das2004-06-201-3/+3
* Cross-reference round(3) and trunc(3) as appropriate.das2004-06-203-3/+8
* Connect scalbln(), trunc(), and the associated documentation to the build.das2004-06-201-4/+6
* Declare scalbln(), scalblnf(), trunc(), and truncf().das2004-06-201-0/+4
* Implement trunc() and truncf().das2004-06-203-0/+188
* Add trivial implementations of scalbln() and scalblnf().das2004-06-202-4/+59
* Document ilogb()'s return values in terms of the FP_ILOGB* macros.stefanf2004-06-191-2/+5
* Return the same result as the MI version for 0.0, INFINITY and NaN.stefanf2004-06-191-1/+31
* Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 ratherstefanf2004-06-191-2/+3
* Memory's free, but all the world ain't a VAX anymore. Bring math.3das2004-06-191-364/+206
* The references to scalbn and scalbnf should be scalb and scalbf.das2004-06-121-2/+5
* Shift the FPSR contents by the correct amount so feupdateenv() raisesdas2004-06-111-1/+1
* Insert a missing '~' in feholdexcept(), so that it correctly clearsdas2004-06-111-1/+1
* Fix a bug where rintf() rounded the wrong way in round-to-nearest modedas2004-06-091-26/+7
* Include <sys/cdefs.h> earlier to get the various visibility constants.das2004-06-091-2/+1
* Add round(3) and roundf(3) and the associated documentation.das2004-06-075-2/+183
* Add fenv.h, fenv.c, and the associated documentation to the libmdas2004-06-061-5/+12
* Add documentation for:das2004-06-064-0/+601
* Add an fenv.h implementation for the sparc64 port.das2004-06-062-0/+280
* Add an fenv.h implementation for the powerpc port.das2004-06-062-0/+282
* Add an fenv.h implementation for the ia64 port.das2004-06-062-0/+280
* Add an fenv.h implementation for the i386 port.das2004-06-062-0/+263
* Add an fenv.h implementation for the arm port.das2004-06-062-0/+230
* Add an fenv.h implementation for the amd64 port.das2004-06-062-0/+333
* Add an fenv.h implementation for the alpha port. All of the standarddas2004-06-062-0/+315
* Fixed lots of 1 ULP errors caused by a broken approximation for pi/2.bde2004-06-021-2/+2
* Port a bugfix from FDLIBM 5.3. The bug really only applies to tan()das2004-06-021-8/+24
* Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan()das2004-06-021-10/+24
* Merged from double precision case (e_pow.c 1.10: sign fixes).bde2004-06-011-13/+14
* Fixed the sign of the result in some overflow and underflow cases (onesbde2004-06-011-17/+18
* Fixed another precision bug in powf(). This one is in the computationbde2004-06-011-1/+1
* Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */.bde2004-06-011-1/+2
* Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They arestefanf2004-05-3010-0/+319
* Remove some kludges designed to ensure that the compiler didn't rounddas2004-05-172-87/+10
* Add an implementation of copysignl(), a long double version of copysign().stefanf2004-05-074-4/+57
* Add an MLINK for fabsl().stefanf2004-05-071-1/+1
* The prototypes for cabs() and cabsf() are in <complex.h>. Fix their arguments'stefanf2004-05-061-8/+11
* Make sure that symbols are declared in math.h iff the appropriatedas2004-04-251-65/+68
* Remove a stale comment referring to values.h, which has never beendas2004-04-251-6/+1
* Initial support for C99's (or is it POSIX.1-2001's?) MATH_ERRNO,bde2004-03-121-0/+6
* Fix a problem where libm compiled under 5.X would depend on featuresdas2003-10-272-2/+8
* Better safe than clever.des2003-10-251-2/+5
* Document fabsl(3).des2003-10-251-6/+19
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sdes2003-10-252-3/+11
OpenPOWER on IntegriCloud