summaryrefslogtreecommitdiffstats
path: root/lib/msun/src
Commit message (Expand)AuthorAgeFilesLines
* Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}.das2004-06-308-3/+380
* Declare scalbln(), scalblnf(), trunc(), and truncf().das2004-06-201-0/+4
* Implement trunc() and truncf().das2004-06-202-0/+114
* Add trivial implementations of scalbln() and scalblnf().das2004-06-201-0/+44
* Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 ratherstefanf2004-06-191-2/+3
* 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-073-0/+108
* 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-309-0/+315
* Add an implementation of copysignl(), a long double version of copysign().stefanf2004-05-072-0/+44
* 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
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sdes2003-10-251-1/+4
* 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
* Only provide one copy of the math functions. If we provide a MD function,peter2003-07-2325-65/+25
* No longer need the internal __get_hw_float() function.peter2003-07-231-50/+0
* Now that we do not need to do runtime detection for the broken defaultpeter2003-07-232-2/+14
* 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
* - gamma_r, lgamma_r, gammaf_r, and lgammaf_r were protected by _REENTRANTimp2003-02-261-4/+4
* 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-011-1/+1
* Re-apply the previously backed-out commit that fixes the problem wherearchie2002-10-311-2/+5
* Remove duplicate declaration.markm2002-10-231-1/+0
* Fixed a last-minute editing error in previous commit. nfs and/or cvsbde2002-10-011-0/+0
* Merged all interesting difference between the old math.h and the currentbde2002-10-011-0/+0
* Revert previous commit to unbreak world until we figure out thearchie2002-09-201-5/+2
* Fix a problem with the definition of HUGE_VAL causing the gcc warningarchie2002-09-191-2/+5
* e_pow.c:bde2002-06-172-2/+2
* Fix formatting, this is hard to explain, so I'll show one example.alfred2002-05-28129-141/+282
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-28141-1502/+5
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-2819-187/+38
* Spread the word of PowerPC.benno2002-05-211-1/+2
* Resurrect Lite1's gamma() as C99's tgamma(). Minimal changes.bde2002-03-261-0/+1
* Fixed some minor style bugs.bde2002-03-261-2/+2
* Remove __P() usage.obrien2002-03-213-182/+182
OpenPOWER on IntegriCloud