aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.9: fix an alaising bug.Bruce Evans2007-06-141-1/+1
* MFC:Bruce Evans2007-06-142-2/+2
* MFC: Makefile.inc 1.9: further deprecate scalb() and scalbf() byBruce Evans2007-06-143-62/+2
* MFC:Bruce Evans2007-06-142-0/+6
* MFC:Bruce Evans2007-06-142-8/+11
* MFC: 1.11: fix the threshold for (not) using the simple Taylor approximation.Bruce Evans2007-06-141-1/+1
* MFC: 1.8: several significant fixes and one optimization by merging betterBruce Evans2007-06-141-10/+10
* MFC:Bruce Evans2007-06-142-64/+100
* MFC:Bruce Evans2007-06-143-18/+18
* MFC:Bruce Evans2007-06-142-8/+13
* MFC:Bruce Evans2007-06-142-8/+20
* MFC:Bruce Evans2007-06-142-9/+23
* MFC: e_logf.c 1.8-1.9: optimize the polynomial for float precision, andBruce Evans2007-06-141-10/+8
* MFC: e_expf.c 1.10: fix the hi+lo approximation to log(2).Bruce Evans2007-06-141-4/+4
* MFC:Bruce Evans2007-06-143-20/+20
* MFC: 1.9: fix the approximation to pio4.Bruce Evans2007-06-141-1/+1
* MFC:Bruce Evans2007-06-146-62/+41
* MFC (1.74: detach k_rem_pio2f.c from the build since it is now unused).Bruce Evans2007-06-141-1/+1
* MFC:Bruce Evans2007-06-1310-292/+253
* MFC (1.18: implement some inline functions to support complex functions).Bruce Evans2007-06-131-0/+42
* MFC: (1.73: part of undeprecating logb*()).Bruce Evans2007-06-131-2/+2
* MFC: remove California Regent's clause 3, per letter.Bruce Evans2007-06-1332-128/+0
* MFC (1.3: fix spelling of remquof() in its prototype).Bruce Evans2007-06-131-1/+1
* MFC: ieee_test.3 1.12-1.13, ilogb.3 1.2-1.3, math.3 1.26-1.27:Bruce Evans2007-06-133-31/+46
* MFC (1.23: fix a cut-and-paste-o).Bruce Evans2007-06-131-2/+2
* MFC (1.11: fix some comments).Bruce Evans2007-06-131-5/+7
* MFC:Bruce Evans2007-06-133-31/+51
* MFC (1.3: remove an unneeded fnstcw instruction in fegetenv()).Bruce Evans2007-06-131-6/+5
* MFC (1.4: remove an unneeded fnstcw instruction in fegetenv()).Bruce Evans2007-06-131-7/+5
* MFC (1.6: fix fesetenv() clobbering the i387 register stack).Bruce Evans2007-06-132-2/+24
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2007-01-261-0/+101
* MFC (1.2: add missing ldexpf()).Bruce Evans2006-12-121-0/+3
* MFC r1.5 so C++ programs will work in 6.2. Thanks for the fix, Bruce.Wes Peters2006-10-191-2/+2
* MFC: s/5.5/6.0/ in HISTORY section.Joel Dahl2006-01-243-3/+3
* Insta-MFC of the shared library version bump. All shared librariesKen Smith2005-07-221-1/+1
* Markup nit.Ruslan Ermilov2005-06-161-1/+1
* Fixed compile warning.Ruslan Ermilov2005-06-161-2/+0
* Assorted markup fixes.Ruslan Ermilov2005-06-154-6/+6
* Prevent these functions from using stack outside of their frame.Daniel Eischen2005-05-063-15/+15
* Revert the last change, the conversion from long double to double can raiseStefan Farfeleder2005-04-283-12/+12
* Use double additions to raise the inexact exception to work around problemsStefan Farfeleder2005-04-223-12/+12
* Fix raising the inexact exception (FE_INEXACT) if the result differs from theStefan Farfeleder2005-04-223-18/+34
* Fix truncl.3 MLINKSAndrey A. Chernov2005-04-171-1/+1
* More optimized math functions.David Schultz2005-04-1616-5/+399
* Implement truncl() based on floorl().David Schultz2005-04-164-12/+80
* Add roundl(), lroundl(), and llroundl().David Schultz2005-04-087-18/+120
* These files should include s_lround.c instead of s_lrint.c.David Schultz2005-04-083-3/+3
* Fix a (coincidentally harmless) bug.David Schultz2005-04-081-5/+4
* Fix a long-standing bug in k_rem_pio2(), which led to large errors whenDavid Schultz2005-04-051-1/+1
* Build exp2(), exp2f(), and related documentation.David Schultz2005-04-051-2/+3