summaryrefslogtreecommitdiffstats
path: root/lib/msun/src
Commit message (Expand)AuthorAgeFilesLines
* Remove an initialized, but otherwise, unused variable.kargl2014-09-042-2/+0
* According to the ISO C standard, lgamma(-integer) returnskargl2014-09-012-11/+13
* Fix a tab that somehow became 8 spaces.kargl2014-09-012-10/+5
* Compute sin(pi*x) without actually doing the pi*x multiplication.kargl2014-08-312-53/+49
* Fix the order of "const volatile" to be consistent withkargl2014-08-302-2/+2
* Make tiny volatile to prevent the compiler(s) fromkargl2014-08-302-2/+5
* When r255294 was committed, it exposed the symbols lgammal, powl,kargl2014-08-091-22/+3
* * Update the comments to agree with commit r226595.kargl2014-07-131-4/+4
* * Makefile:kargl2014-07-133-4/+10
* * Use 9 digits instead of 11 digits in efx and efx8.kargl2014-07-131-54/+49
* * Update the comments that refer to erf[c](nan) and erf[c](+-inf)kargl2014-07-131-4/+4
* * Use the volatile qualifier for 'tiny' to prevent compilerskargl2014-07-132-10/+21
* Whitespace.kargl2014-07-131-25/+18
* Remove ia64.marcel2014-07-071-4/+0
* Use __fenv_static for all static inline functions.andrew2014-01-251-3/+3
* * msun/man/cosh.3:kargl2013-12-313-7/+15
* * Makefile:kargl2013-12-308-6/+446
* Yet, another attempt to fix the libm breakage due to thekargl2013-11-071-0/+2
* Fix bulding libm on platforms with LDBL_MANT_DIG == 53.kargl2013-11-071-0/+4
* * Use "math.h" instead of <math.h>.kargl2013-11-063-24/+41
* On ARM EABI double precision floating point values are stored in theandrew2013-09-071-1/+1
* Add stub implementations of the missing C++11 math functions.theraven2013-09-061-0/+69
* * Whitespace.kargl2013-08-281-1/+1
* * s_erf.c:kargl2013-08-272-99/+71
* 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-107-3/+275
* Style fixes.das2013-06-053-48/+51
* ld80 and ld128 implementations of expm1l(). This code started lifekargl2013-06-032-1/+5
* Add logl, log2l, log10l, and log1pl.das2013-06-036-4/+316
* I'm happy to finally commit stephen@'s implementations of cacos,das2013-05-302-0/+1031
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-2717-22/+47
* 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
* * src/math_private.h:kargl2012-09-291-5/+9
* * 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
* Add __always_inline to __ieee754_rem_pio2() and __ieee754_rem_pio2f(),dim2012-08-112-2/+2
* Change a few extern inline functions in libm to static inline, sincedim2012-08-116-28/+23
* ieeefp.h is only needed on i386 class hardware.kargl2012-07-301-0/+2
OpenPOWER on IntegriCloud