summaryrefslogtreecommitdiffstats
path: root/lib/msun/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace.kargl2012-07-301-1/+0
* Replace code that toggles between 53 and 64 bits on i386kargl2012-07-261-19/+4
* Compute the exponential of x for Intel 80-bit format and IEEE 128-bitkargl2012-07-233-1/+46
* Allow inclusion of libc++ <cmath> to work after including math.htheraven2012-05-271-43/+36
* I stopped using my middle name years ago.des2012-04-251-1/+1
* Fix a bug in remquo{,f,l}, in which the quotient didn't always have thedas2012-04-073-5/+8
* Fix a small nit noted by bde: exp_x should be of type float, not double.das2012-01-201-1/+1
* Add an implementation of fenv.h intended for platforms that lack an FPU anddas2012-01-161-0/+184
* Convert files to UTF-8 and add some copyright markers where missing.uqs2012-01-071-1/+1
* Expose the unimplemented libm functions in the math.h header. This allows C+...theraven2011-11-121-13/+13
* Fix a regression introduced in r226371: When the high part of x*ydas2011-10-212-6/+6
* Fix a corner case: tan(large + Inf i) == NaN + NaN i.das2011-10-212-0/+10
* Improved handling of large x in ccosh{,f}():das2011-10-214-15/+83
* Use __ldexp_exp() to simplify things and improve accuracy for x neardas2011-10-214-27/+10
* The cexp() and {,c}{cos,sin}h functions all need to be able to computedas2011-10-215-32/+209
* Use STRICT_ASSIGN() to ensure that the compiler doesn't screw thingsdas2011-10-214-5/+13
* Per IEEE754r, pow(1, y) is 1 even if y is NaN, and pow(-1, +-Inf) is 1.das2011-10-212-2/+8
* Add c{cos,sin,tan}{,h}{,f} functions. This is joint work withdas2011-10-176-0/+671
* Optimize the case of pure imaginary arguments. Calls like this aredas2011-10-162-2/+9
* Move the macros GET_LDBL_EXPSIGN() and SET_LDBL_EXPSIGN() intodas2011-10-162-15/+19
* Remove an unused variable.das2011-10-161-1/+1
* Remove some unnecessary initializations.das2011-10-156-6/+2
* Various changes to improve the accuracy and speed of log{2,10}{,f}.das2011-10-156-72/+143
* Style fixes and updates to comments.das2011-10-154-32/+34
* Don't define FP_FAST_FMA on sparc64; with the recent fixes, fma() isdas2011-10-151-5/+2
* Add INSERT_WORD64 and EXTRACT_WORD64 macros for use in s_fma.c.das2011-10-151-0/+24
* Fix a double-rounding bug in fma{,f,l}. The bug would occur indas2011-10-153-125/+231
* Refactor this code by introducing separate functions to handle thedas2011-10-112-92/+164
* In the libm access macros for the double type, z can sometimeskargl2011-06-191-2/+1
OpenPOWER on IntegriCloud