summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* 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
* Connect fabsl.c to the build.des2003-10-231-0/+2
* Add prototypes for all long double functions in C99. Leave them alldes2003-10-231-0/+67
* Implement fabsl(3), allowing the world to build with -fno-builtin.des2003-10-231-0/+37
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* Fixed some style bugs (misplacement and misformatting of some commented-outbde2003-07-231-4/+2
* Only provide one copy of the math functions. If we provide a MD function,peter2003-07-2326-80/+32
* No longer need the internal __get_hw_float() function.peter2003-07-232-51/+0
* Now that we do not need to do runtime detection for the broken defaultpeter2003-07-233-6/+21
* Fix two misuses of __BSD_VISIBLE.mike2003-05-221-2/+2
* AMD64 support (another IEEEFP platform)peter2003-04-301-1/+1
* Fix braino in definition of isfinite().das2003-04-041-1/+1
* mdoc(7) police: Nits.ru2003-03-021-7/+7
* - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANTimp2003-02-262-9/+38
* o Implement C99 classification macros isfinite(), isinf(), isnan(),mike2003-02-123-12/+32
* Implement C99's signbit() macro.mike2003-02-111-0/+2
* Implement fpclassify():mike2003-02-081-0/+32
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
* english(4) police.schweikh2002-12-271-1/+1
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-311-2/+5
OpenPOWER on IntegriCloud