summaryrefslogtreecommitdiff
path: root/lib/msun/src
Commit message (Expand)AuthorAgeFilesLines
* MFC s_ceill.c 1.2 and s_floorl.c 1.2:Stefan Farfeleder2005-06-102-14/+24
* MFC math.h,v 1.57:David Schultz2005-03-291-1/+2
* MFC s_nextafter.c,v 1.8 s_nextafterf.c,v 1.8David Schultz2005-03-012-2/+2
* MFC s_ilogb.c,v 1.9 s_ilogbf.c,v 1.7David Schultz2005-03-012-6/+13
* MFC math.h,v 1.45David Schultz2005-03-011-34/+39
* MFC e_scalb.c,v 1.12David Schultz2005-03-011-5/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-02-072-0/+225
* MFC rev. 1.2:David Schultz2005-01-152-2/+2
* MFC math.h:1.44,1.46:David Schultz2005-01-151-2/+10
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2005-01-1510-0/+379
* This commit was manufactured by cvs2svn to create branch 'RELENG_5'.cvs2svn2004-10-241-0/+54
* Replace s_isnan.c and s_isnanf.c with the more compact s_isnan.c fromDavid Schultz2004-08-052-66/+52
* Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5.David Schultz2004-08-052-6/+2
* Work around known GCC 3.4.x problem and use ANSI prototype for dremf().Alexander Kabaev2004-07-281-2/+2
* Fix two bugs in the signbit() macro, which was implemented last year:David Schultz2004-07-192-1/+64
* Fix minor namespace pollution: The prototypes for f{dim,max,min}(),Stefan Farfeleder2004-07-171-6/+6
* Tweak the conditions under which certain gcc builtins are used:David Schultz2004-07-161-2/+2
* Remove the declaration of isnan() from this file. It is no longerDavid Schultz2004-07-092-6/+0
* Implement the classification macros isfinite(), isinf(), isnan(), andDavid Schultz2004-07-093-6/+144
* Define the following macros in terms of [gi]cc builtins when theDavid Schultz2004-07-091-0/+29
* Add C99's nearbyint{,f}() functions as wrappers around rint().David Schultz2004-07-062-0/+56
* Implement and document fdim{,f,l}, fmax{,f,l}, and fmin{,f,l}.David Schultz2004-06-308-3/+380
* Declare scalbln(), scalblnf(), trunc(), and truncf().David Schultz2004-06-201-0/+4
* Implement trunc() and truncf().David Schultz2004-06-202-0/+114
* Add trivial implementations of scalbln() and scalblnf().David Schultz2004-06-201-0/+44
* Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 ratherStefan Farfeleder2004-06-191-2/+3
* Fix a bug where rintf() rounded the wrong way in round-to-nearest modeDavid Schultz2004-06-091-26/+7
* Include <sys/cdefs.h> earlier to get the various visibility constants.David Schultz2004-06-091-2/+1
* Add round(3) and roundf(3) and the associated documentation.David Schultz2004-06-073-0/+108
* Fixed lots of 1 ULP errors caused by a broken approximation for pi/2.Bruce Evans2004-06-021-2/+2
* Port a bugfix from FDLIBM 5.3. The bug really only applies to tan()David Schultz2004-06-021-8/+24
* Merge a bugfix from FDLIBM 5.3 to ensure that the error in tan()David Schultz2004-06-021-10/+24
* Merged from double precision case (e_pow.c 1.10: sign fixes).Bruce Evans2004-06-011-13/+14
* Fixed the sign of the result in some overflow and underflow cases (onesBruce Evans2004-06-011-17/+18
* Fixed another precision bug in powf(). This one is in the computationBruce Evans2004-06-011-1/+1
* Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */.Bruce Evans2004-06-011-1/+2
* Add implementations for cimag{,f,l}, creal{,f,l} and conj{,f,l}. They areStefan Farfeleder2004-05-309-0/+315
* Add an implementation of copysignl(), a long double version of copysign().Stefan Farfeleder2004-05-072-0/+44
* Make sure that symbols are declared in math.h iff the appropriateDavid Schultz2004-04-251-65/+68
* Remove a stale comment referring to values.h, which has never beenDavid Schultz2004-04-251-6/+1
* Initial support for C99's (or is it POSIX.1-2001's?) MATH_ERRNO,Bruce Evans2004-03-121-0/+6
* Fix a problem where libm compiled under 5.X would depend on featuresDavid Schultz2003-10-272-2/+8
* Better safe than clever.Dag-Erling Smørgrav2003-10-251-2/+5
* - fabsl.c should be named s_fabsl.c for consistency with libmsun'sDag-Erling Smørgrav2003-10-251-1/+4
* Add prototypes for all long double functions in C99. Leave them allDag-Erling Smørgrav2003-10-231-0/+67
* Implement fabsl(3), allowing the world to build with -fno-builtin.Dag-Erling Smørgrav2003-10-231-0/+37
* Only provide one copy of the math functions. If we provide a MD function,Peter Wemm2003-07-2325-65/+25
* No longer need the internal __get_hw_float() function.Peter Wemm2003-07-231-50/+0
* Now that we do not need to do runtime detection for the broken defaultPeter Wemm2003-07-232-2/+14
* Fix two misuses of __BSD_VISIBLE.Mike Barcroft2003-05-221-2/+2