summaryrefslogtreecommitdiffstats
path: root/lib/msun
Commit message (Expand)AuthorAgeFilesLines
* Restore the longer form of the _Generic. The short form does not work in C++.theraven2013-07-291-2/+11
* Reenable the isnan(double) / isinf(double) declarations when targeting C89 + ...theraven2013-07-291-0/+15
* Cleaner support for type qualifiers.theraven2013-07-131-11/+2
* Ensure that the _Generic() macro in math.h works with qualified types.theraven2013-07-131-17/+26
* Fix the build with C++ where __builtin_types_compatible_p is not allowed.theraven2013-07-121-2/+3
* Fix some typoes in math.h cleanup.theraven2013-07-111-3/+3
* Cleanups to math.h that prevent namespace conflicts with C++.theraven2013-07-111-28/+49
* Make the order of operations for lib/msun more clear.eadler2013-06-242-2/+2
* Add implementations of acoshl(), asinhl(), and atanhl(). This is adas2013-06-1012-48/+344
* Style fixes.das2013-06-054-54/+58
* Add man links for expl(3) and expm1l(3).das2013-06-041-2/+2
* Change a comma to a semicolon.kargl2013-06-031-3/+2
* ld80 and ld128 implementations of expm1l(). This code started lifekargl2013-06-036-4/+373
* Fix two comments that got lost in the disentanglement of the larger diff.kargl2013-06-031-1/+6
* ld80/s_expl.c:kargl2013-06-032-8/+11
* Micro-optimization: move the unary mius operator to operatekargl2013-06-032-3/+3
* Add a comment to note that bde supplied most, if not all,kargl2013-06-031-0/+2
* ld80/s_expl.c:kargl2013-06-032-13/+9
* ld80/s_expl.c:kargl2013-06-032-27/+55
* Rename a few P2, P3, ... coefficients to A2, A3, ... missed inkargl2013-06-031-3/+3
* Update a comment to reflect that we are using an endpoint ofkargl2013-06-032-2/+2
* Add a u suffix to the IEEEl2bits unions o_threshold and u_threshold,kargl2013-06-031-4/+7
* Introduce the macro LOG2_INTERVAL, which is log2(number of intervals).kargl2013-06-032-2/+5
* Whitespace.kargl2013-06-032-4/+4
* * Rename the polynomial coefficients from P2, P3, ... to A2, A3, ....kargl2013-06-032-25/+24
* * Style(9). Start non-Copyright fancy formatted comments with /**.kargl2013-06-031-1/+1
* ld80/s_expl.c:kargl2013-06-032-2/+2
* Add logl, log2l, log10l, and log1pl.das2013-06-0311-18/+1809
* I'm happy to finally commit stephen@'s implementations of cacos,das2013-05-308-15/+1186
* Style(9)kargl2013-05-271-1/+1
* * Update polynomial coefficients.kargl2013-05-271-33/+30
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-2720-40/+53
* Merge the 386 and amd64 versions of the fenv.h, to make cc -m32kib2013-04-213-286/+164
* Only define isnan, isnanf, __isnan and __isnanf in libc.so, not indim2012-11-101-3/+4
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* Revert r241756imp2012-10-221-62/+0
* Revert r241755imp2012-10-221-51/+0
* Document the method used to compute expf. Taken from exp, withimp2012-10-191-0/+62
* Document the methods used to compute logf. Taken and edited from theimp2012-10-191-0/+51
* mdoc: avoid nested displays.joel2012-10-141-32/+35
* * Update the comment that explains the choice of values in thekargl2012-10-131-6/+7
* * src/math_private.h:kargl2012-09-292-7/+11
* * ld80/s_expl.c:kargl2012-09-232-9/+6
* Fix whitespace issue.kargl2012-09-231-1/+1
* * ld80/s_expl.c:kargl2012-09-232-13/+17
* * Update the lookup table to use 53-bit high and low values.kargl2012-09-231-131/+134
* * Use ENTERI() and RETURNI() to toggle the rounding precision ifkargl2012-09-223-6/+21
* * Make STRICT_ALIGN() work for doubles as well as for floats. Thiskargl2012-09-221-2/+2
* Optimise i387 trigonometric functions. Replace "andw 0x400,%ax \ jnz" withtijl2012-09-163-16/+16
* Minor mdoc fix.joel2012-09-111-5/+5
OpenPOWER on IntegriCloud